[ Jul 18 19:15:05 Enabled. ] [ Jul 18 19:15:05 Rereading configuration. ] [ Jul 18 19:15:06 Rereading configuration. ] [ Jul 18 19:15:08 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jul 18 19:15:08 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.07.18 19:15:09.855698 [ 1 ] {} Application: Will watch for the process with pid 28850 2025.07.18 19:15:09.856109 [ 1 ] {} Application: Forked a child process to watch 2025.07.18 19:15:10.260890 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 28850 2025.07.18 19:15:10.261666 [ 1 ] {} Application: starting up 2025.07.18 19:15:10.261802 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.07.18 19:15:10.365554 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.07.18 19:15:10.432229 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.07.18 19:15:10.432314 [ 1 ] {} Application: Initializing DateLUT. 2025.07.18 19:15:10.432336 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.07.18 19:15:10.432403 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.07.18 19:15:10.433069 [ 1 ] {} Application: Initializing interserver credentials. 2025.07.18 19:15:10.435439 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.07.18 19:15:10.436348 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.18 19:15:10.437251 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.07.18 19:15:10.437311 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.07.18 19:15:10.437355 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.07.18 19:15:10.438111 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:15:10.439082 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.07.18 19:15:10.444038 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:15:10.444730 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:15:10.446193 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.18 19:15:10.446293 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.18 19:15:10.447361 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.07.18 19:15:10.447812 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.18 19:15:10.452067 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.18 19:15:10.452534 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.07.18 19:15:10.455882 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.07.18 19:15:10.456256 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.07.18 19:15:10.456641 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.07.18 19:15:10.456981 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.07.18 19:15:10.458424 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.07.18 19:15:10.458452 [ 1 ] {} Application: Loading metadata from /data/ 2025.07.18 19:15:10.458540 [ 185 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:15:10.458636 [ 185 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:15:10.484193 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.07.18 19:15:10.484220 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164112 sec 2025.07.18 19:15:10.484274 [ 1 ] {} ReferentialDeps: No tables 2025.07.18 19:15:10.484317 [ 1 ] {} LoadingDeps: No tables 2025.07.18 19:15:10.485040 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.07.18 19:15:10.485684 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.07.18 19:15:10.496122 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.07.18 19:15:10.496167 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.07.18 19:15:10.496242 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.07.18 19:15:10.496257 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.07.18 19:15:10.496294 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.07.18 19:15:10.496361 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.07.18 19:15:10.500420 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.07.18 19:15:10.500467 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.07.18 19:15:10.500519 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.07.18 19:15:10.500678 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.07.18 19:15:10.500721 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.07.18 19:15:10.500736 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.07.18 19:15:10.500820 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.07.18 19:15:10.500834 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.07.18 19:15:10.500866 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.07.18 19:15:10.501001 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.07.18 19:15:10.524051 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.07.18 19:15:10.530454 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.07.18 19:15:10.530581 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149942 sec 2025.07.18 19:15:10.530598 [ 1 ] {} ReferentialDeps: No tables 2025.07.18 19:15:10.530610 [ 1 ] {} LoadingDeps: No tables 2025.07.18 19:15:10.530638 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.07.18 19:15:10.530871 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.07.18 19:15:10.530985 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.07.18 19:15:10.531005 [ 1 ] {} Application: Loaded metadata. 2025.07.18 19:15:10.531019 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.07.18 19:15:10.531034 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.07.18 19:15:10.534709 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.18 19:15:10.534931 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.03 MiB 2025.07.18 19:15:10.536402 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.277e-05 sec. 2025.07.18 19:15:10.536815 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.07.18 19:15:10.538225 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.07.18 19:15:10.538244 [ 1 ] {} Application: Ready for connections. 2025.07.18 19:15:11.001069 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.82 MiB, peak 116.82 MiB, free memory in arenas 0.00 B, will set to 118.35 MiB (RSS), difference: 1.53 MiB 2025.07.18 19:15:11.222180 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64025 2025.07.18 19:15:11.223269 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.223327 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64025 2025.07.18 19:15:11.223366 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.223378 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.223470 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:15:11.223505 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:11.223520 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:11.227806 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59390 2025.07.18 19:15:11.227906 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51141 2025.07.18 19:15:11.227917 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38065 2025.07.18 19:15:11.228043 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228086 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Authenticating user 'default' from [fd00:1122:3344:101::d]:59390 2025.07.18 19:15:11.228108 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228125 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228152 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48306 2025.07.18 19:15:11.228173 [ 5 ] {} TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51141 2025.07.18 19:15:11.228213 [ 5 ] {} TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228228 [ 5 ] {} TCP-Session: fd9b1b4b-c996-40c2-9128-6a4dd4e38b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228246 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228277 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44919 2025.07.18 19:15:11.228306 [ 254 ] {} TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Authenticating user 'default' from [fd00:1122:3344:101::d]:38065 2025.07.18 19:15:11.228328 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228346 [ 254 ] {} TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228388 [ 254 ] {} TCP-Session: 5b62734c-ee98-4908-9e58-b4170ef16474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228394 [ 255 ] {} TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Authenticating user 'default' from [fd00:1122:3344:101::d]:48306 2025.07.18 19:15:11.228438 [ 255 ] {} TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228454 [ 255 ] {} TCP-Session: ed1c397e-d117-4146-8900-6325da037383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228475 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57662 2025.07.18 19:15:11.228510 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228538 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61510 2025.07.18 19:15:11.228563 [ 256 ] {} TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Authenticating user 'default' from [fd00:1122:3344:101::d]:44919 2025.07.18 19:15:11.228591 [ 256 ] {} TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228613 [ 256 ] {} TCP-Session: 3bf91596-cd86-4042-a63d-4a03b26dee61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228661 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228740 [ 257 ] {} TCP-Session: a301898e-044e-432d-b137-79371a6c201f Authenticating user 'default' from [fd00:1122:3344:101::d]:57662 2025.07.18 19:15:11.228743 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53569 2025.07.18 19:15:11.228761 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228773 [ 257 ] {} TCP-Session: a301898e-044e-432d-b137-79371a6c201f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228811 [ 258 ] {} TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:61510 2025.07.18 19:15:11.228812 [ 257 ] {} TCP-Session: a301898e-044e-432d-b137-79371a6c201f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228853 [ 258 ] {} TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228874 [ 258 ] {} TCP-Session: e6bf04d9-cc30-4399-8262-d0462015fb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228880 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:11.228926 [ 259 ] {} TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Authenticating user 'default' from [fd00:1122:3344:101::d]:53569 2025.07.18 19:15:11.228941 [ 259 ] {} TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.228964 [ 259 ] {} TCP-Session: 4bd8c349-14bf-47a9-b7e7-e2459ab87315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:11.231799 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.234391 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.18 19:15:11.391154 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64025) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.18 19:15:11.391917 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.18 19:15:11.391997 [ 3 ] {bf39e5b8-5803-4ea6-9713-9c46887ee451} TCPHandler: Processed in 0.162107922 sec. 2025.07.18 19:15:11.392522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.392776 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.18 19:15:11.393130 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59390) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.18 19:15:11.393256 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.18 19:15:11.393325 [ 4 ] {f3f75726-e721-4e15-b38d-c8f7ed989247} TCPHandler: Processed in 0.000975586 sec. 2025.07.18 19:15:11.394163 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.394874 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.07.18 19:15:11.395456 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.07.18 19:15:11.401892 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.07.18 19:15:11.401917 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1941e-05 sec 2025.07.18 19:15:11.401946 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} ReferentialDeps: No tables 2025.07.18 19:15:11.401960 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} LoadingDeps: No tables 2025.07.18 19:15:11.401987 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} DatabaseAtomic (oximeter): Starting up tables. 2025.07.18 19:15:11.402670 [ 3 ] {1a7b92f6-efe6-4fdc-ba94-ef22fe572b7e} TCPHandler: Processed in 0.008620833 sec. 2025.07.18 19:15:11.402826 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.402975 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.07.18 19:15:11.403036 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.07.18 19:15:11.407602 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} StoragePolicy (default): Storage policy default created, total volumes 1 2025.07.18 19:15:11.412779 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Loading data parts 2025.07.18 19:15:11.413757 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): There are no data parts 2025.07.18 19:15:11.424469 [ 3 ] {1901df14-f7a4-4ed3-9a9f-6e4a23ae126a} TCPHandler: Processed in 0.021689133 sec. 2025.07.18 19:15:11.424638 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.424837 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.424909 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.07.18 19:15:11.434693 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Loading data parts 2025.07.18 19:15:11.434922 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): There are no data parts 2025.07.18 19:15:11.439217 [ 3 ] {e8bbadd2-a8be-47fa-9109-ede4e4595856} TCPHandler: Processed in 0.014627825 sec. 2025.07.18 19:15:11.439413 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.439586 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.439643 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.07.18 19:15:11.445433 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} oximeter.measurements_i8 (1d3d1ad8-8149-42ad-b32b-be9b9e6be11a): Loading data parts 2025.07.18 19:15:11.445593 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} oximeter.measurements_i8 (1d3d1ad8-8149-42ad-b32b-be9b9e6be11a): There are no data parts 2025.07.18 19:15:11.450170 [ 3 ] {05bd47f1-70c0-4e55-bf87-70227dce1c63} TCPHandler: Processed in 0.010814577 sec. 2025.07.18 19:15:11.450321 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.450496 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.450538 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.07.18 19:15:11.456479 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} oximeter.measurements_u8 (eb38a494-7b83-4a58-b398-bfac8638cec4): Loading data parts 2025.07.18 19:15:11.456616 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} oximeter.measurements_u8 (eb38a494-7b83-4a58-b398-bfac8638cec4): There are no data parts 2025.07.18 19:15:11.461436 [ 3 ] {2aa3811e-8eb2-4a37-ad32-c815c4f3528b} TCPHandler: Processed in 0.011161652 sec. 2025.07.18 19:15:11.461604 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.461765 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.461824 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.07.18 19:15:11.467700 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} oximeter.measurements_i16 (86c090cc-face-44f8-a739-d4cc8f2c47fb): Loading data parts 2025.07.18 19:15:11.467848 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} oximeter.measurements_i16 (86c090cc-face-44f8-a739-d4cc8f2c47fb): There are no data parts 2025.07.18 19:15:11.472580 [ 3 ] {7ae5f4ac-10ef-4da3-8678-eead6b367e8b} TCPHandler: Processed in 0.011024779 sec. 2025.07.18 19:15:11.472743 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.472903 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.472963 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.07.18 19:15:11.478861 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} oximeter.measurements_u16 (9fcd9438-413d-4ddd-a5a1-6099ff395a59): Loading data parts 2025.07.18 19:15:11.479019 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} oximeter.measurements_u16 (9fcd9438-413d-4ddd-a5a1-6099ff395a59): There are no data parts 2025.07.18 19:15:11.483985 [ 3 ] {b638ddda-f7c1-44fb-9953-8a87db94be0e} TCPHandler: Processed in 0.011289513 sec. 2025.07.18 19:15:11.484181 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.484360 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.484418 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.07.18 19:15:11.490174 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} oximeter.measurements_i32 (ea8c0bfb-a227-4c9a-945d-a1599c838f78): Loading data parts 2025.07.18 19:15:11.490434 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} oximeter.measurements_i32 (ea8c0bfb-a227-4c9a-945d-a1599c838f78): There are no data parts 2025.07.18 19:15:11.492616 [ 3 ] {633b6716-f8d1-41d7-817a-58b685461963} TCPHandler: Processed in 0.008490501 sec. 2025.07.18 19:15:11.492765 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.492920 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.492978 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.07.18 19:15:11.503970 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} oximeter.measurements_u32 (cf4499ac-72a3-4918-b7cf-7047bf835b85): Loading data parts 2025.07.18 19:15:11.504145 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} oximeter.measurements_u32 (cf4499ac-72a3-4918-b7cf-7047bf835b85): There are no data parts 2025.07.18 19:15:11.509306 [ 3 ] {36305683-09ee-4960-baa0-cf6a7fdbbe85} TCPHandler: Processed in 0.016587455 sec. 2025.07.18 19:15:11.509470 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.509646 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.509700 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.07.18 19:15:11.515594 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Loading data parts 2025.07.18 19:15:11.515779 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): There are no data parts 2025.07.18 19:15:11.520315 [ 3 ] {917c629d-d802-4db5-ac9a-636dcc461000} TCPHandler: Processed in 0.010902218 sec. 2025.07.18 19:15:11.520499 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.520655 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.520714 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.07.18 19:15:11.526606 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Loading data parts 2025.07.18 19:15:11.526786 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): There are no data parts 2025.07.18 19:15:11.531287 [ 3 ] {2f85544b-4032-49a8-a460-2c2d7b798724} TCPHandler: Processed in 0.010848607 sec. 2025.07.18 19:15:11.531446 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.531626 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.531685 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.07.18 19:15:11.537546 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} oximeter.measurements_f32 (18884fb6-eb7e-416b-93af-f33719f7a452): Loading data parts 2025.07.18 19:15:11.537704 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} oximeter.measurements_f32 (18884fb6-eb7e-416b-93af-f33719f7a452): There are no data parts 2025.07.18 19:15:11.542530 [ 3 ] {acaa80bc-74fd-47e7-aafc-486f30c86d75} TCPHandler: Processed in 0.011133022 sec. 2025.07.18 19:15:11.542679 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.542834 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.542896 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.07.18 19:15:11.548861 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Loading data parts 2025.07.18 19:15:11.549022 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): There are no data parts 2025.07.18 19:15:11.554035 [ 3 ] {01a2f69c-f81e-4b5b-9d4a-494ccbf93a0f} TCPHandler: Processed in 0.011404955 sec. 2025.07.18 19:15:11.554196 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.554371 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.554438 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.07.18 19:15:11.558407 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} oximeter.measurements_string (dc37e6b5-e216-424f-a494-0b79804a4dfd): Loading data parts 2025.07.18 19:15:11.558566 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} oximeter.measurements_string (dc37e6b5-e216-424f-a494-0b79804a4dfd): There are no data parts 2025.07.18 19:15:11.566215 [ 3 ] {5d709fa1-4ae1-47ad-ae2d-f15ab35cdd73} TCPHandler: Processed in 0.012067966 sec. 2025.07.18 19:15:11.566379 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.566535 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.566608 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.07.18 19:15:11.569533 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} oximeter.measurements_bytes (daeb8be1-374a-44e1-bcdc-2bbfd6c99f66): Loading data parts 2025.07.18 19:15:11.569690 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} oximeter.measurements_bytes (daeb8be1-374a-44e1-bcdc-2bbfd6c99f66): There are no data parts 2025.07.18 19:15:11.577298 [ 3 ] {5a938f0b-4108-4d66-85a9-2d58dcde5ed5} TCPHandler: Processed in 0.010966648 sec. 2025.07.18 19:15:11.577444 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.577602 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.577663 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.07.18 19:15:11.580521 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} oximeter.measurements_cumulativei64 (67a37e02-79e1-4de7-b1ae-52abde304e62): Loading data parts 2025.07.18 19:15:11.580666 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} oximeter.measurements_cumulativei64 (67a37e02-79e1-4de7-b1ae-52abde304e62): There are no data parts 2025.07.18 19:15:11.588770 [ 3 ] {65c9bee1-b318-49f3-80c0-5b269d212a97} TCPHandler: Processed in 0.011373705 sec. 2025.07.18 19:15:11.588924 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.589092 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.589151 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:11.592147 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Loading data parts 2025.07.18 19:15:11.592314 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): There are no data parts 2025.07.18 19:15:11.599955 [ 3 ] {40eee0c0-8be3-4e72-8924-45753ed5c753} TCPHandler: Processed in 0.011080371 sec. 2025.07.18 19:15:11.600099 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.600276 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.600327 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.07.18 19:15:11.603206 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} oximeter.measurements_cumulativef32 (9f7a7c56-b66d-49cd-a0d4-68ed790f170e): Loading data parts 2025.07.18 19:15:11.603391 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} oximeter.measurements_cumulativef32 (9f7a7c56-b66d-49cd-a0d4-68ed790f170e): There are no data parts 2025.07.18 19:15:11.609772 [ 3 ] {6dad1061-377f-4ac7-be26-6fc98793bd5f} TCPHandler: Processed in 0.00972192 sec. 2025.07.18 19:15:11.609921 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.610086 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.610147 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.07.18 19:15:11.612822 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} oximeter.measurements_cumulativef64 (ef73a992-0620-452b-85cd-2235b43fa00b): Loading data parts 2025.07.18 19:15:11.612979 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} oximeter.measurements_cumulativef64 (ef73a992-0620-452b-85cd-2235b43fa00b): There are no data parts 2025.07.18 19:15:11.617442 [ 3 ] {ab1d6e77-b0e2-4fbd-a787-ad11605ece81} TCPHandler: Processed in 0.007569386 sec. 2025.07.18 19:15:11.617602 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.617845 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.617923 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.07.18 19:15:11.623609 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} oximeter.measurements_histogrami8 (707a25f4-cdff-4543-9ec0-2a5caadf1015): Loading data parts 2025.07.18 19:15:11.623743 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} oximeter.measurements_histogrami8 (707a25f4-cdff-4543-9ec0-2a5caadf1015): There are no data parts 2025.07.18 19:15:11.628595 [ 3 ] {eb381ec5-e8a5-4c2f-b8df-46365db4f1a6} TCPHandler: Processed in 0.0110423 sec. 2025.07.18 19:15:11.628741 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.628952 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.629024 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.07.18 19:15:11.637260 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} oximeter.measurements_histogramu8 (b22cbb41-27a7-45d7-a838-3c31d94f2bc8): Loading data parts 2025.07.18 19:15:11.637425 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} oximeter.measurements_histogramu8 (b22cbb41-27a7-45d7-a838-3c31d94f2bc8): There are no data parts 2025.07.18 19:15:11.642109 [ 3 ] {ff529d50-ea1a-42c1-92d4-3a54d8a682b2} TCPHandler: Processed in 0.013417067 sec. 2025.07.18 19:15:11.642272 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.642539 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.642613 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.07.18 19:15:11.649548 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} oximeter.measurements_histogrami16 (2fbf9496-c743-4f9d-81b7-ed62907b7ff7): Loading data parts 2025.07.18 19:15:11.649669 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} oximeter.measurements_histogrami16 (2fbf9496-c743-4f9d-81b7-ed62907b7ff7): There are no data parts 2025.07.18 19:15:11.653952 [ 3 ] {0711ee4d-88eb-4405-855d-326742766606} TCPHandler: Processed in 0.01173735 sec. 2025.07.18 19:15:11.654159 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.654441 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.654524 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.07.18 19:15:11.660194 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} oximeter.measurements_histogramu16 (dcc089a1-a48d-4a29-9665-eea530d0b322): Loading data parts 2025.07.18 19:15:11.660409 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} oximeter.measurements_histogramu16 (dcc089a1-a48d-4a29-9665-eea530d0b322): There are no data parts 2025.07.18 19:15:11.671075 [ 3 ] {3c26dbdf-7883-4988-9df6-64a316328309} TCPHandler: Processed in 0.016994051 sec. 2025.07.18 19:15:11.671227 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.671460 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.671530 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.07.18 19:15:11.677243 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} oximeter.measurements_histogrami32 (a9380b81-66e5-4542-ba5c-26608eb421d4): Loading data parts 2025.07.18 19:15:11.677404 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} oximeter.measurements_histogrami32 (a9380b81-66e5-4542-ba5c-26608eb421d4): There are no data parts 2025.07.18 19:15:11.682247 [ 3 ] {f216c457-fc8b-4f02-8f9e-ba31eaeaab94} TCPHandler: Processed in 0.01107022 sec. 2025.07.18 19:15:11.682445 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.682672 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.682743 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.07.18 19:15:11.689768 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} oximeter.measurements_histogramu32 (76a2e3d9-91af-4382-87bf-e85a3dc6351e): Loading data parts 2025.07.18 19:15:11.689925 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} oximeter.measurements_histogramu32 (76a2e3d9-91af-4382-87bf-e85a3dc6351e): There are no data parts 2025.07.18 19:15:11.694825 [ 3 ] {5d9ffc7e-7664-40a0-992b-509455949952} TCPHandler: Processed in 0.012439431 sec. 2025.07.18 19:15:11.695005 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.695292 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.695374 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.07.18 19:15:11.702935 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} oximeter.measurements_histogrami64 (d4fb3fc7-a560-4532-b42d-8573b5634ec3): Loading data parts 2025.07.18 19:15:11.703195 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} oximeter.measurements_histogrami64 (d4fb3fc7-a560-4532-b42d-8573b5634ec3): There are no data parts 2025.07.18 19:15:11.706065 [ 3 ] {e28153eb-31e6-459b-8402-d1c2679a6ba5} TCPHandler: Processed in 0.011117961 sec. 2025.07.18 19:15:11.706235 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.706444 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.706514 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.07.18 19:15:11.711612 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Loading data parts 2025.07.18 19:15:11.711733 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): There are no data parts 2025.07.18 19:15:11.718184 [ 3 ] {adb3bb80-3f75-42b6-bb9d-e3db18c15237} TCPHandler: Processed in 0.011995915 sec. 2025.07.18 19:15:11.718352 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.718593 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.718665 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.07.18 19:15:11.724209 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} oximeter.measurements_histogramf32 (a0fc92e7-6711-4288-b743-e6189bf00185): Loading data parts 2025.07.18 19:15:11.724334 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} oximeter.measurements_histogramf32 (a0fc92e7-6711-4288-b743-e6189bf00185): There are no data parts 2025.07.18 19:15:11.730740 [ 3 ] {29982cc8-521c-4508-bd18-4420d8906d79} TCPHandler: Processed in 0.012447081 sec. 2025.07.18 19:15:11.730907 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.731129 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.731200 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.07.18 19:15:11.736788 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} oximeter.measurements_histogramf64 (213a124d-803e-4ccd-ab7d-11f87724279e): Loading data parts 2025.07.18 19:15:11.736924 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} oximeter.measurements_histogramf64 (213a124d-803e-4ccd-ab7d-11f87724279e): There are no data parts 2025.07.18 19:15:11.744581 [ 3 ] {93eb103c-e508-4ce0-9db8-d95b3548d304} TCPHandler: Processed in 0.013723861 sec. 2025.07.18 19:15:11.744735 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.744910 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.744980 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.07.18 19:15:11.750534 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} oximeter.fields_bool (24290b00-ef17-4c1f-b3a0-102bb321b9c2): Loading data parts 2025.07.18 19:15:11.750704 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} oximeter.fields_bool (24290b00-ef17-4c1f-b3a0-102bb321b9c2): There are no data parts 2025.07.18 19:15:11.757202 [ 3 ] {571811ae-cb65-4139-a12a-b07b1ea60335} TCPHandler: Processed in 0.012516222 sec. 2025.07.18 19:15:11.757366 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.757567 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.757629 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.07.18 19:15:11.764339 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} oximeter.fields_i8 (2b9a93fc-8309-4814-b164-9cbb30b31c55): Loading data parts 2025.07.18 19:15:11.764542 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} oximeter.fields_i8 (2b9a93fc-8309-4814-b164-9cbb30b31c55): There are no data parts 2025.07.18 19:15:11.768363 [ 3 ] {e67b14e7-c1b4-4ead-8da1-d142c84a891f} TCPHandler: Processed in 0.0110561 sec. 2025.07.18 19:15:11.768527 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.768680 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.768744 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.07.18 19:15:11.773735 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Loading data parts 2025.07.18 19:15:11.773969 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): There are no data parts 2025.07.18 19:15:11.778602 [ 3 ] {d554bd69-f5c6-4310-8ee0-b6b8ecca963e} TCPHandler: Processed in 0.010130365 sec. 2025.07.18 19:15:11.778773 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.778989 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.779061 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.07.18 19:15:11.785056 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Loading data parts 2025.07.18 19:15:11.785249 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): There are no data parts 2025.07.18 19:15:11.796295 [ 3 ] {e5d60d5d-0e66-4cf7-a04e-333ecb3e882b} TCPHandler: Processed in 0.017583191 sec. 2025.07.18 19:15:11.796447 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.796601 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.796673 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.07.18 19:15:11.802409 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Loading data parts 2025.07.18 19:15:11.802641 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): There are no data parts 2025.07.18 19:15:11.809041 [ 3 ] {45629365-578a-4223-bca3-e9068ecf42ab} TCPHandler: Processed in 0.012642704 sec. 2025.07.18 19:15:11.809207 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.809431 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.809505 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.07.18 19:15:11.814739 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} oximeter.fields_i32 (4afce7c7-0689-46aa-aece-60050b9476bf): Loading data parts 2025.07.18 19:15:11.814992 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} oximeter.fields_i32 (4afce7c7-0689-46aa-aece-60050b9476bf): There are no data parts 2025.07.18 19:15:11.823855 [ 3 ] {174b63ca-845a-40c6-a7c4-825f8dc66659} TCPHandler: Processed in 0.014705886 sec. 2025.07.18 19:15:11.824019 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.824203 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.824278 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.07.18 19:15:11.829890 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Loading data parts 2025.07.18 19:15:11.830061 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): There are no data parts 2025.07.18 19:15:11.836376 [ 3 ] {ca725598-b0a7-4a13-bdcf-705d68792944} TCPHandler: Processed in 0.012415771 sec. 2025.07.18 19:15:11.836533 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.836744 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.836814 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.07.18 19:15:11.842339 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} oximeter.fields_i64 (c74f8beb-66fe-4bba-af0b-11a72593e532): Loading data parts 2025.07.18 19:15:11.842474 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} oximeter.fields_i64 (c74f8beb-66fe-4bba-af0b-11a72593e532): There are no data parts 2025.07.18 19:15:11.848908 [ 3 ] {f4d34f53-e8d1-4400-8e8a-ea56bb34050e} TCPHandler: Processed in 0.012427101 sec. 2025.07.18 19:15:11.849076 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.849270 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.849344 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.07.18 19:15:11.853300 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} oximeter.fields_u64 (651256d4-0d53-42c2-9b8e-087dcff54dca): Loading data parts 2025.07.18 19:15:11.853458 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} oximeter.fields_u64 (651256d4-0d53-42c2-9b8e-087dcff54dca): There are no data parts 2025.07.18 19:15:11.859860 [ 3 ] {3bf8668e-eb59-4833-96d7-9ff8b7bb7d0a} TCPHandler: Processed in 0.010841907 sec. 2025.07.18 19:15:11.860028 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.860232 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.860292 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.07.18 19:15:11.865728 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Loading data parts 2025.07.18 19:15:11.865921 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): There are no data parts 2025.07.18 19:15:11.873533 [ 3 ] {407532fe-85dd-458c-9e03-5aa1f8c6ca62} TCPHandler: Processed in 0.013564388 sec. 2025.07.18 19:15:11.873697 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.873880 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.873944 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.07.18 19:15:11.878562 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Loading data parts 2025.07.18 19:15:11.878754 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): There are no data parts 2025.07.18 19:15:11.886343 [ 3 ] {641970c9-4604-4133-b02a-859d3d655a71} TCPHandler: Processed in 0.012704855 sec. 2025.07.18 19:15:11.886486 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.886671 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} executeQuery: (from [fd00:1122:3344:101::d]:64025) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.18 19:15:11.886737 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.07.18 19:15:11.890996 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Loading data parts 2025.07.18 19:15:11.891115 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): There are no data parts 2025.07.18 19:15:11.897371 [ 3 ] {2cac6dab-eda7-4ff5-a409-17cc2f8ecb94} TCPHandler: Processed in 0.010931299 sec. 2025.07.18 19:15:11.897547 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.897792 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} executeQuery: (from [fd00:1122:3344:101::d]:64025) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.07.18 19:15:11.897879 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.07.18 19:15:11.903339 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Loading data parts 2025.07.18 19:15:11.903473 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): There are no data parts 2025.07.18 19:15:11.909749 [ 3 ] {f7158ffe-36fc-4e72-a713-6779260bde10} TCPHandler: Processed in 0.012250778 sec. 2025.07.18 19:15:11.910029 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:11.910315 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.07.18 19:15:11.911594 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.07.18 19:15:11.931580 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:11.931621 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:15:11.935573 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:11.935936 [ 260 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} oximeter.version (0fbabe04-fa2c-43f5-96d6-5a19e2d45b48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:11.936197 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} executeQuery: Read 1 rows, 16.00 B in 0.026004 sec., 38.45562221196739 rows/sec., 615.29 B/sec. 2025.07.18 19:15:11.936511 [ 4 ] {5e63a2f6-794f-43a8-8757-4db0e09fec25} TCPHandler: Processed in 0.026605559 sec. 2025.07.18 19:15:12.000162 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 125.70 MiB, peak 125.70 MiB, free memory in arenas 0.00 B, will set to 138.02 MiB (RSS), difference: 12.32 MiB 2025.07.18 19:15:13.409631 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40896 2025.07.18 19:15:13.409908 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.409953 [ 262 ] {} TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Authenticating user 'default' from [fd00:1122:3344:101::b]:40896 2025.07.18 19:15:13.409978 [ 262 ] {} TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.410052 [ 262 ] {} TCP-Session: 648244da-180b-4fbe-80b8-2620520a1ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.410173 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:15:13.410205 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:13.410322 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:13.411469 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60397 2025.07.18 19:15:13.411659 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52571 2025.07.18 19:15:13.411660 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43437 2025.07.18 19:15:13.411724 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55525 2025.07.18 19:15:13.411797 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42186 2025.07.18 19:15:13.411940 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46040 2025.07.18 19:15:13.411955 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.412048 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52230 2025.07.18 19:15:13.412077 [ 263 ] {} TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Authenticating user 'default' from [fd00:1122:3344:101::b]:60397 2025.07.18 19:15:13.412324 [ 263 ] {} TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.412340 [ 263 ] {} TCP-Session: 6b161581-cf72-4589-861e-0380445c6ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.412758 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.412891 [ 269 ] {} TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:52230 2025.07.18 19:15:13.412915 [ 269 ] {} TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.412928 [ 269 ] {} TCP-Session: 59772a7a-c1ed-4ccd-8403-3f2e40fea3c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.413341 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.413397 [ 268 ] {} TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Authenticating user 'default' from [fd00:1122:3344:101::b]:46040 2025.07.18 19:15:13.413421 [ 268 ] {} TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.413644 [ 268 ] {} TCP-Session: ad4338e8-91cb-4c8b-b6ac-f04a38460dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.414627 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.414666 [ 267 ] {} TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Authenticating user 'default' from [fd00:1122:3344:101::b]:42186 2025.07.18 19:15:13.414673 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.414799 [ 267 ] {} TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.414820 [ 265 ] {} TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Authenticating user 'default' from [fd00:1122:3344:101::b]:43437 2025.07.18 19:15:13.414820 [ 267 ] {} TCP-Session: 18d506d7-7192-4e6b-b39e-808154aedc22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.414995 [ 265 ] {} TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.415016 [ 265 ] {} TCP-Session: 7982cfc4-33b9-4415-9029-36c4d89aea99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.423475 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.423492 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:13.423538 [ 266 ] {} TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Authenticating user 'default' from [fd00:1122:3344:101::b]:55525 2025.07.18 19:15:13.423554 [ 264 ] {} TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Authenticating user 'default' from [fd00:1122:3344:101::b]:52571 2025.07.18 19:15:13.423564 [ 266 ] {} TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.423689 [ 264 ] {} TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.423700 [ 266 ] {} TCP-Session: 34988448-dbbe-4b29-94ae-511cea75ae74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:13.423714 [ 264 ] {} TCP-Session: 025c1e75-3571-4b61-9513-92739af315e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.002124 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51946 2025.07.18 19:15:14.002327 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.002459 [ 270 ] {} TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Authenticating user 'default' from [fd00:1122:3344:101::c]:51946 2025.07.18 19:15:14.002484 [ 270 ] {} TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.002497 [ 270 ] {} TCP-Session: f6150580-4e8a-4002-9277-c18ad36a39fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.002645 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:15:14.002672 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:14.002775 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:14.003952 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53493 2025.07.18 19:15:14.004050 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57889 2025.07.18 19:15:14.004173 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39190 2025.07.18 19:15:14.004259 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45115 2025.07.18 19:15:14.004413 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43497 2025.07.18 19:15:14.004490 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.004596 [ 271 ] {} TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Authenticating user 'default' from [fd00:1122:3344:101::c]:53493 2025.07.18 19:15:14.004606 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48693 2025.07.18 19:15:14.004625 [ 271 ] {} TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.004668 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.004767 [ 271 ] {} TCP-Session: 24058789-c1a4-4b4d-abf1-a6a5f0466b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.004799 [ 272 ] {} TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Authenticating user 'default' from [fd00:1122:3344:101::c]:57889 2025.07.18 19:15:14.004784 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.004758 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.004802 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51083 2025.07.18 19:15:14.005069 [ 272 ] {} TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.005142 [ 273 ] {} TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Authenticating user 'default' from [fd00:1122:3344:101::c]:39190 2025.07.18 19:15:14.005099 [ 275 ] {} TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Authenticating user 'default' from [fd00:1122:3344:101::c]:43497 2025.07.18 19:15:14.005212 [ 272 ] {} TCP-Session: 415dc241-bc81-45a4-8a43-41d34420bf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.005246 [ 273 ] {} TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.005226 [ 275 ] {} TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.005391 [ 275 ] {} TCP-Session: 6948963e-627e-4294-ba57-afd3a3013971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.005405 [ 273 ] {} TCP-Session: 598266b7-6f52-46f9-b814-7a181c807aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.006084 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.006143 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.006147 [ 276 ] {} TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Authenticating user 'default' from [fd00:1122:3344:101::c]:48693 2025.07.18 19:15:14.006329 [ 274 ] {} TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Authenticating user 'default' from [fd00:1122:3344:101::c]:45115 2025.07.18 19:15:14.006341 [ 276 ] {} TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.006360 [ 274 ] {} TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.006489 [ 276 ] {} TCP-Session: 8c5b9610-8c83-4f45-958c-2a9e819a967a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.006502 [ 274 ] {} TCP-Session: ccc21ae2-8c3b-430e-b1be-3e419f523164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.013159 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.013239 [ 277 ] {} TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Authenticating user 'default' from [fd00:1122:3344:101::c]:51083 2025.07.18 19:15:14.013264 [ 277 ] {} TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.013407 [ 277 ] {} TCP-Session: 9accb160-d78b-44b9-a8d1-2da8267ac150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.158690 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56586 2025.07.18 19:15:14.158859 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.158889 [ 278 ] {} TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Authenticating user 'default' from [fd00:1122:3344:101::a]:56586 2025.07.18 19:15:14.159012 [ 278 ] {} TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.159026 [ 278 ] {} TCP-Session: e13f3daf-8cfe-44ca-9ae5-bbe65a2a068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.159096 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:15:14.159229 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:14.159246 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.18 19:15:14.161730 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46977 2025.07.18 19:15:14.161939 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.161973 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47230 2025.07.18 19:15:14.162045 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59108 2025.07.18 19:15:14.161977 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40713 2025.07.18 19:15:14.162130 [ 279 ] {} TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:46977 2025.07.18 19:15:14.162143 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42402 2025.07.18 19:15:14.162254 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54293 2025.07.18 19:15:14.162289 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.162378 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.162424 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.162422 [ 282 ] {} TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Authenticating user 'default' from [fd00:1122:3344:101::a]:59108 2025.07.18 19:15:14.162392 [ 279 ] {} TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162681 [ 280 ] {} TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Authenticating user 'default' from [fd00:1122:3344:101::a]:47230 2025.07.18 19:15:14.162635 [ 282 ] {} TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162634 [ 281 ] {} TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Authenticating user 'default' from [fd00:1122:3344:101::a]:40713 2025.07.18 19:15:14.162823 [ 280 ] {} TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162793 [ 282 ] {} TCP-Session: 4572b223-7f28-410f-9ce8-fadad2d9c014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162780 [ 279 ] {} TCP-Session: 3bee09dd-14a1-4cd9-af85-cfad84bb46c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162912 [ 280 ] {} TCP-Session: c0901813-3d22-4014-9df2-a7e03fc07d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162895 [ 281 ] {} TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.162380 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55026 2025.07.18 19:15:14.163020 [ 281 ] {} TCP-Session: 35fab953-dbbc-4b4f-980b-3affbe25f785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.165280 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.165319 [ 285 ] {} TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Authenticating user 'default' from [fd00:1122:3344:101::a]:55026 2025.07.18 19:15:14.165335 [ 285 ] {} TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.165553 [ 285 ] {} TCP-Session: e3fe6bef-4325-40c5-a48f-c640925ceb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.170005 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.170037 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:15:14.170060 [ 284 ] {} TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Authenticating user 'default' from [fd00:1122:3344:101::a]:54293 2025.07.18 19:15:14.170358 [ 283 ] {} TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Authenticating user 'default' from [fd00:1122:3344:101::a]:42402 2025.07.18 19:15:14.170362 [ 284 ] {} TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.170385 [ 283 ] {} TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.170524 [ 284 ] {} TCP-Session: c70f23f7-8c73-45b6-9e41-25403378e5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:14.170537 [ 283 ] {} TCP-Session: ef5e45d7-7938-439a-ba43-dfbb56ce1c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:15:15.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 138.81 MiB, peak 138.81 MiB, free memory in arenas 0.00 B, will set to 139.82 MiB (RSS), difference: 1.02 MiB 2025.07.18 19:15:18.001396 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.07.18 19:15:18.001439 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.07.18 19:15:18.001493 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.07.18 19:15:18.001802 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.07.18 19:15:18.005968 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Loading data parts 2025.07.18 19:15:18.006153 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): There are no data parts 2025.07.18 19:15:18.010815 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:18.010872 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:15:18.023016 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:18.023883 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:18.024148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.07.18 19:15:18.027451 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Loading data parts 2025.07.18 19:15:18.027844 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): There are no data parts 2025.07.18 19:15:18.060409 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:18.060512 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:15:18.069288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:18.071586 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:18.077218 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.07.18 19:15:19.000220 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.03 MiB 2025.07.18 19:15:20.501292 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.07.18 19:15:20.501429 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.07.18 19:15:20.506195 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Loading data parts 2025.07.18 19:15:20.506431 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): There are no data parts 2025.07.18 19:15:20.515469 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:20.515510 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:15:20.517170 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:20.517735 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:20.518128 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.07.18 19:15:21.000199 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.88 MiB (RSS), difference: -3.22 MiB 2025.07.18 19:15:25.458877 [ 121 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:15:25.459050 [ 121 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:15:25.524237 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.07.18 19:15:25.529038 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:25.529093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:25.530004 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:25.530463 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:25.532643 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.07.18 19:15:25.577303 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.07.18 19:15:25.594989 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:25.595048 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:25.601606 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:25.602854 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:25.606210 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.07.18 19:15:26.000252 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.63 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 2.16 MiB 2025.07.18 19:15:31.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.82 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.84 MiB (RSS), difference: 4.02 MiB 2025.07.18 19:15:33.032941 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.07.18 19:15:33.033429 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:33.033502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:33.034045 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:33.034279 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:33.034441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.07.18 19:15:33.106412 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.07.18 19:15:33.122968 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:33.123021 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:33.129098 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:33.129803 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:33.132784 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.07.18 19:15:36.943707 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:36.943908 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.07.18 19:15:36.950008 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:36.959691 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:36.968231 [ 3 ] {0cc5add5-061c-481a-a3bd-d48a6404a693} TCPHandler: Processed in 0.024647679 sec. 2025.07.18 19:15:36.997089 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:36.997252 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.009699 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.009750 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.012283 [ 3 ] {be547cb1-2b3c-4a31-8762-ceca0812a538} TCPHandler: Processed in 0.015256615 sec. 2025.07.18 19:15:37.020637 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.020788 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.025199 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.025246 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.025598 [ 3 ] {6faec613-ba44-40da-ba8b-508a8ba69c19} TCPHandler: Processed in 0.005023607 sec. 2025.07.18 19:15:37.025843 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.025958 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.026199 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.026243 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.026615 [ 3 ] {ef0d0638-34f3-46a5-8221-3abcdcce926a} TCPHandler: Processed in 0.000821642 sec. 2025.07.18 19:15:37.026813 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.026929 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.027170 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.027213 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.027565 [ 3 ] {7d232e64-2f8a-47db-b2ca-3b6381c21d39} TCPHandler: Processed in 0.000800723 sec. 2025.07.18 19:15:37.027765 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.027881 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.028124 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.028167 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.028507 [ 3 ] {b2da1f82-611e-4256-9fa6-05e953d47fe1} TCPHandler: Processed in 0.000790222 sec. 2025.07.18 19:15:37.028719 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.028832 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.029072 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.029115 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.029475 [ 3 ] {70fc4ae3-b60c-483e-9c0f-621bcae26c46} TCPHandler: Processed in 0.000804292 sec. 2025.07.18 19:15:37.029671 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.029787 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.030026 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.030068 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.030404 [ 3 ] {00d615be-3caf-4c9f-9b82-9e5643502a99} TCPHandler: Processed in 0.000781463 sec. 2025.07.18 19:15:37.030607 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.030720 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.030965 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.031007 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.031348 [ 3 ] {3963a0c7-d8a4-43a2-afcb-40b03ba9cbc2} TCPHandler: Processed in 0.000788942 sec. 2025.07.18 19:15:37.031544 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.031660 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.031902 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.031944 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.032282 [ 3 ] {7604c993-29d7-456c-b25f-8c54d98c9904} TCPHandler: Processed in 0.000786892 sec. 2025.07.18 19:15:37.032479 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.032594 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.032841 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.032883 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.033226 [ 3 ] {d1d28ce7-6992-4e7d-9040-e172ee968422} TCPHandler: Processed in 0.000795002 sec. 2025.07.18 19:15:37.033445 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.033562 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.033808 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.033851 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.034206 [ 3 ] {54589bf7-32d8-45d1-892d-c001514a7cb6} TCPHandler: Processed in 0.000809572 sec. 2025.07.18 19:15:37.034412 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.034528 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.034772 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.034813 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.035150 [ 3 ] {09338977-58f2-48f8-88d1-186b00f2a677} TCPHandler: Processed in 0.000786493 sec. 2025.07.18 19:15:37.035357 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.035474 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:37.035720 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.035762 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:37.036118 [ 3 ] {ed881e53-a2d1-4ae6-be0f-f9e2ac370b2d} TCPHandler: Processed in 0.000809722 sec. 2025.07.18 19:15:37.040270 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.040396 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:15:37.040445 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:37.047520 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:37.047563 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:37.050032 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:37.050273 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:37.050440 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} executeQuery: Read 14 rows, 2.01 KiB in 0.01008 sec., 1388.888888888889 rows/sec., 199.28 KiB/sec. 2025.07.18 19:15:37.050486 [ 3 ] {0798e559-4e25-4dc8-a973-d880b3cc9c52} TCPHandler: Processed in 0.010281088 sec. 2025.07.18 19:15:37.050618 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.050716 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:15:37.050755 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:15:37.056794 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:37.056834 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:37.059069 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:37.059279 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:37.059408 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} executeQuery: Read 26 rows, 2.01 KiB in 0.008712 sec., 2984.389348025712 rows/sec., 230.35 KiB/sec. 2025.07.18 19:15:37.059443 [ 3 ] {439b5fe4-514c-4cb4-b8a0-4ed19cf61af3} TCPHandler: Processed in 0.008875186 sec. 2025.07.18 19:15:37.059567 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.059665 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:15:37.059703 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:15:37.060106 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:37.060141 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:37.060542 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:37.060741 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:37.060874 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} executeQuery: Read 28 rows, 2.24 KiB in 0.001227 sec., 22819.885900570498 rows/sec., 1.78 MiB/sec. 2025.07.18 19:15:37.060909 [ 3 ] {607eff80-c2d5-449a-a0ce-bc6e351aa91c} TCPHandler: Processed in 0.001399452 sec. 2025.07.18 19:15:37.061019 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.061113 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:37.061154 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:37.063872 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:37.063910 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:37.068036 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:37.068260 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:37.068383 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} executeQuery: Read 100 rows, 7.10 KiB in 0.007288 sec., 13721.1855104281 rows/sec., 974.15 KiB/sec. 2025.07.18 19:15:37.068418 [ 3 ] {f6966239-05e7-40d7-bee1-2df621dfd0e0} TCPHandler: Processed in 0.007448934 sec. 2025.07.18 19:15:37.068540 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:37.068634 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:15:37.068673 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:15:37.068992 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:37.069027 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:37.069401 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:37.069602 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:37.069724 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} executeQuery: Read 30 rows, 2.10 KiB in 0.001108 sec., 27075.81227436823 rows/sec., 1.85 MiB/sec. 2025.07.18 19:15:37.069759 [ 3 ] {8c4e0320-8293-40fe-9a84-27e79d962199} TCPHandler: Processed in 0.001268999 sec. 2025.07.18 19:15:40.459101 [ 98 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:15:40.459187 [ 98 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:15:40.520789 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 126 2025.07.18 19:15:40.524003 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:40.524046 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:40.525124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:40.525376 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:40.525608 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 126 2025.07.18 19:15:40.534597 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.07.18 19:15:40.535359 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:40.535429 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:40.536029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:40.536254 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:40.536376 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.07.18 19:15:40.632935 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.07.18 19:15:40.650244 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:40.650292 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:40.656383 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:40.657111 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:40.660063 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.07.18 19:15:41.946936 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:41.947295 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) 2025.07.18 19:15:41.951532 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:41.953535 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE 2025.07.18 19:15:41.953757 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:41.957738 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:41.960016 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.07.18 19:15:41.964844 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:41.966929 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:41.966956 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:41.971121 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" 2025.07.18 19:15:41.971187 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:41.995785 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} executeQuery: Read 14 rows, 585.00 B in 0.048632 sec., 287.87629544332947 rows/sec., 11.75 KiB/sec. 2025.07.18 19:15:41.995903 [ 3 ] {c88025c7-a7ed-4bb6-b304-9c4b90d64ab0} TCPHandler: Processed in 0.049148066 sec. 2025.07.18 19:15:41.998096 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:41.998253 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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') FORMAT Native; (stage: Complete) 2025.07.18 19:15:41.998496 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:41.998533 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} 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')" moved to PREWHERE 2025.07.18 19:15:41.998734 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:41.998796 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:41.998909 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.07.18 19:15:41.998938 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:41.998956 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:41.998970 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:41.999002 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} 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'))" 2025.07.18 19:15:41.999021 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:41.999468 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} executeQuery: Read 14 rows, 585.00 B in 0.001279 sec., 10946.0516028147 rows/sec., 446.67 KiB/sec. 2025.07.18 19:15:41.999550 [ 3 ] {4dc3ba84-fdba-496c-b14f-39184e53f901} TCPHandler: Processed in 0.001517803 sec. 2025.07.18 19:15:41.999783 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:41.999907 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.000099 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.000129 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} 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')" moved to PREWHERE 2025.07.18 19:15:42.000245 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 162.00 MiB, peak 165.05 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.13 MiB 2025.07.18 19:15:42.000288 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.000366 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.000466 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.07.18 19:15:42.000494 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.000512 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.000525 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.000558 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} 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'))" 2025.07.18 19:15:42.000575 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.001052 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} executeQuery: Read 14 rows, 585.00 B in 0.001189 sec., 11774.600504625736 rows/sec., 480.48 KiB/sec. 2025.07.18 19:15:42.001142 [ 3 ] {b6e667b3-320d-462f-8f09-bb675bbf4f46} TCPHandler: Processed in 0.001408952 sec. 2025.07.18 19:15:42.001342 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.001464 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.001653 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.001683 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} 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')" moved to PREWHERE 2025.07.18 19:15:42.001859 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.001912 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.002008 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.07.18 19:15:42.002035 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.002053 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.002067 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.002108 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} 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'))" 2025.07.18 19:15:42.002126 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.002559 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} executeQuery: Read 14 rows, 585.00 B in 0.001139 sec., 12291.483757682177 rows/sec., 501.57 KiB/sec. 2025.07.18 19:15:42.002641 [ 3 ] {901bbd97-4d59-423a-a3b0-ceea9dcd791c} TCPHandler: Processed in 0.001349471 sec. 2025.07.18 19:15:42.004050 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.004173 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.004367 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.004397 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} 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')" moved to PREWHERE 2025.07.18 19:15:42.004561 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.004613 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.004708 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.07.18 19:15:42.004736 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.004754 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.004768 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.004799 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} 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'))" 2025.07.18 19:15:42.004816 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.005340 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} executeQuery: Read 14 rows, 585.00 B in 0.001213 sec., 11541.632316570485 rows/sec., 470.97 KiB/sec. 2025.07.18 19:15:42.005428 [ 3 ] {0f5ced19-315b-47a4-bf57-b6f3e822770e} TCPHandler: Processed in 0.001428752 sec. 2025.07.18 19:15:42.005728 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.005853 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.006046 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.006077 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} 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', 'switch_data_link:link_enabled')" moved to PREWHERE 2025.07.18 19:15:42.006240 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.006291 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.006386 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.07.18 19:15:42.006412 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.006430 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.006444 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.006475 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} 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', 'switch_data_link:link_enabled'))" 2025.07.18 19:15:42.006492 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.006908 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} executeQuery: Read 14 rows, 585.00 B in 0.001103 sec., 12692.656391659111 rows/sec., 517.94 KiB/sec. 2025.07.18 19:15:42.006984 [ 3 ] {98edbaa8-4102-4736-a04d-1e851fd97270} TCPHandler: Processed in 0.00130592 sec. 2025.07.18 19:15:42.007529 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.007653 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.007846 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.007876 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE 2025.07.18 19:15:42.008041 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.008092 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.008187 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.07.18 19:15:42.008213 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.008231 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.008246 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.008277 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" 2025.07.18 19:15:42.008294 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.008707 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} executeQuery: Read 14 rows, 585.00 B in 0.0011 sec., 12727.272727272726 rows/sec., 519.35 KiB/sec. 2025.07.18 19:15:42.008790 [ 3 ] {f917a0ad-d551-4ea2-9c76-a68b8639a8d8} TCPHandler: Processed in 0.001310551 sec. 2025.07.18 19:15:42.009021 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.009145 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.009334 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.009367 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE 2025.07.18 19:15:42.009531 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.009583 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.009678 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.07.18 19:15:42.009705 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.009723 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.009738 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.009771 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" 2025.07.18 19:15:42.009787 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.010205 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} executeQuery: Read 14 rows, 585.00 B in 0.001108 sec., 12635.379061371841 rows/sec., 515.60 KiB/sec. 2025.07.18 19:15:42.010289 [ 3 ] {fd35dbff-d95a-4a69-80e6-b572a842b804} TCPHandler: Processed in 0.001318921 sec. 2025.07.18 19:15:42.010508 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.010631 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.010823 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.010854 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.07.18 19:15:42.011020 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.011071 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.011165 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.07.18 19:15:42.011192 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.011210 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.011223 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.011255 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.07.18 19:15:42.011271 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.011723 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} executeQuery: Read 14 rows, 585.00 B in 0.001139 sec., 12291.483757682177 rows/sec., 501.57 KiB/sec. 2025.07.18 19:15:42.011816 [ 3 ] {f3219a19-3b70-4deb-b092-ee4832bc4f2a} TCPHandler: Processed in 0.001357971 sec. 2025.07.18 19:15:42.012040 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.012165 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.012360 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.012391 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.07.18 19:15:42.012560 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.012610 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.012705 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.07.18 19:15:42.012733 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.012750 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.012764 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.012795 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.07.18 19:15:42.012812 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.013207 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} executeQuery: Read 14 rows, 585.00 B in 0.001089 sec., 12855.83103764922 rows/sec., 524.60 KiB/sec. 2025.07.18 19:15:42.013292 [ 3 ] {c7994b70-0892-4334-867c-1c957802b2ae} TCPHandler: Processed in 0.00129885 sec. 2025.07.18 19:15:42.013520 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.013644 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.013833 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.013865 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.07.18 19:15:42.014033 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.014084 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.014179 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.07.18 19:15:42.014207 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.014224 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.014238 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.014269 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.07.18 19:15:42.014285 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.014692 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} executeQuery: Read 14 rows, 585.00 B in 0.001095 sec., 12785.388127853881 rows/sec., 521.73 KiB/sec. 2025.07.18 19:15:42.014773 [ 3 ] {e1da28e9-cb4f-49ab-8fba-7b752be88443} TCPHandler: Processed in 0.001302891 sec. 2025.07.18 19:15:42.014995 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.015121 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.015312 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.015344 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:15:42.015529 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.015582 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.015677 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.07.18 19:15:42.015704 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.015721 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.015735 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.015768 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.07.18 19:15:42.015785 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.016196 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} executeQuery: Read 14 rows, 585.00 B in 0.001123 sec., 12466.60730186999 rows/sec., 508.72 KiB/sec. 2025.07.18 19:15:42.016282 [ 3 ] {dbdd495d-9b64-4498-83ff-09a6c8a416f2} TCPHandler: Processed in 0.001336921 sec. 2025.07.18 19:15:42.016505 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.016631 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.016828 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.016860 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:15:42.017032 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.017083 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.017178 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.07.18 19:15:42.017205 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.017223 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.017237 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.017269 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.07.18 19:15:42.017285 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.017716 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} executeQuery: Read 14 rows, 585.00 B in 0.001134 sec., 12345.67901234568 rows/sec., 503.78 KiB/sec. 2025.07.18 19:15:42.017804 [ 3 ] {3142e5fa-cece-4dff-9d6a-a9d8405fdcc0} TCPHandler: Processed in 0.00134838 sec. 2025.07.18 19:15:42.018031 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.018158 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.018351 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.018382 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:15:42.018556 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.018607 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.018701 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.07.18 19:15:42.018727 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.018746 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.018759 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.018790 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:15:42.018807 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.019212 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} executeQuery: Read 14 rows, 585.00 B in 0.001103 sec., 12692.656391659111 rows/sec., 517.94 KiB/sec. 2025.07.18 19:15:42.019292 [ 3 ] {92aaa8b2-abb5-4bb3-8b5f-a24c99277b80} TCPHandler: Processed in 0.00131137 sec. 2025.07.18 19:15:42.019508 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.019636 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.019829 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.019861 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:15:42.020035 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.020085 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.020181 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.07.18 19:15:42.020207 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.020225 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.020239 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.020270 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:15:42.020287 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.020692 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} executeQuery: Read 14 rows, 585.00 B in 0.001107 sec., 12646.793134598014 rows/sec., 516.07 KiB/sec. 2025.07.18 19:15:42.020772 [ 3 ] {a8f22217-a6e1-416d-a393-6e77d7d38e44} TCPHandler: Processed in 0.00131328 sec. 2025.07.18 19:15:42.031117 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.031274 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} executeQuery: (from [fd00:1122:3344:101::d]:64025) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:15:42.031520 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:15:42.031560 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:15:42.031778 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.031829 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:15:42.031925 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.07.18 19:15:42.031952 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:15:42.031971 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.18 19:15:42.031985 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:15:42.032017 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:15:42.032034 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.18 19:15:42.032555 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} executeQuery: Read 14 rows, 585.00 B in 0.001345 sec., 10408.921933085501 rows/sec., 424.75 KiB/sec. 2025.07.18 19:15:42.032646 [ 3 ] {698e4c65-5e4e-4a10-a24c-4595799b3c89} TCPHandler: Processed in 0.001590364 sec. 2025.07.18 19:15:42.032974 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.033080 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:15:42.033121 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:15:42.033760 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.033798 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.034217 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:42.034406 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.034544 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} executeQuery: Read 16 rows, 4.79 KiB in 0.001496 sec., 10695.187165775402 rows/sec., 3.13 MiB/sec. 2025.07.18 19:15:42.034581 [ 3 ] {0a7639a6-a625-466b-b4bd-82dfd8fd6e70} TCPHandler: Processed in 0.001656905 sec. 2025.07.18 19:15:42.034707 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.034802 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.034841 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:15:42.037393 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.037435 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.037890 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.038093 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.038212 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} executeQuery: Read 392 rows, 25.47 KiB in 0.003429 sec., 114319.04345290171 rows/sec., 7.25 MiB/sec. 2025.07.18 19:15:42.038247 [ 3 ] {7c371b1d-f66d-472a-a281-d1ea1b162956} TCPHandler: Processed in 0.003590305 sec. 2025.07.18 19:15:42.038368 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.038461 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:15:42.038503 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:15:42.039640 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.039676 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.040075 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:42.040278 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.040400 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} executeQuery: Read 1109 rows, 90.53 KiB in 0.001957 sec., 566683.6995401124 rows/sec., 45.18 MiB/sec. 2025.07.18 19:15:42.040436 [ 3 ] {1b9fb084-70a5-4a96-a3c1-dc25472552eb} TCPHandler: Processed in 0.002115682 sec. 2025.07.18 19:15:42.040542 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.040634 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.040673 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:15:42.041178 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.041215 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.041623 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.041835 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.041956 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} executeQuery: Read 232 rows, 14.48 KiB in 0.00134 sec., 173134.32835820894 rows/sec., 10.56 MiB/sec. 2025.07.18 19:15:42.041998 [ 3 ] {aad4a4d7-3d53-41de-ab17-9f25ee9a774a} TCPHandler: Processed in 0.001503113 sec. 2025.07.18 19:15:42.042109 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.042203 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.042241 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:15:42.042787 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.042820 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.043120 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.043319 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.043438 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} executeQuery: Read 203 rows, 13.41 KiB in 0.001253 sec., 162011.17318435755 rows/sec., 10.45 MiB/sec. 2025.07.18 19:15:42.043479 [ 3 ] {c24d9b54-91a6-48f2-ab2b-e6d366e445cc} TCPHandler: Processed in 0.001416742 sec. 2025.07.18 19:15:42.043590 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.043682 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.043719 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:15:42.044167 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.044202 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.044502 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.044700 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.044816 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} executeQuery: Read 202 rows, 11.75 KiB in 0.001151 sec., 175499.56559513469 rows/sec., 9.97 MiB/sec. 2025.07.18 19:15:42.044856 [ 3 ] {99854f8a-c8bc-4a10-a081-3b09c4d6d43c} TCPHandler: Processed in 0.00131233 sec. 2025.07.18 19:15:42.044989 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.045081 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:15:42.045118 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:15:42.045764 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.045797 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.046131 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:42.046336 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.046453 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} executeQuery: Read 664 rows, 47.54 KiB in 0.00139 sec., 477697.8417266187 rows/sec., 33.40 MiB/sec. 2025.07.18 19:15:42.046495 [ 3 ] {3fb98bbf-7f09-45af-a0ee-4dceef832079} TCPHandler: Processed in 0.001558694 sec. 2025.07.18 19:15:42.046612 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.046703 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:15:42.046742 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:15:42.047059 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.047094 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.047421 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.047692 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.047831 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2025.07.18 19:15:42.047873 [ 3 ] {f87060f6-d4ed-4085-a706-7a69dcbdc062} TCPHandler: Processed in 0.0013081 sec. 2025.07.18 19:15:42.047996 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.048091 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.048134 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:42.048531 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.048567 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.048881 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:42.049088 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.049213 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} executeQuery: Read 247 rows, 16.37 KiB in 0.001141 sec., 216476.77475898335 rows/sec., 14.01 MiB/sec. 2025.07.18 19:15:42.049255 [ 3 ] {a641a80e-6c78-4812-9e2a-d3a29cde9723} TCPHandler: Processed in 0.001319241 sec. 2025.07.18 19:15:42.049373 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.049468 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.049509 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:15:42.049819 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.049855 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.050150 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.050356 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.050478 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2025.07.18 19:15:42.050514 [ 3 ] {604fb57a-f5f0-4916-a92a-90c97c81d4ff} TCPHandler: Processed in 0.001196788 sec. 2025.07.18 19:15:42.050628 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.050721 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.050776 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:15:42.051559 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.051607 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.054670 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.054912 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.055072 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} executeQuery: Read 36 rows, 66.06 KiB in 0.00437 sec., 8237.986270022884 rows/sec., 14.76 MiB/sec. 2025.07.18 19:15:42.055123 [ 3 ] {744369a1-859f-4f0d-8b60-b0d081528c9a} TCPHandler: Processed in 0.00454922 sec. 2025.07.18 19:15:42.055246 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.055342 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.055385 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:15:42.055733 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.055768 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.056086 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:15:42.056294 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.056440 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} executeQuery: Read 21 rows, 1.57 KiB in 0.001117 sec., 18800.358102059086 rows/sec., 1.37 MiB/sec. 2025.07.18 19:15:42.056477 [ 3 ] {3c65f196-6037-4630-b301-d5daba58e093} TCPHandler: Processed in 0.00128061 sec. 2025.07.18 19:15:42.056588 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:42.056681 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:15:42.056723 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:15:42.057077 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:42.057112 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:42.057404 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:42.057618 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:42.057741 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} executeQuery: Read 72 rows, 4.38 KiB in 0.001078 sec., 66790.35250463823 rows/sec., 3.97 MiB/sec. 2025.07.18 19:15:42.057776 [ 3 ] {f16fcb60-e7ac-4322-8099-a3e0f43c8fc2} TCPHandler: Processed in 0.001236719 sec. 2025.07.18 19:15:46.948447 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:46.948646 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:15:46.948712 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:15:46.949386 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:46.949434 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:46.949819 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:46.950041 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:46.950190 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} executeQuery: Read 26 rows, 2.01 KiB in 0.001594 sec., 16311.16687578419 rows/sec., 1.23 MiB/sec. 2025.07.18 19:15:46.950231 [ 3 ] {09e7a842-9b1a-47aa-ac9c-1a17478dd5a1} TCPHandler: Processed in 0.00191978 sec. 2025.07.18 19:15:46.950366 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:46.950463 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:15:46.950503 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:15:46.950955 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:46.950990 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:46.951292 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:46.951496 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:46.951624 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} executeQuery: Read 28 rows, 2.24 KiB in 0.001181 sec., 23708.721422523286 rows/sec., 1.85 MiB/sec. 2025.07.18 19:15:46.951667 [ 3 ] {0e8ef007-0857-4c2a-b3de-10ee78c9e425} TCPHandler: Processed in 0.001352031 sec. 2025.07.18 19:15:46.951800 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:46.951897 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:46.951942 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:46.952376 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:46.952410 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:46.952723 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:46.952938 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:46.953060 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} executeQuery: Read 100 rows, 7.10 KiB in 0.001181 sec., 84674.0050804403 rows/sec., 5.87 MiB/sec. 2025.07.18 19:15:46.953095 [ 3 ] {0ca88e68-557a-4baf-9dc7-2bd761c21c6a} TCPHandler: Processed in 0.001345001 sec. 2025.07.18 19:15:46.953223 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:46.953317 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:15:46.953358 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:15:46.954017 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:46.954052 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:46.954460 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:46.954679 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:46.954813 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} executeQuery: Read 30 rows, 2.10 KiB in 0.001512 sec., 19841.26984126984 rows/sec., 1.36 MiB/sec. 2025.07.18 19:15:46.954867 [ 3 ] {35fe19ff-b01d-49c6-99c6-69b4a9e9e827} TCPHandler: Processed in 0.001693376 sec. 2025.07.18 19:15:48.036504 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.07.18 19:15:48.037023 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:48.037070 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:48.037640 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:48.037873 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:48.038004 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.07.18 19:15:48.160180 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.07.18 19:15:48.177103 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:48.177165 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.07.18 19:15:48.183195 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:48.183927 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:48.187018 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.07.18 19:15:50.525843 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 192 2025.07.18 19:15:50.528888 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:50.528929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:50.530155 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:15:50.530416 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:50.530647 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 192 2025.07.18 19:15:51.958459 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.958638 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.958703 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:15:51.959499 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.959538 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.959924 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.960146 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.960296 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} executeQuery: Read 392 rows, 25.47 KiB in 0.001706 sec., 229777.25674091442 rows/sec., 14.58 MiB/sec. 2025.07.18 19:15:51.960337 [ 3 ] {18ca0037-dc1d-4054-b0d0-d4363772a41f} TCPHandler: Processed in 0.00199934 sec. 2025.07.18 19:15:51.960455 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.960550 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:15:51.960590 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:15:51.961420 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.961457 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.961810 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:51.962014 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.962136 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} executeQuery: Read 1109 rows, 90.53 KiB in 0.001605 sec., 690965.7320872274 rows/sec., 55.08 MiB/sec. 2025.07.18 19:15:51.962173 [ 3 ] {d7aa8516-b7f4-4111-81ed-805c2722263e} TCPHandler: Processed in 0.001769687 sec. 2025.07.18 19:15:51.962284 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.962381 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.962420 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:15:51.962920 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.962957 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.963261 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.963474 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.963599 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} executeQuery: Read 232 rows, 14.48 KiB in 0.001237 sec., 187550.52546483427 rows/sec., 11.43 MiB/sec. 2025.07.18 19:15:51.963637 [ 3 ] {481535a2-1538-44db-ba58-8391c959c69d} TCPHandler: Processed in 0.001402561 sec. 2025.07.18 19:15:51.963749 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.963843 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.963883 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:15:51.964324 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.964361 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.964651 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.964861 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.964984 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} executeQuery: Read 203 rows, 13.41 KiB in 0.001158 sec., 175302.2452504318 rows/sec., 11.31 MiB/sec. 2025.07.18 19:15:51.965019 [ 3 ] {f5c809a9-b3ea-4834-9acf-70ccc04489cf} TCPHandler: Processed in 0.00132524 sec. 2025.07.18 19:15:51.965125 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.965220 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.965260 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:15:51.965676 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.965712 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.966014 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.966221 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.966343 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} executeQuery: Read 202 rows, 11.75 KiB in 0.00114 sec., 177192.98245614037 rows/sec., 10.06 MiB/sec. 2025.07.18 19:15:51.966378 [ 3 ] {10aacbc2-a994-4b32-95f6-8a0492e15d46} TCPHandler: Processed in 0.00130344 sec. 2025.07.18 19:15:51.966491 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.966585 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:15:51.966624 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:15:51.967205 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.967242 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.967568 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:51.967795 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.967922 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} executeQuery: Read 652 rows, 46.57 KiB in 0.001354 sec., 481536.18906942394 rows/sec., 33.59 MiB/sec. 2025.07.18 19:15:51.967958 [ 3 ] {9adc2489-4977-435f-900d-f38c47dd2963} TCPHandler: Processed in 0.001516814 sec. 2025.07.18 19:15:51.968066 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.968162 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:15:51.968204 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:15:51.968530 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.968566 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.968854 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.969057 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.969180 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2025.07.18 19:15:51.969214 [ 3 ] {4e406a72-5e75-45d9-98a5-2d1c43a75dc6} TCPHandler: Processed in 0.001198559 sec. 2025.07.18 19:15:51.969330 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.969424 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.969466 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:51.969842 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.969877 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.970184 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:51.970393 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.970521 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} executeQuery: Read 247 rows, 16.37 KiB in 0.001116 sec., 221326.16487455196 rows/sec., 14.32 MiB/sec. 2025.07.18 19:15:51.970558 [ 3 ] {4942861f-27b4-48bd-8bcc-4a855ec602f9} TCPHandler: Processed in 0.00128598 sec. 2025.07.18 19:15:51.970672 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.970765 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.970807 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:15:51.971113 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.971149 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.971439 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.971649 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.971772 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.07.18 19:15:51.971807 [ 3 ] {1b91b4f6-f69e-4add-a7f9-087f5ac2c14e} TCPHandler: Processed in 0.001188088 sec. 2025.07.18 19:15:51.971912 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.972004 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.972056 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:15:51.972801 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.972838 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.973380 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:15:51.973599 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.973731 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} executeQuery: Read 36 rows, 66.06 KiB in 0.001743 sec., 20654.044750430294 rows/sec., 37.01 MiB/sec. 2025.07.18 19:15:51.973780 [ 3 ] {1f8eb633-7c32-4cbd-90bf-2ec9d8ae6759} TCPHandler: Processed in 0.001917389 sec. 2025.07.18 19:15:51.973891 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:51.973987 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:15:51.974028 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:15:51.974355 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:51.974392 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:51.974682 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:15:51.974903 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:51.975028 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} executeQuery: Read 72 rows, 4.38 KiB in 0.00106 sec., 67924.52830188679 rows/sec., 4.04 MiB/sec. 2025.07.18 19:15:51.975062 [ 3 ] {d2488042-7927-469d-909c-6c219675ff72} TCPHandler: Processed in 0.001221429 sec. 2025.07.18 19:15:55.459259 [ 74 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:15:55.459340 [ 74 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:15:55.538247 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.07.18 19:15:55.538712 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:55.538748 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:55.539186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:15:55.539394 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:55.539577 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.07.18 19:15:55.539598 [ 74 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:15:55.539693 [ 74 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:55.539735 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:55.542039 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:15:55.544068 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:15:55.544156 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.07.18 19:15:55.544272 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.07.18 19:15:55.544415 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.07.18 19:15:55.544480 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.07.18 19:15:55.544536 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:15:55.544579 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:15:55.574163 [ 191 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.034292226 sec., 81826.12583971655 rows/sec., 1.17 MiB/sec. 2025.07.18 19:15:55.574904 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:15:55.575143 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:55.575202 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_6_1} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:15:55.575282 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.07.18 19:15:55.687249 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.07.18 19:15:55.706616 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:55.706672 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:55.713061 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:15:55.713764 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:55.714087 [ 74 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:15:55.714174 [ 74 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:55.714211 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:55.714382 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:15:55.717083 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.07.18 19:15:55.718874 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:15:55.720320 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.07.18 19:15:55.724926 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.07.18 19:15:55.729200 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.07.18 19:15:55.733509 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.07.18 19:15:55.740297 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.07.18 19:15:55.744442 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.07.18 19:15:55.804122 [ 196 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08975796 sec., 512.4893658456588 rows/sec., 2.65 MiB/sec. 2025.07.18 19:15:55.806568 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:15:55.808651 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:55.808753 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_6_1} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:15:55.810764 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. 2025.07.18 19:15:56.000323 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 166.65 MiB, peak 176.20 MiB, free memory in arenas 0.00 B, will set to 176.84 MiB (RSS), difference: 10.19 MiB 2025.07.18 19:15:56.946746 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:56.946940 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:15:56.947011 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:15:56.947717 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:56.947763 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:56.948192 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:56.948458 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:56.948605 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} executeQuery: Read 26 rows, 2.01 KiB in 0.00172 sec., 15116.279069767443 rows/sec., 1.14 MiB/sec. 2025.07.18 19:15:56.948646 [ 3 ] {be56fece-918b-41c1-b070-5ee4290af64d} TCPHandler: Processed in 0.002031481 sec. 2025.07.18 19:15:56.948780 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:56.948875 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:15:56.948915 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:15:56.949327 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:56.949362 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:56.949659 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:56.949870 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:56.949995 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} executeQuery: Read 28 rows, 2.24 KiB in 0.001139 sec., 24582.967515364355 rows/sec., 1.92 MiB/sec. 2025.07.18 19:15:56.950032 [ 3 ] {09e456d0-99ab-4b90-b604-335484342ace} TCPHandler: Processed in 0.00130552 sec. 2025.07.18 19:15:56.950144 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:56.950236 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:15:56.950279 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:15:56.950652 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:56.950687 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:56.950996 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:56.951212 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:56.951337 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} executeQuery: Read 100 rows, 7.10 KiB in 0.001119 sec., 89365.50491510278 rows/sec., 6.20 MiB/sec. 2025.07.18 19:15:56.951374 [ 3 ] {be844e5b-c1e0-43f1-a278-c2e9914b23d6} TCPHandler: Processed in 0.00127896 sec. 2025.07.18 19:15:56.951486 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:15:56.951579 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:15:56.951618 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:15:56.951954 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:15:56.951989 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:15:56.952279 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:15:56.952475 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:15:56.952598 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} executeQuery: Read 30 rows, 2.10 KiB in 0.001038 sec., 28901.73410404624 rows/sec., 1.98 MiB/sec. 2025.07.18 19:15:56.952632 [ 3 ] {7bac299d-43e8-4555-8065-a55db8ccb478} TCPHandler: Processed in 0.001194398 sec. 2025.07.18 19:16:00.531054 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 222 2025.07.18 19:16:00.533135 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:00.533181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:00.534315 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:00.534582 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:00.534818 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 222 2025.07.18 19:16:01.958489 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.958687 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.958761 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:01.959638 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.959683 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.960086 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.960309 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.960463 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} executeQuery: Read 392 rows, 25.47 KiB in 0.00183 sec., 214207.65027322405 rows/sec., 13.59 MiB/sec. 2025.07.18 19:16:01.960511 [ 3 ] {c0a1a41a-9e39-4985-a770-805e3ab11230} TCPHandler: Processed in 0.002155073 sec. 2025.07.18 19:16:01.960631 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.960728 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:01.960772 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:01.961692 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.961728 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.962120 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:01.962343 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.962447 [ 62 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:01.962473 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} executeQuery: Read 1109 rows, 90.53 KiB in 0.001763 sec., 629041.4066931367 rows/sec., 50.15 MiB/sec. 2025.07.18 19:16:01.962529 [ 62 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.962535 [ 3 ] {a0412dd7-bb52-4efc-beb0-a042216b81ff} TCPHandler: Processed in 0.00195493 sec. 2025.07.18 19:16:01.962564 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.962669 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.962713 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:01.962769 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.962815 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:01.962872 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:01.962917 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.07.18 19:16:01.963011 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1109 rows starting from the beginning of the part 2025.07.18 19:16:01.963091 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2025.07.18 19:16:01.963146 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1109 rows starting from the beginning of the part 2025.07.18 19:16:01.963261 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:16:01.963307 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.963314 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1109 rows starting from the beginning of the part 2025.07.18 19:16:01.963351 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.963823 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.964088 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.964224 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} executeQuery: Read 232 rows, 14.48 KiB in 0.001474 sec., 157394.84396200813 rows/sec., 9.60 MiB/sec. 2025.07.18 19:16:01.964263 [ 3 ] {41a87003-a914-41cf-8d70-c035ce7dbb09} TCPHandler: Processed in 0.001645446 sec. 2025.07.18 19:16:01.964381 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.964476 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.964538 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:01.965014 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.965052 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.965049 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3405 rows, containing 5 columns (5 merged, 0 gathered) in 0.002390917 sec., 1424139.7756592971 rows/sec., 118.82 MiB/sec. 2025.07.18 19:16:01.965330 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:01.965371 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.965594 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.965623 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.965692 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_6_1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:01.965720 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} executeQuery: Read 203 rows, 13.41 KiB in 0.001263 sec., 160728.42438638164 rows/sec., 10.37 MiB/sec. 2025.07.18 19:16:01.965758 [ 3 ] {8c64fc1a-ea75-4157-a9b1-5746c1b4fa5e} TCPHandler: Processed in 0.001427492 sec. 2025.07.18 19:16:01.965766 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.07.18 19:16:01.965869 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.965963 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.966004 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:01.966446 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.966482 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.966792 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.966993 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.967115 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} executeQuery: Read 202 rows, 11.75 KiB in 0.00117 sec., 172649.57264957266 rows/sec., 9.81 MiB/sec. 2025.07.18 19:16:01.967151 [ 3 ] {d1aa3df6-3a04-464d-8d5e-31c449eb467d} TCPHandler: Processed in 0.00133227 sec. 2025.07.18 19:16:01.967263 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.967356 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:01.967395 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:01.968010 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.968048 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.968381 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:01.968597 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.968695 [ 62 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:01.968725 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} executeQuery: Read 652 rows, 46.57 KiB in 0.001388 sec., 469740.63400576374 rows/sec., 32.77 MiB/sec. 2025.07.18 19:16:01.968737 [ 62 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.968769 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.968770 [ 3 ] {4e4af843-a6fb-4e58-a0b6-ac87849c18b5} TCPHandler: Processed in 0.001556174 sec. 2025.07.18 19:16:01.968872 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:01.968900 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.968969 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:01.968998 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part 2025.07.18 19:16:01.968999 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:01.969048 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 664 rows starting from the beginning of the part 2025.07.18 19:16:01.969055 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:01.969096 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2025.07.18 19:16:01.969137 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 652 rows starting from the beginning of the part 2025.07.18 19:16:01.969176 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2025.07.18 19:16:01.969214 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 652 rows starting from the beginning of the part 2025.07.18 19:16:01.969407 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.969452 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.969777 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.969995 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.970124 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} executeQuery: Read 6 rows, 321.00 B in 0.001143 sec., 5249.343832020998 rows/sec., 274.26 KiB/sec. 2025.07.18 19:16:01.970160 [ 3 ] {6ca91530-f1d5-4c41-98bc-edf1c693a820} TCPHandler: Processed in 0.00131084 sec. 2025.07.18 19:16:01.970249 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2052 rows, containing 5 columns (5 merged, 0 gathered) in 0.001430642 sec., 1434321.0950049 rows/sec., 106.08 MiB/sec. 2025.07.18 19:16:01.970269 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.970380 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.970424 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:01.970426 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:01.970699 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.970771 [ 201 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_6_1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:01.970835 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.07.18 19:16:01.970930 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.970979 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.971384 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:01.971601 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.971698 [ 62 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:01.971727 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} executeQuery: Read 247 rows, 16.37 KiB in 0.001366 sec., 180819.9121522694 rows/sec., 11.70 MiB/sec. 2025.07.18 19:16:01.971732 [ 62 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.971770 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.971770 [ 3 ] {87c50400-4825-41e7-812b-344711e1ec81} TCPHandler: Processed in 0.001551824 sec. 2025.07.18 19:16:01.971843 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:01.971898 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.971930 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:01.971961 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part 2025.07.18 19:16:01.971998 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.972008 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 247 rows starting from the beginning of the part 2025.07.18 19:16:01.972048 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:01.972059 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2025.07.18 19:16:01.972102 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 247 rows starting from the beginning of the part 2025.07.18 19:16:01.972134 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2025.07.18 19:16:01.972169 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 247 rows starting from the beginning of the part 2025.07.18 19:16:01.972373 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.972414 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.972728 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.972945 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.973048 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1041 rows, containing 5 columns (5 merged, 0 gathered) in 0.001233359 sec., 844036.4889703647 rows/sec., 55.75 MiB/sec. 2025.07.18 19:16:01.973072 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} executeQuery: Read 1 rows, 69.00 B in 0.001093 sec., 914.9130832570905 rows/sec., 61.65 KiB/sec. 2025.07.18 19:16:01.973114 [ 3 ] {96ae6455-68f7-403f-af82-0ae8454e871a} TCPHandler: Processed in 0.00126472 sec. 2025.07.18 19:16:01.973211 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:01.973224 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.973325 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.973382 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:01.973468 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.973531 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_6_1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:01.973584 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.07.18 19:16:01.974212 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.974253 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.974810 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:01.975038 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.975175 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} executeQuery: Read 36 rows, 66.06 KiB in 0.001868 sec., 19271.948608137045 rows/sec., 34.53 MiB/sec. 2025.07.18 19:16:01.975223 [ 3 ] {a98a2c64-6e35-46d1-b1c2-6eb66523adda} TCPHandler: Processed in 0.002047501 sec. 2025.07.18 19:16:01.975334 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:01.975429 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:01.975470 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:01.975833 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.975868 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.976166 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:01.976368 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.976471 [ 59 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:01.976490 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} executeQuery: Read 72 rows, 4.38 KiB in 0.00108 sec., 66666.66666666667 rows/sec., 3.96 MiB/sec. 2025.07.18 19:16:01.976518 [ 59 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:01.976531 [ 3 ] {7829c16d-2ef2-4c75-b4bc-4b5bc0837a1f} TCPHandler: Processed in 0.001247259 sec. 2025.07.18 19:16:01.976544 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:01.976654 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:01.976778 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:01.976820 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.07.18 19:16:01.976903 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 72 rows starting from the beginning of the part 2025.07.18 19:16:01.976964 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.07.18 19:16:01.977013 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part 2025.07.18 19:16:01.977060 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.07.18 19:16:01.977106 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2025.07.18 19:16:01.977889 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.00127932 sec., 239189.56945877496 rows/sec., 14.85 MiB/sec. 2025.07.18 19:16:01.978020 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:01.978275 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:01.978334 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_6_1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:01.978385 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.18 19:16:03.040620 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.07.18 19:16:03.041115 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:03.041159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:03.041693 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:03.041913 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:03.042037 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.07.18 19:16:03.218104 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.07.18 19:16:03.235000 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:03.235057 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:03.240474 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:03.241153 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:03.244088 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.07.18 19:16:06.943413 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.943651 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:16:06.943977 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:16:06.944014 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:16:06.944254 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:06.944322 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:16:06.944459 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.07.18 19:16:06.944665 [ 289 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:16:06.944677 [ 288 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:16:06.944790 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.18 19:16:06.944819 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:16:06.948874 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:16:06.948901 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.07.18 19:16:06.948955 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.948997 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.949928 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} executeQuery: Read 30 rows, 1.14 KiB in 0.006375 sec., 4705.882352941177 rows/sec., 179.38 KiB/sec. 2025.07.18 19:16:06.950037 [ 3 ] {18b7487d-aa8e-4020-8b35-6676483f27c2} TCPHandler: Processed in 0.006744623 sec. 2025.07.18 19:16:06.950345 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.950481 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:16:06.950698 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:16:06.950732 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:16:06.950924 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:06.950977 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:16:06.951079 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.07.18 19:16:06.951133 [ 289 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:16:06.951152 [ 290 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:16:06.951251 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.18 19:16:06.951276 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:16:06.951332 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:16:06.951348 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.07.18 19:16:06.951377 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.951407 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.951974 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} executeQuery: Read 30 rows, 1.14 KiB in 0.00155 sec., 19354.83870967742 rows/sec., 737.78 KiB/sec. 2025.07.18 19:16:06.952056 [ 3 ] {1570ef15-ba4e-4e0d-a7df-4fcc425764ed} TCPHandler: Processed in 0.001762507 sec. 2025.07.18 19:16:06.952287 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.952420 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:16:06.952642 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:16:06.952676 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:16:06.952866 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:06.952917 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:16:06.953016 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.07.18 19:16:06.953072 [ 289 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:16:06.953080 [ 290 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:16:06.953160 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.18 19:16:06.953186 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:16:06.953239 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:16:06.953255 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.07.18 19:16:06.953286 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.953316 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.953825 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} executeQuery: Read 30 rows, 1.14 KiB in 0.001461 sec., 20533.880903490757 rows/sec., 782.72 KiB/sec. 2025.07.18 19:16:06.953906 [ 3 ] {ba3e6316-aae3-4f49-80ae-c84c2a8da30f} TCPHandler: Processed in 0.001668655 sec. 2025.07.18 19:16:06.954104 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.954238 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} executeQuery: (from [fd00:1122:3344:101::d]:64025) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:16:06.954445 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:16:06.954480 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:16:06.954678 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:06.954730 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:16:06.954828 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.07.18 19:16:06.954887 [ 290 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:16:06.954892 [ 288 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:16:06.954982 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.18 19:16:06.955006 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:16:06.955059 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:16:06.955075 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.07.18 19:16:06.955105 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.955141 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:06.955668 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} executeQuery: Read 30 rows, 1.14 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 770.07 KiB/sec. 2025.07.18 19:16:06.955747 [ 3 ] {4afccd2a-8f6a-4ca2-b096-1894bd937228} TCPHandler: Processed in 0.001692866 sec. 2025.07.18 19:16:06.962642 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.962769 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:16:06.962820 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:06.963437 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:06.963479 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:06.963902 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:16:06.964096 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:06.964234 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} executeQuery: Read 4 rows, 521.00 B in 0.001502 sec., 2663.1158455392806 rows/sec., 338.74 KiB/sec. 2025.07.18 19:16:06.964272 [ 3 ] {d572d306-aa54-44a9-8f0d-74129e0c65ab} TCPHandler: Processed in 0.001689795 sec. 2025.07.18 19:16:06.964391 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.964486 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:06.964527 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:06.964964 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:06.965000 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:06.965304 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:06.965510 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:06.965641 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} executeQuery: Read 56 rows, 4.41 KiB in 0.001175 sec., 47659.574468085106 rows/sec., 3.66 MiB/sec. 2025.07.18 19:16:06.965677 [ 3 ] {cd8a144f-cef2-41bd-9980-2eb128ebe687} TCPHandler: Processed in 0.00133496 sec. 2025.07.18 19:16:06.965797 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.965892 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:06.965931 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:06.966347 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:06.966381 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:06.966683 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:06.966889 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:06.967012 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. 2025.07.18 19:16:06.967048 [ 3 ] {c9ccf29d-d600-441d-9510-ddd92b8c243c} TCPHandler: Processed in 0.00130117 sec. 2025.07.18 19:16:06.967165 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.967258 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:06.967300 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:06.967702 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:06.967738 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:06.968059 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:06.968262 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:06.968386 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2025.07.18 19:16:06.968422 [ 3 ] {d7fc9635-7584-4d5b-a8f5-79fe2c53ff74} TCPHandler: Processed in 0.00130731 sec. 2025.07.18 19:16:06.968531 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:06.968625 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} executeQuery: (from [fd00:1122:3344:101::d]:64025) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:06.968665 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:06.969000 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:06.969035 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:06.969332 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:06.969537 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:06.969663 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.07.18 19:16:06.969697 [ 3 ] {e024d515-d882-484d-aa68-c5908af7f738} TCPHandler: Processed in 0.001215759 sec. 2025.07.18 19:16:10.459599 [ 48 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:16:10.459673 [ 48 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:16:10.535022 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 262 2025.07.18 19:16:10.537302 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:10.537345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:10.538519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:10.538770 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:10.539011 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 262 2025.07.18 19:16:10.542229 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.07.18 19:16:10.542820 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:10.542877 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:10.543457 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:10.543673 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:10.543790 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.07.18 19:16:10.744285 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.07.18 19:16:10.761692 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:10.761737 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:10.767998 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:10.768732 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:10.771661 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.07.18 19:16:11.000167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 178.45 MiB, peak 182.45 MiB, free memory in arenas 0.00 B, will set to 179.64 MiB (RSS), difference: 1.20 MiB 2025.07.18 19:16:11.229589 [ 3 ] {} TCPHandler: Done processing connection. 2025.07.18 19:16:11.229674 [ 3 ] {} TCP-Session: 31e160e9-2b13-4ab7-bc60-578d99961a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:16:11.962602 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.962776 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.962837 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:11.963612 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.963653 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.964038 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.964257 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.964397 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} executeQuery: Read 392 rows, 25.47 KiB in 0.001669 sec., 234871.1803475135 rows/sec., 14.90 MiB/sec. 2025.07.18 19:16:11.964435 [ 4 ] {3e656d12-35d7-47ad-bb86-5aa28430a7e6} TCPHandler: Processed in 0.00195145 sec. 2025.07.18 19:16:11.964556 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.964649 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:11.964689 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:11.965675 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.965711 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.966105 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:11.966310 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.966430 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} executeQuery: Read 1139 rows, 92.93 KiB in 0.001799 sec., 633129.5163979989 rows/sec., 50.45 MiB/sec. 2025.07.18 19:16:11.966465 [ 4 ] {d804124b-e863-4ac3-9b25-d9272f8be576} TCPHandler: Processed in 0.001956231 sec. 2025.07.18 19:16:11.966582 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.966673 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.966712 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:11.967195 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.967230 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.967527 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.967729 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.967853 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} executeQuery: Read 232 rows, 14.48 KiB in 0.001197 sec., 193817.87802840435 rows/sec., 11.82 MiB/sec. 2025.07.18 19:16:11.967888 [ 4 ] {31592f27-c296-4816-9976-2315c3948282} TCPHandler: Processed in 0.00135353 sec. 2025.07.18 19:16:11.968001 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.968093 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.968131 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:11.968600 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.968636 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.968978 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.969182 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.969302 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} executeQuery: Read 203 rows, 13.41 KiB in 0.001226 sec., 165579.11908646 rows/sec., 10.68 MiB/sec. 2025.07.18 19:16:11.969336 [ 4 ] {7cd6dee4-f2fc-4a9d-a833-045dab9335ae} TCPHandler: Processed in 0.001381892 sec. 2025.07.18 19:16:11.969451 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.969543 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.969580 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:11.970012 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.970071 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.970355 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.970553 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.970671 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} executeQuery: Read 202 rows, 11.75 KiB in 0.001146 sec., 176265.27050610818 rows/sec., 10.01 MiB/sec. 2025.07.18 19:16:11.970707 [ 4 ] {2c03ffad-0453-4ab9-87cd-7285495aaeee} TCPHandler: Processed in 0.0013031 sec. 2025.07.18 19:16:11.970822 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.970912 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:11.970950 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:11.971551 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.971586 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.971909 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:11.972110 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.972229 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} executeQuery: Read 688 rows, 49.45 KiB in 0.001334 sec., 515742.1289355323 rows/sec., 36.20 MiB/sec. 2025.07.18 19:16:11.972264 [ 4 ] {71983d47-14fe-40a9-93c5-80251cfe4e75} TCPHandler: Processed in 0.001488953 sec. 2025.07.18 19:16:11.972380 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.972472 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:11.972512 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:11.972843 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.972878 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.973162 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.973367 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.973487 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. 2025.07.18 19:16:11.973521 [ 4 ] {13676130-47dd-4dc9-ad5e-dd76029e0c89} TCPHandler: Processed in 0.001188848 sec. 2025.07.18 19:16:11.973639 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.973731 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.973772 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:11.974197 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.974232 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.974580 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:11.974779 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.974900 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} executeQuery: Read 307 rows, 20.68 KiB in 0.001187 sec., 258635.2148272957 rows/sec., 17.01 MiB/sec. 2025.07.18 19:16:11.974934 [ 4 ] {75865262-494c-49ce-9d08-568288de66ab} TCPHandler: Processed in 0.001343131 sec. 2025.07.18 19:16:11.975046 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.975137 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.975177 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:11.975487 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.975521 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.975820 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.976025 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.976147 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.07.18 19:16:11.976181 [ 4 ] {e5bc2d5d-9378-4437-8bc5-5931d15db203} TCPHandler: Processed in 0.001181898 sec. 2025.07.18 19:16:11.976296 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.976386 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.976437 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:11.977242 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.977278 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.977794 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:11.978011 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.978139 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} executeQuery: Read 36 rows, 66.06 KiB in 0.001769 sec., 20350.480497456192 rows/sec., 36.47 MiB/sec. 2025.07.18 19:16:11.978186 [ 4 ] {13ca2e6d-9c5c-4456-8080-3f400223579d} TCPHandler: Processed in 0.00193742 sec. 2025.07.18 19:16:11.978305 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:11.978396 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:11.978436 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:11.978775 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:11.978811 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.07.18 19:16:11.979099 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:11.979292 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:11.979410 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} executeQuery: Read 102 rows, 6.42 KiB in 0.001031 sec., 98933.07468477206 rows/sec., 6.08 MiB/sec. 2025.07.18 19:16:11.979443 [ 4 ] {09d0f678-61ff-4196-9214-4331a4149620} TCPHandler: Processed in 0.001185508 sec. 2025.07.18 19:16:12.000168 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 178.39 MiB, peak 182.45 MiB, free memory in arenas 0.00 B, will set to 179.75 MiB (RSS), difference: 1.36 MiB 2025.07.18 19:16:16.951177 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:16.951394 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:16.951468 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:16.952214 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:16.952288 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:16.952787 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:16.953099 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:16.953275 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec. 2025.07.18 19:16:16.953332 [ 4 ] {93c76c02-9cb6-4c01-9dfc-811498b06a10} TCPHandler: Processed in 0.002310156 sec. 2025.07.18 19:16:16.953485 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:16.953610 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:16.953656 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:16.954118 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:16.954158 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:16.954570 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:16.954833 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:16.954976 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} executeQuery: Read 64 rows, 5.12 KiB in 0.001392 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. 2025.07.18 19:16:16.955016 [ 4 ] {2ad5bd5f-67d2-499c-a9d1-ba0aefdffee3} TCPHandler: Processed in 0.001592244 sec. 2025.07.18 19:16:16.955147 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:16.955251 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:16.955310 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:16.955768 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:16.955807 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:16.956155 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:16.956379 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:16.956511 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2025.07.18 19:16:16.956548 [ 4 ] {a7b9ab39-8a68-44cc-a137-2f0552a360bb} TCPHandler: Processed in 0.001454622 sec. 2025.07.18 19:16:16.956661 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:16.956756 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:16.956801 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:16.957221 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:16.957262 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:16.957598 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:16.957813 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:16.957954 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2025.07.18 19:16:16.958037 [ 4 ] {9cad9c5d-dc50-45f7-99aa-c55f052f8420} TCPHandler: Processed in 0.001426082 sec. 2025.07.18 19:16:18.044014 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.07.18 19:16:18.044513 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:18.044559 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:18.045048 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:18.045291 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:18.045425 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.07.18 19:16:18.271876 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.07.18 19:16:18.288879 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:18.288933 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:18.295059 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:18.295807 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:18.298665 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.07.18 19:16:20.539359 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 292 2025.07.18 19:16:20.541461 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:20.541506 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:20.542608 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:20.542862 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:20.543008 [ 29 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:20.543080 [ 29 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:20.543097 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 292 2025.07.18 19:16:20.543104 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:20.543223 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:20.543780 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:20.543954 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.07.18 19:16:20.544407 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:16:20.544816 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part 2025.07.18 19:16:20.545215 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.07.18 19:16:20.545587 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.07.18 19:16:20.545942 [ 201 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.07.18 19:16:20.551631 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 72 columns (72 merged, 0 gathered) in 0.008447189 sec., 34567.712407050436 rows/sec., 34.36 MiB/sec. 2025.07.18 19:16:20.552618 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:20.553282 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:20.553364 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_6_1} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:20.553605 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2025.07.18 19:16:21.962596 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.962848 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.962950 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:21.963981 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.964020 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.964427 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.964645 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.964797 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} executeQuery: Read 392 rows, 25.47 KiB in 0.002018 sec., 194251.73439048565 rows/sec., 12.32 MiB/sec. 2025.07.18 19:16:21.964802 [ 34 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:16:21.964837 [ 4 ] {62b93600-a605-45f1-9287-9d6a22e699e5} TCPHandler: Processed in 0.002404157 sec. 2025.07.18 19:16:21.964881 [ 34 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.964911 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.964994 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.965031 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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.07.18 19:16:21.965094 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:21.965140 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:21.965204 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:21.965244 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 392 rows starting from the beginning of the part 2025.07.18 19:16:21.965350 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 392 rows starting from the beginning of the part 2025.07.18 19:16:21.965415 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 392 rows starting from the beginning of the part 2025.07.18 19:16:21.965461 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 392 rows starting from the beginning of the part 2025.07.18 19:16:21.965512 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 392 rows starting from the beginning of the part 2025.07.18 19:16:21.966069 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.966111 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.966637 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:21.966692 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699856 sec., 1153038.8456433956 rows/sec., 77.55 MiB/sec. 2025.07.18 19:16:21.966871 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.966896 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:16:21.967014 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} executeQuery: Read 1139 rows, 92.93 KiB in 0.001938 sec., 587719.298245614 rows/sec., 46.83 MiB/sec. 2025.07.18 19:16:21.967056 [ 4 ] {49ad201f-33b5-46c5-af00-4c71e4dab41c} TCPHandler: Processed in 0.002111032 sec. 2025.07.18 19:16:21.967184 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.967209 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.967278 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.967291 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_5_1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:16:21.967325 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:21.967386 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:16:21.967888 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.967930 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.968251 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.968468 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.968571 [ 34 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:16:21.968598 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} executeQuery: Read 232 rows, 14.48 KiB in 0.001338 sec., 173393.1240657698 rows/sec., 10.57 MiB/sec. 2025.07.18 19:16:21.968621 [ 34 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.968642 [ 4 ] {8b796933-6f7e-423c-b0db-a9771e9f25fd} TCPHandler: Processed in 0.001506124 sec. 2025.07.18 19:16:21.968651 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.968770 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::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.07.18 19:16:21.968776 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.968918 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:21.968923 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.968959 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 232 rows starting from the beginning of the part 2025.07.18 19:16:21.968978 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:21.969030 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 232 rows starting from the beginning of the part 2025.07.18 19:16:21.969081 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 232 rows starting from the beginning of the part 2025.07.18 19:16:21.969121 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 232 rows starting from the beginning of the part 2025.07.18 19:16:21.969160 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 232 rows starting from the beginning of the part 2025.07.18 19:16:21.969469 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.969510 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.969827 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.970037 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.970056 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013395 sec., 865994.7741694662 rows/sec., 56.10 MiB/sec. 2025.07.18 19:16:21.970134 [ 34 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:16:21.970164 [ 34 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.970166 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} executeQuery: Read 203 rows, 13.41 KiB in 0.001264 sec., 160601.26582278483 rows/sec., 10.36 MiB/sec. 2025.07.18 19:16:21.970182 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.970217 [ 4 ] {31b4a1f4-4b38-4e5e-9933-63a153b474a1} TCPHandler: Processed in 0.001488603 sec. 2025.07.18 19:16:21.970217 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:16:21.970261 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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.07.18 19:16:21.970340 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.970353 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:21.970390 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 203 rows starting from the beginning of the part 2025.07.18 19:16:21.970444 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.970444 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 203 rows starting from the beginning of the part 2025.07.18 19:16:21.970492 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:21.970503 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 203 rows starting from the beginning of the part 2025.07.18 19:16:21.970522 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.970546 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 203 rows starting from the beginning of the part 2025.07.18 19:16:21.970584 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 203 rows starting from the beginning of the part 2025.07.18 19:16:21.970604 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_5_1} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:16:21.970687 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.07.18 19:16:21.970962 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.971003 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.971313 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.971317 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001080227 sec., 939617.3211741606 rows/sec., 64.19 MiB/sec. 2025.07.18 19:16:21.971495 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:16:21.971545 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.971660 [ 34 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:16:21.971689 [ 34 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.971692 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} executeQuery: Read 202 rows, 11.75 KiB in 0.001267 sec., 159431.72849250198 rows/sec., 9.06 MiB/sec. 2025.07.18 19:16:21.971711 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.971744 [ 4 ] {5ec8fe66-9321-4402-bd14-4060ae82f3f1} TCPHandler: Processed in 0.001450752 sec. 2025.07.18 19:16:21.971775 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.971846 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_5_1} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:16:21.971857 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::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.07.18 19:16:21.971864 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.971910 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:16:21.971980 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:21.971981 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:21.972023 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 202 rows starting from the beginning of the part 2025.07.18 19:16:21.972041 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:21.972117 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 202 rows starting from the beginning of the part 2025.07.18 19:16:21.972170 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 202 rows starting from the beginning of the part 2025.07.18 19:16:21.972216 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 202 rows starting from the beginning of the part 2025.07.18 19:16:21.972262 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 202 rows starting from the beginning of the part 2025.07.18 19:16:21.972687 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.972727 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.973068 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:21.973155 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344391 sec., 751269.5339376715 rows/sec., 45.53 MiB/sec. 2025.07.18 19:16:21.973299 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.973351 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:16:21.973432 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} executeQuery: Read 688 rows, 49.45 KiB in 0.001468 sec., 468664.85013623984 rows/sec., 32.90 MiB/sec. 2025.07.18 19:16:21.973467 [ 4 ] {404bb375-b960-4fa7-825f-94e62e99c138} TCPHandler: Processed in 0.001650785 sec. 2025.07.18 19:16:21.973576 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.973626 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.973668 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:21.973690 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_5_1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:16:21.973709 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:21.973760 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:16:21.974036 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.974070 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.974355 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.974554 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.974683 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. 2025.07.18 19:16:21.974718 [ 4 ] {816ab6ec-d040-43c7-b3f9-aea038d3665e} TCPHandler: Processed in 0.001189248 sec. 2025.07.18 19:16:21.974829 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.974922 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.974964 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:21.975410 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.975445 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.975765 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:21.975964 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.976088 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} executeQuery: Read 307 rows, 20.68 KiB in 0.001184 sec., 259290.54054054056 rows/sec., 17.06 MiB/sec. 2025.07.18 19:16:21.976123 [ 4 ] {8b687fd7-dd94-4406-b26a-21e072cc484f} TCPHandler: Processed in 0.001340931 sec. 2025.07.18 19:16:21.976232 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.976325 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.976366 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:21.976673 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.976708 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.976987 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.977185 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.977280 [ 34 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:16:21.977310 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. 2025.07.18 19:16:21.977317 [ 34 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.977351 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.977352 [ 4 ] {07fa574c-4f0f-4f30-9c98-8095503a13d6} TCPHandler: Processed in 0.001167047 sec. 2025.07.18 19:16:21.977489 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::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.07.18 19:16:21.977491 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.977626 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.977632 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:21.977682 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:21.977686 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.07.18 19:16:21.977790 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.07.18 19:16:21.977858 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.07.18 19:16:21.977910 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.07.18 19:16:21.977975 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.07.18 19:16:21.978550 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.978591 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.978729 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129097 sec., 3873.0566938038837 rows/sec., 260.98 KiB/sec. 2025.07.18 19:16:21.978838 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:16:21.979108 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.979161 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:16:21.979176 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_5_1} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:16:21.979237 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.18 19:16:21.979397 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.979539 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} executeQuery: Read 36 rows, 66.06 KiB in 0.001931 sec., 18643.190056965304 rows/sec., 33.41 MiB/sec. 2025.07.18 19:16:21.979589 [ 4 ] {0c83e88f-3c25-4c71-ab25-555871375fc4} TCPHandler: Processed in 0.002145203 sec. 2025.07.18 19:16:21.979702 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:21.979796 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:21.979836 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:21.980176 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:21.980211 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:21.980509 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:21.980710 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:21.980831 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} executeQuery: Read 102 rows, 6.42 KiB in 0.001053 sec., 96866.09686609688 rows/sec., 5.95 MiB/sec. 2025.07.18 19:16:21.980865 [ 4 ] {ba46e0a5-9923-4df1-ab81-2b3dfc957c47} TCPHandler: Processed in 0.001210199 sec. 2025.07.18 19:16:25.459727 [ 30 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:16:25.459795 [ 30 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:16:25.545532 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.07.18 19:16:25.546034 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:25.546080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:25.546559 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:25.546819 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:25.546954 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.07.18 19:16:25.798773 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.07.18 19:16:25.815640 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:25.815692 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:25.821855 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:16:25.822549 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:25.825327 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.07.18 19:16:26.950357 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:26.950557 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:26.950636 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:26.951363 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.951421 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.951818 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:26.952043 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.952177 [ 28 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:26.952199 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} executeQuery: Read 56 rows, 4.41 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.54 MiB/sec. 2025.07.18 19:16:26.952244 [ 28 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.952263 [ 4 ] {7e457eb5-e0d3-47fd-8de6-737c64140119} TCPHandler: Processed in 0.002045532 sec. 2025.07.18 19:16:26.952270 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.952405 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:26.952434 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:26.952513 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:26.952562 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:26.952596 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:26.952656 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1109 rows starting from the beginning of the part 2025.07.18 19:16:26.952766 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.07.18 19:16:26.952825 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1139 rows starting from the beginning of the part 2025.07.18 19:16:26.952874 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.07.18 19:16:26.952922 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1139 rows starting from the beginning of the part 2025.07.18 19:16:26.952972 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.07.18 19:16:26.953001 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.953046 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.953396 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:26.953644 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.953757 [ 28 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:26.953790 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} executeQuery: Read 64 rows, 5.12 KiB in 0.001301 sec., 49192.928516525746 rows/sec., 3.84 MiB/sec. 2025.07.18 19:16:26.953791 [ 28 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.953831 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.953835 [ 4 ] {3aee6b5b-a84e-4e30-a2e9-ff78351db4bf} TCPHandler: Processed in 0.001482643 sec. 2025.07.18 19:16:26.953919 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:26.953963 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:26.954054 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:26.954064 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:26.954095 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 664 rows starting from the beginning of the part 2025.07.18 19:16:26.954120 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:26.954163 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.07.18 19:16:26.954211 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 688 rows starting from the beginning of the part 2025.07.18 19:16:26.954252 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.07.18 19:16:26.954289 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 688 rows starting from the beginning of the part 2025.07.18 19:16:26.954324 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.07.18 19:16:26.954547 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.954587 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.954700 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3555 rows, containing 5 columns (5 merged, 0 gathered) in 0.002344806 sec., 1516116.8983702702 rows/sec., 126.40 MiB/sec. 2025.07.18 19:16:26.954958 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:26.955114 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:26.955352 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.955405 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.955456 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_11_2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:26.955519 [ 28 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:26.955545 [ 28 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.955546 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.07.18 19:16:26.955551 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. 2025.07.18 19:16:26.955565 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.955608 [ 4 ] {90030f75-5b3c-418e-b650-990aa60fad2a} TCPHandler: Processed in 0.001695626 sec. 2025.07.18 19:16:26.955654 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:26.955661 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2232 rows, containing 5 columns (5 merged, 0 gathered) in 0.001782597 sec., 1252105.776011067 rows/sec., 93.41 MiB/sec. 2025.07.18 19:16:26.955732 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:26.955767 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:26.955804 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1041 rows starting from the beginning of the part 2025.07.18 19:16:26.955830 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:26.955834 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:26.955860 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.07.18 19:16:26.955890 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:26.955915 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 307 rows starting from the beginning of the part 2025.07.18 19:16:26.955963 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.07.18 19:16:26.956007 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 307 rows starting from the beginning of the part 2025.07.18 19:16:26.956049 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.07.18 19:16:26.956099 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.956182 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_11_2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:26.956244 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.07.18 19:16:26.956259 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.956302 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.956639 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:26.956867 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.956966 [ 28 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:26.956992 [ 28 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:26.956998 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2025.07.18 19:16:26.957010 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:26.957041 [ 4 ] {956b1448-7c56-4ac9-b824-0496ab26d46a} TCPHandler: Processed in 0.001364471 sec. 2025.07.18 19:16:26.957130 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:26.957192 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001567104 sec., 1362385.6489422529 rows/sec., 90.98 MiB/sec. 2025.07.18 19:16:26.957229 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:26.957260 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2025.07.18 19:16:26.957305 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.07.18 19:16:26.957340 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 102 rows starting from the beginning of the part 2025.07.18 19:16:26.957374 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.07.18 19:16:26.957406 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 102 rows starting from the beginning of the part 2025.07.18 19:16:26.957435 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.07.18 19:16:26.957509 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:26.957849 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.957941 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_11_2} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:26.958029 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.07.18 19:16:26.958184 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 4 columns (4 merged, 0 gathered) in 0.001103977 sec., 625013.0211046065 rows/sec., 39.55 MiB/sec. 2025.07.18 19:16:26.958363 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:26.958638 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:26.958706 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_11_2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:26.958776 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.07.18 19:16:30.543252 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 322 2025.07.18 19:16:30.545390 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:30.545436 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:30.546600 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:30.546865 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:30.547110 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2025.07.18 19:16:31.949458 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.949725 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:16:31.950123 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:16:31.950171 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:16:31.950484 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:31.950566 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:16:31.950716 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.07.18 19:16:31.950818 [ 288 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:16:31.950827 [ 289 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:16:31.950870 [ 290 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:16:31.951024 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:16:31.951054 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:16:31.951136 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:16:31.951157 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:16:31.951192 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:31.951236 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:31.951272 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:16:31.952242 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} executeQuery: Read 34 rows, 1.31 KiB in 0.002637 sec., 12893.439514599924 rows/sec., 496.24 KiB/sec. 2025.07.18 19:16:31.952367 [ 4 ] {bf51e379-4476-4176-b98f-e96380226677} TCPHandler: Processed in 0.003046117 sec. 2025.07.18 19:16:31.967275 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.967411 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:16:31.967465 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:16:31.968080 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.968120 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.968541 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:16:31.968749 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.968899 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} executeQuery: Read 1 rows, 232.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 148.37 KiB/sec. 2025.07.18 19:16:31.968937 [ 4 ] {b24150d1-60c4-46ea-a85c-6e893457a7eb} TCPHandler: Processed in 0.001725567 sec. 2025.07.18 19:16:31.969060 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.969158 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.969201 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:31.969801 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.969837 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.970157 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.970371 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.970497 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} executeQuery: Read 392 rows, 25.47 KiB in 0.00136 sec., 288235.29411764705 rows/sec., 18.29 MiB/sec. 2025.07.18 19:16:31.970533 [ 4 ] {252ac50d-fb49-4084-8615-b0595338dbf7} TCPHandler: Processed in 0.001525273 sec. 2025.07.18 19:16:31.970655 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.970749 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:16:31.970790 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:16:31.971186 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.971222 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.971500 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:16:31.971697 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.971819 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} executeQuery: Read 8 rows, 668.00 B in 0.001087 sec., 7359.705611775528 rows/sec., 600.13 KiB/sec. 2025.07.18 19:16:31.971857 [ 4 ] {31bca679-2135-49fe-8fc8-b16765fb92a7} TCPHandler: Processed in 0.001251109 sec. 2025.07.18 19:16:31.971974 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.972066 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:31.972105 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:31.972861 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.972897 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.973264 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:31.973478 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.973601 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} executeQuery: Read 1143 rows, 93.22 KiB in 0.001552 sec., 736469.0721649484 rows/sec., 58.66 MiB/sec. 2025.07.18 19:16:31.973637 [ 4 ] {686ee88a-eb64-4b8f-b2f5-b665d11120d4} TCPHandler: Processed in 0.001713187 sec. 2025.07.18 19:16:31.973756 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.973850 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.973889 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:31.974359 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.974394 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.974693 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.974893 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.975019 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} executeQuery: Read 240 rows, 15.04 KiB in 0.001186 sec., 202360.87689713322 rows/sec., 12.39 MiB/sec. 2025.07.18 19:16:31.975056 [ 4 ] {c5d3b575-8b3a-446c-aa27-511812f34bef} TCPHandler: Processed in 0.001348911 sec. 2025.07.18 19:16:31.975170 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.975263 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.975302 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:31.975755 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.975791 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.976090 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.976296 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.976420 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} executeQuery: Read 203 rows, 13.41 KiB in 0.001174 sec., 172913.1175468484 rows/sec., 11.15 MiB/sec. 2025.07.18 19:16:31.976457 [ 4 ] {2519050a-9d9a-4981-a438-9ae3f768a775} TCPHandler: Processed in 0.00133643 sec. 2025.07.18 19:16:31.976571 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.976664 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.976702 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:31.977127 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.977162 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.977453 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.977654 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.977777 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} executeQuery: Read 202 rows, 11.75 KiB in 0.001131 sec., 178603.00618921308 rows/sec., 10.14 MiB/sec. 2025.07.18 19:16:31.977814 [ 4 ] {0b876878-de20-4ce6-a616-73ec6f82b26e} TCPHandler: Processed in 0.00129282 sec. 2025.07.18 19:16:31.977928 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.978021 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:31.978060 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:31.978635 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.978670 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.978995 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:31.979199 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.979329 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} executeQuery: Read 696 rows, 50.10 KiB in 0.001325 sec., 525283.0188679246 rows/sec., 36.93 MiB/sec. 2025.07.18 19:16:31.979366 [ 4 ] {b16ff604-4120-4927-87ff-9744dd191e0c} TCPHandler: Processed in 0.001486993 sec. 2025.07.18 19:16:31.979480 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.979573 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:31.979614 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:31.979941 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.979977 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.980267 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.980466 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.980563 [ 122 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:31.980591 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. 2025.07.18 19:16:31.980610 [ 122 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.980633 [ 4 ] {bcafe0ff-0d9b-429e-b7a7-d374366efe66} TCPHandler: Processed in 0.001201479 sec. 2025.07.18 19:16:31.980638 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.980750 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:31.980752 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.980884 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:31.980886 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.980921 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.980947 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:31.980982 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.981026 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.981065 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.981097 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.981131 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.07.18 19:16:31.981380 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.981420 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.981764 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:31.981854 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001146237 sec., 31407.117376249415 rows/sec., 1.60 MiB/sec. 2025.07.18 19:16:31.981977 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.981978 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:31.982112 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} executeQuery: Read 311 rows, 20.96 KiB in 0.001243 sec., 250201.126307321 rows/sec., 16.47 MiB/sec. 2025.07.18 19:16:31.982156 [ 4 ] {a9712237-1c2f-40b5-ae9b-749ff3645aa1} TCPHandler: Processed in 0.001452912 sec. 2025.07.18 19:16:31.982259 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.982274 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.982329 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_6_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:31.982372 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.982396 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:16:31.982419 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:31.982739 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.982775 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.983075 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.983275 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.983401 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. 2025.07.18 19:16:31.983436 [ 4 ] {0226e865-0c36-4a15-ae48-1b66071f8575} TCPHandler: Processed in 0.001210979 sec. 2025.07.18 19:16:31.983547 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.983640 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.983692 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:31.984461 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.984497 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.985026 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:16:31.985239 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.985369 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} executeQuery: Read 36 rows, 66.06 KiB in 0.001747 sec., 20606.754436176303 rows/sec., 36.93 MiB/sec. 2025.07.18 19:16:31.985365 [ 141 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:16:31.985419 [ 4 ] {4dd82d85-0b77-4b7e-a070-4529d67c52e2} TCPHandler: Processed in 0.001921839 sec. 2025.07.18 19:16:31.985451 [ 141 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.985477 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.985541 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:31.985598 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.18 19:16:31.985640 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:31.985687 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:31.985889 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:31.985970 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986021 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:31.986062 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:31.986155 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986299 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986388 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:31.986425 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986564 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986617 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.986680 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.07.18 19:16:31.986753 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} executeQuery: Read 102 rows, 6.42 KiB in 0.00113 sec., 90265.48672566372 rows/sec., 5.55 MiB/sec. 2025.07.18 19:16:31.986793 [ 4 ] {929fa489-1a62-4ddd-b209-b60eb94ad6f9} TCPHandler: Processed in 0.00130168 sec. 2025.07.18 19:16:31.994161 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 19 columns (19 merged, 0 gathered) in 0.008616652 sec., 25067.740927682815 rows/sec., 44.92 MiB/sec. 2025.07.18 19:16:31.994610 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:16:31.994936 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:31.995009 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_6_1} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:16:31.995100 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2025.07.18 19:16:33.047089 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.07.18 19:16:33.047652 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:33.047705 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:33.048228 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:33.048461 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:33.048589 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.07.18 19:16:33.048589 [ 122 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:33.048664 [ 122 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:33.048690 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:33.048785 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:33.048875 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:33.048905 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.07.18 19:16:33.048965 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:16:33.049013 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:16:33.049050 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:16:33.049084 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:16:33.049118 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:16:33.050329 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001576845 sec., 3249526.7448607823 rows/sec., 46.48 MiB/sec. 2025.07.18 19:16:33.051164 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:33.051456 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:33.051540 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_11_2} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:33.051635 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2025.07.18 19:16:33.325458 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.07.18 19:16:33.343109 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:33.343164 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:33.349323 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:16:33.350017 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:33.350351 [ 154 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:16:33.350440 [ 154 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:33.350477 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:33.350645 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:16:33.352994 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.07.18 19:16:33.354760 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:33.356443 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.361172 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.365380 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.369656 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.373661 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.377309 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:16:33.430245 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079677065 sec., 1041.7050377043884 rows/sec., 5.39 MiB/sec. 2025.07.18 19:16:33.431713 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:16:33.433287 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:33.433379 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_11_2} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:16:33.434735 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.07.18 19:16:34.000172 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 185.57 MiB, peak 195.45 MiB, free memory in arenas 0.00 B, will set to 194.50 MiB (RSS), difference: 8.93 MiB 2025.07.18 19:16:36.950230 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:36.950443 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:36.950518 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:36.951209 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:36.951259 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:36.951664 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:36.951891 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:36.952046 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} executeQuery: Read 56 rows, 4.41 KiB in 0.001658 sec., 33775.63329312424 rows/sec., 2.59 MiB/sec. 2025.07.18 19:16:36.952094 [ 4 ] {4415115c-9fb7-4239-ad2e-a4343e0aee20} TCPHandler: Processed in 0.002000221 sec. 2025.07.18 19:16:36.952251 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:36.952352 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:36.952396 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:36.952842 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:36.952881 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:36.953194 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:36.953405 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:36.953539 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. 2025.07.18 19:16:36.953600 [ 4 ] {aab85681-b947-43d4-9fe6-1e173a7841e5} TCPHandler: Processed in 0.001401652 sec. 2025.07.18 19:16:36.953719 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:36.953815 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:36.953861 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:36.954285 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:36.954323 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:36.954660 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:36.954870 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:36.954998 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.07.18 19:16:36.955035 [ 4 ] {c01ec020-ef8a-4e1a-8b4f-cce9ad9fa5ee} TCPHandler: Processed in 0.001367101 sec. 2025.07.18 19:16:36.955151 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:36.955250 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:36.955292 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:36.955631 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:36.955668 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.07.18 19:16:36.955986 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:36.956187 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:36.956316 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.07.18 19:16:36.956351 [ 4 ] {4cc79cf3-cb49-4cb3-a1d6-4eba50cf8865} TCPHandler: Processed in 0.001249359 sec. 2025.07.18 19:16:40.459837 [ 89 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:16:40.459895 [ 89 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:16:40.547383 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 358 2025.07.18 19:16:40.548777 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.07.18 19:16:40.549340 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:40.549390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:40.549700 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:40.549749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:40.550021 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:40.550276 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:40.550414 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.07.18 19:16:40.551076 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:40.551342 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:40.551584 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2025.07.18 19:16:40.853182 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.07.18 19:16:40.870545 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:40.870610 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:40.876279 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:16:40.876945 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:40.879946 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.07.18 19:16:41.962245 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.962436 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.962506 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:41.963306 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.963345 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.963742 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.963963 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.964109 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} executeQuery: Read 392 rows, 25.47 KiB in 0.001728 sec., 226851.85185185185 rows/sec., 14.39 MiB/sec. 2025.07.18 19:16:41.964153 [ 4 ] {7c6cdd6a-61f5-478c-9ec5-a7204376ce3c} TCPHandler: Processed in 0.002038641 sec. 2025.07.18 19:16:41.964266 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.964361 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:41.964402 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:41.965173 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.965209 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.965601 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:41.965812 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.965934 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} executeQuery: Read 1149 rows, 93.90 KiB in 0.001592 sec., 721733.6683417085 rows/sec., 57.60 MiB/sec. 2025.07.18 19:16:41.965970 [ 4 ] {d104b7fc-b268-4f77-90e0-431214e2bc21} TCPHandler: Processed in 0.001752927 sec. 2025.07.18 19:16:41.966082 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.966176 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.966215 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:41.966677 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.966712 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.967005 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.967220 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.967341 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} executeQuery: Read 237 rows, 14.86 KiB in 0.001183 sec., 200338.1234150465 rows/sec., 12.27 MiB/sec. 2025.07.18 19:16:41.967375 [ 4 ] {25529bfb-bbe1-4fca-b4c7-daf8ed8f68f0} TCPHandler: Processed in 0.001341681 sec. 2025.07.18 19:16:41.967481 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.967574 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.967613 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:41.968055 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.968089 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.968380 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.968579 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.968701 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} executeQuery: Read 203 rows, 13.41 KiB in 0.001144 sec., 177447.55244755244 rows/sec., 11.45 MiB/sec. 2025.07.18 19:16:41.968738 [ 4 ] {0a1ba79b-68a6-4ee4-8877-f5606914dc55} TCPHandler: Processed in 0.00130438 sec. 2025.07.18 19:16:41.968843 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.968935 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.968973 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:41.969389 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.969424 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.969714 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.969914 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.970034 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} executeQuery: Read 202 rows, 11.75 KiB in 0.001116 sec., 181003.5842293907 rows/sec., 10.28 MiB/sec. 2025.07.18 19:16:41.970070 [ 4 ] {8aa9a619-acd2-4d3d-8de0-8b682898ac80} TCPHandler: Processed in 0.001274689 sec. 2025.07.18 19:16:41.970179 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.970271 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:41.970310 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:41.970864 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.970899 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.971217 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:41.971423 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.971543 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} executeQuery: Read 699 rows, 50.33 KiB in 0.001289 sec., 542280.8378588053 rows/sec., 38.13 MiB/sec. 2025.07.18 19:16:41.971577 [ 4 ] {cef1bf16-fb35-4d4e-93da-4b1361fe06a2} TCPHandler: Processed in 0.001446033 sec. 2025.07.18 19:16:41.971686 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.971778 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:41.971819 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:41.972142 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.972175 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.972457 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.972655 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.972775 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} executeQuery: Read 6 rows, 321.00 B in 0.001015 sec., 5911.330049261083 rows/sec., 308.84 KiB/sec. 2025.07.18 19:16:41.972809 [ 4 ] {a78a7453-8abd-4c0c-9be8-90f08d71f5a0} TCPHandler: Processed in 0.001170287 sec. 2025.07.18 19:16:41.972913 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.973005 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.973047 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:41.973450 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.973484 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.973790 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:41.973992 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.974113 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} executeQuery: Read 307 rows, 20.68 KiB in 0.001126 sec., 272646.53641207813 rows/sec., 17.94 MiB/sec. 2025.07.18 19:16:41.974148 [ 4 ] {c92967a2-d764-49f2-8db5-38c00df35239} TCPHandler: Processed in 0.00128135 sec. 2025.07.18 19:16:41.974272 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.974391 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.974442 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:41.974823 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.974866 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.975198 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.975401 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.975523 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} executeQuery: Read 1 rows, 69.00 B in 0.001157 sec., 864.304235090752 rows/sec., 58.24 KiB/sec. 2025.07.18 19:16:41.975559 [ 4 ] {7c5133a6-c4bd-4dd5-87d1-153cf3cc87b6} TCPHandler: Processed in 0.001347191 sec. 2025.07.18 19:16:41.975666 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.975759 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.975812 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:41.976589 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.976625 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.977162 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:16:41.977379 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.977508 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} executeQuery: Read 41 rows, 75.23 KiB in 0.001768 sec., 23190.045248868777 rows/sec., 41.56 MiB/sec. 2025.07.18 19:16:41.977556 [ 4 ] {f57cf9a0-163d-4c6d-97a4-6ef37cbe533e} TCPHandler: Processed in 0.00193865 sec. 2025.07.18 19:16:41.977666 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.977761 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.977801 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:16:41.978112 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.978146 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.978439 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:16:41.978636 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.978756 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} executeQuery: Read 6 rows, 434.00 B in 0.001014 sec., 5917.15976331361 rows/sec., 417.98 KiB/sec. 2025.07.18 19:16:41.978791 [ 4 ] {c59f4f31-6c31-433e-b2c6-d8a7c55c579c} TCPHandler: Processed in 0.001172647 sec. 2025.07.18 19:16:41.978896 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:41.978988 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:41.979028 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:41.979337 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:41.979371 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:41.979656 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:41.979860 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:41.979980 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} executeQuery: Read 102 rows, 6.42 KiB in 0.00101 sec., 100990.09900990098 rows/sec., 6.20 MiB/sec. 2025.07.18 19:16:41.980013 [ 4 ] {15aafd7b-992e-411f-9461-002398dd2b61} TCPHandler: Processed in 0.001165568 sec. 2025.07.18 19:16:46.950695 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:46.950899 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:46.950969 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:46.951643 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:46.951701 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:46.952123 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:16:46.952365 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:46.952534 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2025.07.18 19:16:46.952583 [ 4 ] {8c6172ee-c20b-4caf-96ff-eef62fe1d5c4} TCPHandler: Processed in 0.002020271 sec. 2025.07.18 19:16:46.952720 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:46.952824 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:46.952868 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:46.953348 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:46.953383 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:46.953695 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:16:46.953905 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:46.954034 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2025.07.18 19:16:46.954070 [ 4 ] {16a4964f-760c-4f34-816a-821ed337ae08} TCPHandler: Processed in 0.001403662 sec. 2025.07.18 19:16:46.954196 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:46.954291 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:46.954334 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:46.954815 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:46.954859 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:46.955306 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:16:46.955557 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:46.955694 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. 2025.07.18 19:16:46.955731 [ 4 ] {ffd73ceb-3b6b-4490-a60f-bf92708cf114} TCPHandler: Processed in 0.001589494 sec. 2025.07.18 19:16:46.955849 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:46.955945 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:46.955987 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:46.956396 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:46.956440 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:46.956869 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:16:46.957173 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:46.957345 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. 2025.07.18 19:16:46.957394 [ 4 ] {717f004e-98fc-41e4-bb7a-6ed88de59369} TCPHandler: Processed in 0.001593795 sec. 2025.07.18 19:16:48.050559 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.07.18 19:16:48.051059 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:48.051098 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:48.051587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:48.051831 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:48.051959 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.07.18 19:16:48.380081 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.07.18 19:16:48.395903 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:48.395947 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:48.401270 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:16:48.401952 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:48.404556 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.07.18 19:16:50.551833 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 390 2025.07.18 19:16:50.553980 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:50.554018 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:50.555153 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:16:50.555416 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:50.555653 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 390 2025.07.18 19:16:51.962457 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.962650 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.962724 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:16:51.963625 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.963673 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.964072 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.964291 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.964439 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} executeQuery: Read 392 rows, 25.47 KiB in 0.001841 sec., 212927.7566539924 rows/sec., 13.51 MiB/sec. 2025.07.18 19:16:51.964480 [ 4 ] {8d760310-216f-42ad-b0b3-ca32c2edf29e} TCPHandler: Processed in 0.002154984 sec. 2025.07.18 19:16:51.964605 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.964701 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:51.964742 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:51.965678 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.965714 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.966074 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:16:51.966276 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.966378 [ 64 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:16:51.966400 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} executeQuery: Read 1149 rows, 93.90 KiB in 0.001719 sec., 668411.867364747 rows/sec., 53.35 MiB/sec. 2025.07.18 19:16:51.966453 [ 64 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.966460 [ 4 ] {bad03ec4-74b9-443e-8bc9-9842c36128fd} TCPHandler: Processed in 0.001902999 sec. 2025.07.18 19:16:51.966487 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.966591 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.966596 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:16:51.966691 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.966728 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:51.966738 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:16:51.966795 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1139 rows starting from the beginning of the part 2025.07.18 19:16:51.966868 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1143 rows starting from the beginning of the part 2025.07.18 19:16:51.966912 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2025.07.18 19:16:51.966952 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:16:51.966988 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2025.07.18 19:16:51.967024 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:16:51.967279 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.967321 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.967665 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.967881 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.968014 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} executeQuery: Read 237 rows, 14.86 KiB in 0.001342 sec., 176602.086438152 rows/sec., 10.81 MiB/sec. 2025.07.18 19:16:51.968051 [ 4 ] {13b53208-d056-4d39-bbb7-05745b68d27f} TCPHandler: Processed in 0.001508684 sec. 2025.07.18 19:16:51.968169 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.968271 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.968320 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:16:51.968793 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.968803 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4692 rows, containing 5 columns (5 merged, 0 gathered) in 0.002247455 sec., 2087694.7480594716 rows/sec., 174.28 MiB/sec. 2025.07.18 19:16:51.968829 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.969030 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:16:51.969193 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.969322 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.969402 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_16_3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:16:51.969465 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.969468 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.07.18 19:16:51.969606 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} executeQuery: Read 203 rows, 13.41 KiB in 0.001354 sec., 149926.1447562777 rows/sec., 9.67 MiB/sec. 2025.07.18 19:16:51.969647 [ 4 ] {662d0878-cfba-407e-8e9a-14573177616e} TCPHandler: Processed in 0.001525413 sec. 2025.07.18 19:16:51.969755 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.969847 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.969886 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:16:51.970329 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.970365 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.970661 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.970860 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.970983 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} executeQuery: Read 202 rows, 11.75 KiB in 0.001153 sec., 175195.14310494362 rows/sec., 9.95 MiB/sec. 2025.07.18 19:16:51.971018 [ 4 ] {dc8d7378-db8b-4e11-b62e-99284703b6fb} TCPHandler: Processed in 0.00131086 sec. 2025.07.18 19:16:51.971129 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.971220 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:51.971266 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:51.971878 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.971914 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.972236 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:16:51.972435 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.972535 [ 64 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:16:51.972557 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} executeQuery: Read 693 rows, 49.85 KiB in 0.001354 sec., 511816.8389955687 rows/sec., 35.96 MiB/sec. 2025.07.18 19:16:51.972567 [ 64 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.972596 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.972599 [ 4 ] {20a061f9-0d84-4aa0-b1d5-7068d1063589} TCPHandler: Processed in 0.001516663 sec. 2025.07.18 19:16:51.972696 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:16:51.972724 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.972799 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:51.972817 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:16:51.972832 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 700 rows starting from the beginning of the part 2025.07.18 19:16:51.972858 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:16:51.972915 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 696 rows starting from the beginning of the part 2025.07.18 19:16:51.972967 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part 2025.07.18 19:16:51.973010 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 699 rows starting from the beginning of the part 2025.07.18 19:16:51.973051 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2025.07.18 19:16:51.973096 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 693 rows starting from the beginning of the part 2025.07.18 19:16:51.973197 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.973239 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.973544 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.973743 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.973867 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2025.07.18 19:16:51.973902 [ 4 ] {4749b72c-063f-4e0b-8e86-4a987fef67da} TCPHandler: Processed in 0.001225238 sec. 2025.07.18 19:16:51.974014 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.974106 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.974147 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:51.974225 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2916 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569774 sec., 1857592.2393924221 rows/sec., 138.31 MiB/sec. 2025.07.18 19:16:51.974452 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:16:51.974589 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.974631 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.974788 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.974882 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_16_3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:16:51.974974 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.07.18 19:16:51.974992 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:16:51.975200 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.975320 [ 146 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:16:51.975339 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} executeQuery: Read 307 rows, 20.68 KiB in 0.001252 sec., 245207.66773162936 rows/sec., 16.13 MiB/sec. 2025.07.18 19:16:51.975413 [ 146 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.975424 [ 4 ] {aa11854c-0478-4203-a8a4-d4b5df83da7b} TCPHandler: Processed in 0.001456213 sec. 2025.07.18 19:16:51.975443 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.975546 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.975559 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:16:51.975643 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.975648 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:51.975680 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2135 rows starting from the beginning of the part 2025.07.18 19:16:51.975684 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:16:51.975724 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 311 rows starting from the beginning of the part 2025.07.18 19:16:51.975761 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.07.18 19:16:51.975796 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 307 rows starting from the beginning of the part 2025.07.18 19:16:51.975828 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.07.18 19:16:51.975866 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 307 rows starting from the beginning of the part 2025.07.18 19:16:51.976013 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.976046 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.976354 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.976556 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.976676 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2025.07.18 19:16:51.976710 [ 4 ] {77e96710-8ec7-42f8-a44b-ac7e4ac0cf3e} TCPHandler: Processed in 0.001210779 sec. 2025.07.18 19:16:51.976820 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.976911 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.976962 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:16:51.977223 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3380 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694597 sec., 1994574.5212578566 rows/sec., 133.21 MiB/sec. 2025.07.18 19:16:51.977579 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:16:51.977900 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.977930 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.977975 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.977983 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_16_3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:16:51.978083 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.07.18 19:16:51.978538 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:16:51.978768 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.978899 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} executeQuery: Read 41 rows, 75.23 KiB in 0.002006 sec., 20438.683948155533 rows/sec., 36.63 MiB/sec. 2025.07.18 19:16:51.978949 [ 4 ] {f77b5eaf-c8dc-4e48-9d45-dc91e0444c47} TCPHandler: Processed in 0.002175543 sec. 2025.07.18 19:16:51.979066 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:51.979158 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:51.979198 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:51.979536 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.979573 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.979865 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:16:51.980064 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.980162 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:16:51.980184 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} executeQuery: Read 102 rows, 6.42 KiB in 0.001044 sec., 97701.14942528735 rows/sec., 6.00 MiB/sec. 2025.07.18 19:16:51.980218 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:51.980254 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:51.980257 [ 4 ] {78f6aa31-e130-463e-81d2-7a65df1aa03d} TCPHandler: Processed in 0.001241649 sec. 2025.07.18 19:16:51.980335 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:16:51.980433 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:16:51.980463 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 690 rows starting from the beginning of the part 2025.07.18 19:16:51.980558 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 102 rows starting from the beginning of the part 2025.07.18 19:16:51.980607 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.07.18 19:16:51.980647 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 102 rows starting from the beginning of the part 2025.07.18 19:16:51.980686 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.07.18 19:16:51.980731 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 102 rows starting from the beginning of the part 2025.07.18 19:16:51.981603 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1116 rows, containing 4 columns (4 merged, 0 gathered) in 0.00130268 sec., 856695.4278871249 rows/sec., 54.16 MiB/sec. 2025.07.18 19:16:51.981758 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:16:51.981995 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:51.982051 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_16_3} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:16:51.982101 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:16:55.459943 [ 150 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:16:55.460003 [ 150 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:16:55.552096 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.07.18 19:16:55.552576 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:55.552617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:55.553126 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:55.553380 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:55.553508 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.07.18 19:16:55.904692 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.07.18 19:16:55.921390 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:55.921447 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:55.927719 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:16:55.928423 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:55.931203 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.07.18 19:16:56.000168 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 196.16 MiB, peak 200.16 MiB, free memory in arenas 0.00 B, will set to 197.44 MiB (RSS), difference: 1.29 MiB 2025.07.18 19:16:56.950583 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:56.950761 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:16:56.950824 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:16:56.951482 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:56.951528 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:56.951914 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:16:56.952128 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:56.952284 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} executeQuery: Read 56 rows, 4.41 KiB in 0.001564 sec., 35805.626598465475 rows/sec., 2.75 MiB/sec. 2025.07.18 19:16:56.952325 [ 4 ] {f7f7a097-93fb-493a-a1f7-a8fc6b74dc81} TCPHandler: Processed in 0.001866059 sec. 2025.07.18 19:16:56.952450 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:56.952544 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:16:56.952584 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:16:56.953003 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:56.953038 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:56.953348 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:16:56.953562 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:56.953687 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. 2025.07.18 19:16:56.953722 [ 4 ] {34f26b60-17f9-44ca-8236-7b449eb32c17} TCPHandler: Processed in 0.00132289 sec. 2025.07.18 19:16:56.953837 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:56.953930 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:16:56.953973 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:16:56.954384 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:56.954419 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:56.954745 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:16:56.954947 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:56.955075 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.07.18 19:16:56.955110 [ 4 ] {89414dcc-b3fa-4c92-8a23-b82103baa76a} TCPHandler: Processed in 0.001322461 sec. 2025.07.18 19:16:56.955231 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:16:56.955353 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:16:56.955405 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:16:56.955782 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:16:56.955819 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:16:56.956171 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:16:56.956387 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:16:56.956520 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. 2025.07.18 19:16:56.956556 [ 4 ] {aefb9c56-c56c-4a4c-99e7-d0f2b8a775ec} TCPHandler: Processed in 0.001386631 sec. 2025.07.18 19:17:00.555893 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 420 2025.07.18 19:17:00.558362 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:00.558405 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:00.559570 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:00.559833 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:00.560074 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 420 2025.07.18 19:17:01.963497 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.963695 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.963766 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:01.964667 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.964713 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.965129 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.965366 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.965495 [ 144 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.18 19:17:01.965526 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} executeQuery: Read 392 rows, 25.47 KiB in 0.001885 sec., 207957.5596816976 rows/sec., 13.19 MiB/sec. 2025.07.18 19:17:01.965568 [ 144 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.965584 [ 4 ] {b8e46287-55bf-4860-84b3-4f387a112772} TCPHandler: Processed in 0.002218114 sec. 2025.07.18 19:17:01.965597 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.965719 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.965734 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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.07.18 19:17:01.965827 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:17:01.965875 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:17:01.965913 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:01.965959 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 392 rows starting from the beginning of the part 2025.07.18 19:17:01.966064 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:01.966124 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:01.966190 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:01.966242 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:01.966288 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.966335 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.966756 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:17:01.966983 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.967121 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} executeQuery: Read 4 rows, 334.00 B in 0.001317 sec., 3037.205770690964 rows/sec., 247.66 KiB/sec. 2025.07.18 19:17:01.967171 [ 4 ] {2cd7e773-2792-4650-b8c7-7593971db7a6} TCPHandler: Processed in 0.001503483 sec. 2025.07.18 19:17:01.967311 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.967414 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:01.967456 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:01.967553 [ 189 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001877168 sec., 1044126.04519148 rows/sec., 70.23 MiB/sec. 2025.07.18 19:17:01.967787 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.18 19:17:01.968092 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.968165 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_9_2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.18 19:17:01.968256 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:17:01.968477 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.968519 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.968951 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:01.969164 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.969304 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} executeQuery: Read 1151 rows, 94.05 KiB in 0.00191 sec., 602617.8010471204 rows/sec., 48.09 MiB/sec. 2025.07.18 19:17:01.969347 [ 4 ] {680a9e84-bcf0-47d6-b6f6-df6c9627b639} TCPHandler: Processed in 0.002085692 sec. 2025.07.18 19:17:01.969464 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.969560 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.969602 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:01.970102 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.970137 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.970464 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.970673 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.970798 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} executeQuery: Read 241 rows, 15.14 KiB in 0.001257 sec., 191726.33253778837 rows/sec., 11.76 MiB/sec. 2025.07.18 19:17:01.970834 [ 4 ] {58606586-50f5-4f43-8341-856d33292980} TCPHandler: Processed in 0.001418702 sec. 2025.07.18 19:17:01.970942 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.971036 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.971076 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:01.971538 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.971573 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.971885 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.972092 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.972175 [ 143 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.18 19:17:01.972211 [ 143 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.972214 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} executeQuery: Read 203 rows, 13.41 KiB in 0.001197 sec., 169590.64327485382 rows/sec., 10.94 MiB/sec. 2025.07.18 19:17:01.972230 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.972255 [ 4 ] {5a577ca1-274d-4499-8442-3ac1043c73d7} TCPHandler: Processed in 0.001361761 sec. 2025.07.18 19:17:01.972306 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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.07.18 19:17:01.972365 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.972417 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:01.972449 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 203 rows starting from the beginning of the part 2025.07.18 19:17:01.972463 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.972501 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:01.972509 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:01.972552 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:01.972597 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:01.972639 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:01.972974 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.973015 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.973363 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.973402 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001125847 sec., 901543.4601682113 rows/sec., 61.59 MiB/sec. 2025.07.18 19:17:01.973556 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.18 19:17:01.973595 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.973741 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} executeQuery: Read 202 rows, 11.75 KiB in 0.001295 sec., 155984.555984556 rows/sec., 8.86 MiB/sec. 2025.07.18 19:17:01.973747 [ 140 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.18 19:17:01.973782 [ 4 ] {d881d4f7-6416-41a9-a9b1-6cb65ac2a405} TCPHandler: Processed in 0.001468302 sec. 2025.07.18 19:17:01.973803 [ 140 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.973831 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.973833 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.973907 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.973911 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_9_2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.18 19:17:01.973945 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::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.07.18 19:17:01.973998 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:17:01.974010 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:01.974060 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:01.974064 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:01.974108 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 202 rows starting from the beginning of the part 2025.07.18 19:17:01.974179 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:01.974223 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:01.974271 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:01.974318 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:01.974710 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.974754 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.975123 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:01.975233 [ 190 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328511 sec., 760249.6328596451 rows/sec., 46.08 MiB/sec. 2025.07.18 19:17:01.975355 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.975375 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.18 19:17:01.975508 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} executeQuery: Read 697 rows, 50.18 KiB in 0.001516 sec., 459762.53298153036 rows/sec., 32.32 MiB/sec. 2025.07.18 19:17:01.975552 [ 4 ] {12aa24e3-90a0-4298-8bce-bea79fbf5f7a} TCPHandler: Processed in 0.001697617 sec. 2025.07.18 19:17:01.975675 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.975677 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.975767 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_9_2} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.18 19:17:01.975770 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:01.975825 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:01.975836 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:17:01.976164 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.976204 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.976517 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.976719 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.976845 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} executeQuery: Read 6 rows, 321.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 286.80 KiB/sec. 2025.07.18 19:17:01.976879 [ 4 ] {0d66180a-5bad-4c62-bde0-db6d0d01fe61} TCPHandler: Processed in 0.001253189 sec. 2025.07.18 19:17:01.976987 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.977080 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.977122 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:01.977549 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.977585 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.977916 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:01.978140 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.978274 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} executeQuery: Read 309 rows, 20.82 KiB in 0.001211 sec., 255161.02394715112 rows/sec., 16.79 MiB/sec. 2025.07.18 19:17:01.978309 [ 4 ] {948e9946-7e5a-4401-aefc-dc723aae0940} TCPHandler: Processed in 0.001370731 sec. 2025.07.18 19:17:01.978422 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.978516 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.978557 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:01.978864 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.978900 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.979181 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.979387 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.979511 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2025.07.18 19:17:01.979545 [ 4 ] {4d72d429-175e-4162-b397-0012c78a468e} TCPHandler: Processed in 0.001171868 sec. 2025.07.18 19:17:01.979652 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.979745 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.979798 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:01.980612 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.980647 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.981200 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:17:01.981424 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.981556 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} executeQuery: Read 41 rows, 75.23 KiB in 0.001828 sec., 22428.884026258205 rows/sec., 40.19 MiB/sec. 2025.07.18 19:17:01.981605 [ 4 ] {4f524e12-9130-454e-a53b-655e41ec44a6} TCPHandler: Processed in 0.00200167 sec. 2025.07.18 19:17:01.981717 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:01.981812 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:01.981853 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:01.982188 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:01.982225 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:01.982536 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:01.982771 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:01.982906 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} executeQuery: Read 102 rows, 6.42 KiB in 0.001111 sec., 91809.1809180918 rows/sec., 5.64 MiB/sec. 2025.07.18 19:17:01.982939 [ 4 ] {4072a038-8684-4d01-bd1c-c8272a181f42} TCPHandler: Processed in 0.00127084 sec. 2025.07.18 19:17:03.053639 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.07.18 19:17:03.054204 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:03.054259 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:03.054798 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:17:03.055030 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:03.055167 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.07.18 19:17:03.431331 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.07.18 19:17:03.447071 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:03.447126 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:03.452542 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:17:03.453254 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:03.455928 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.07.18 19:17:06.950152 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:06.950342 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:06.950410 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:06.951051 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:06.951097 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:06.951477 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:06.951700 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:06.951850 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. 2025.07.18 19:17:06.951890 [ 4 ] {0b0a18c9-0d6e-4612-b0f4-14c46a9d4447} TCPHandler: Processed in 0.001863839 sec. 2025.07.18 19:17:06.952013 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:06.952108 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:06.952148 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:06.952550 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:06.952586 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:06.952895 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:06.953103 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:06.953227 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} executeQuery: Read 64 rows, 5.12 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 4.39 MiB/sec. 2025.07.18 19:17:06.953262 [ 4 ] {af1840d6-b230-460c-9b23-36d5c8b93d8e} TCPHandler: Processed in 0.00129844 sec. 2025.07.18 19:17:06.953376 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:06.953471 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:06.953514 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:06.953934 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:06.953971 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:06.954293 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:06.954521 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:06.954648 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.07.18 19:17:06.954683 [ 4 ] {3effb592-2949-4efa-9fc0-c837bcf1d04b} TCPHandler: Processed in 0.001358381 sec. 2025.07.18 19:17:06.954792 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:06.954888 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:06.954928 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:06.955251 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:06.955287 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.07.18 19:17:06.955585 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:06.955793 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:06.955919 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.07.18 19:17:06.955952 [ 4 ] {5f210f53-3594-4f87-929f-e4063ad24013} TCPHandler: Processed in 0.001209099 sec. 2025.07.18 19:17:10.460048 [ 130 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:17:10.460111 [ 130 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:17:10.555290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.07.18 19:17:10.555790 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.555838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.556339 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:17:10.556622 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:10.556758 [ 130 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:17:10.556768 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.07.18 19:17:10.556838 [ 130 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.556871 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.557001 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:17:10.557151 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:10.557195 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.557293 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.557346 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.557395 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.557450 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.557495 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:10.558855 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001908089 sec., 3868268.1992297005 rows/sec., 55.34 MiB/sec. 2025.07.18 19:17:10.559574 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:17:10.560078 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:10.560154 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_16_3} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:17:10.560245 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 452 2025.07.18 19:17:10.560249 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.07.18 19:17:10.562477 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.562527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.563656 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:10.563926 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:10.564078 [ 130 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:17:10.564118 [ 130 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.564138 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.564243 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 452 2025.07.18 19:17:10.564244 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:17:10.564863 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:10.565054 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part 2025.07.18 19:17:10.565454 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2025.07.18 19:17:10.565828 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2025.07.18 19:17:10.566189 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2025.07.18 19:17:10.566538 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2025.07.18 19:17:10.566880 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.07.18 19:17:10.572557 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 72 columns (72 merged, 0 gathered) in 0.008365968 sec., 54028.41607809162 rows/sec., 48.50 MiB/sec. 2025.07.18 19:17:10.573391 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:17:10.573912 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:10.573991 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_11_2} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:17:10.574141 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.07.18 19:17:10.956040 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.07.18 19:17:10.972670 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.972741 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.979039 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:17:10.979750 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:10.980043 [ 130 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:17:10.980111 [ 130 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:10.980137 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:10.980232 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:17:10.982994 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:10.983295 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.07.18 19:17:10.983716 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:10.986963 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:10.990170 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:10.993834 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:10.997952 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:11.000171 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 202.65 MiB, peak 204.43 MiB, free memory in arenas 0.00 B, will set to 200.66 MiB (RSS), difference: -1.99 MiB 2025.07.18 19:17:11.001300 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000927874 sec. 2025.07.18 19:17:11.002220 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:11.054031 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.073831565 sec., 1638.8654364837046 rows/sec., 8.47 MiB/sec. 2025.07.18 19:17:11.055903 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:17:11.057632 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.057712 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_16_3} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:17:11.058900 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.07.18 19:17:11.962725 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.962904 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.962971 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:11.963806 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.963892 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.964324 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.964570 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.964734 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} executeQuery: Read 392 rows, 25.47 KiB in 0.001878 sec., 208732.69435569757 rows/sec., 13.24 MiB/sec. 2025.07.18 19:17:11.964784 [ 4 ] {afb04b9b-96f6-4d1e-87c9-3b6ca8c41b5c} TCPHandler: Processed in 0.002184744 sec. 2025.07.18 19:17:11.964915 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.965017 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:11.965061 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:11.966121 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.966160 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.966575 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:11.966790 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.966921 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} executeQuery: Read 1149 rows, 93.90 KiB in 0.001927 sec., 596263.6222106902 rows/sec., 47.59 MiB/sec. 2025.07.18 19:17:11.966960 [ 4 ] {e626ee0a-e3b2-4ae4-8ead-ffa152f78678} TCPHandler: Processed in 0.002097892 sec. 2025.07.18 19:17:11.967075 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.967172 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.967213 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:11.967732 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.967770 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.968104 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.968322 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.968424 [ 129 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.07.18 19:17:11.968455 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} executeQuery: Read 237 rows, 14.86 KiB in 0.001303 sec., 181887.95088257868 rows/sec., 11.14 MiB/sec. 2025.07.18 19:17:11.968495 [ 129 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.968503 [ 4 ] {dfeb9669-4dad-4937-b92b-dfbb23f95aab} TCPHandler: Processed in 0.001478543 sec. 2025.07.18 19:17:11.968525 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.968628 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.968652 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.07.18 19:17:11.968728 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.968773 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:11.968785 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:11.968822 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 232 rows starting from the beginning of the part 2025.07.18 19:17:11.968886 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 240 rows starting from the beginning of the part 2025.07.18 19:17:11.968933 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part 2025.07.18 19:17:11.968973 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part 2025.07.18 19:17:11.969008 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 241 rows starting from the beginning of the part 2025.07.18 19:17:11.969044 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part 2025.07.18 19:17:11.969265 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.969309 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.969726 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.969945 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.970054 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463242 sec., 973181.4696407019 rows/sec., 63.27 MiB/sec. 2025.07.18 19:17:11.970076 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} executeQuery: Read 203 rows, 13.41 KiB in 0.001366 sec., 148609.0775988287 rows/sec., 9.59 MiB/sec. 2025.07.18 19:17:11.970114 [ 4 ] {9b1d57ab-6b16-460a-81c9-2218de3403c3} TCPHandler: Processed in 0.001535913 sec. 2025.07.18 19:17:11.970201 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.07.18 19:17:11.970226 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.970325 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.970368 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:11.970461 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.970531 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_10_2} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.07.18 19:17:11.970595 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.18 19:17:11.970846 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.970887 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.971200 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.971413 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.971539 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} executeQuery: Read 202 rows, 11.75 KiB in 0.001231 sec., 164094.23233143784 rows/sec., 9.32 MiB/sec. 2025.07.18 19:17:11.971576 [ 4 ] {165602ca-adea-4c9b-bf38-b5cd526fcdc0} TCPHandler: Processed in 0.001397651 sec. 2025.07.18 19:17:11.971690 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.971785 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:11.971824 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:11.972536 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.972573 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.972918 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:11.973124 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.973250 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} executeQuery: Read 693 rows, 49.85 KiB in 0.001483 sec., 467296.0215778827 rows/sec., 32.83 MiB/sec. 2025.07.18 19:17:11.973287 [ 4 ] {a9f23118-b974-4147-bc39-23bfa580972c} TCPHandler: Processed in 0.001645635 sec. 2025.07.18 19:17:11.973413 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.973508 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:11.973550 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:11.973887 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.973923 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.974219 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.974433 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.974561 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. 2025.07.18 19:17:11.974599 [ 4 ] {cfa7edbd-266c-4400-94f3-bc128d807b52} TCPHandler: Processed in 0.001236488 sec. 2025.07.18 19:17:11.974710 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.974802 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.974845 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:11.975292 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.975328 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.975664 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:11.975870 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.975995 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} executeQuery: Read 307 rows, 20.68 KiB in 0.00121 sec., 253719.0082644628 rows/sec., 16.69 MiB/sec. 2025.07.18 19:17:11.976030 [ 4 ] {16a00d1e-3b5b-4d99-9a77-4ce992d60b92} TCPHandler: Processed in 0.001368441 sec. 2025.07.18 19:17:11.976137 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.976231 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.976272 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:11.976579 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.976616 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.976902 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.977126 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.977218 [ 129 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.07.18 19:17:11.977249 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.07.18 19:17:11.977255 [ 129 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.977290 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.977291 [ 4 ] {97f7d77c-533d-4796-9c8e-df3a85a0fd4e} TCPHandler: Processed in 0.001201898 sec. 2025.07.18 19:17:11.977379 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.07.18 19:17:11.977408 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.977500 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:11.977507 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.977543 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.07.18 19:17:11.977576 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:11.977608 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.07.18 19:17:11.977662 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.07.18 19:17:11.977705 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.07.18 19:17:11.977748 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.07.18 19:17:11.977790 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.07.18 19:17:11.978424 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.978465 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.978593 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.00125457 sec., 7970.85854117347 rows/sec., 537.10 KiB/sec. 2025.07.18 19:17:11.978699 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.07.18 19:17:11.978949 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.979009 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_10_2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.07.18 19:17:11.979064 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:17:11.979080 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:17:11.979318 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.979458 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} executeQuery: Read 41 rows, 75.23 KiB in 0.001968 sec., 20833.333333333332 rows/sec., 37.33 MiB/sec. 2025.07.18 19:17:11.979512 [ 4 ] {a8fa8ac0-a12d-443b-ab1a-e6463c2a66e8} TCPHandler: Processed in 0.002152883 sec. 2025.07.18 19:17:11.979634 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:11.979728 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:11.979770 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:11.980110 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:11.980146 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:11.980457 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:11.980673 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:11.980797 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} executeQuery: Read 102 rows, 6.42 KiB in 0.001087 sec., 93836.24655013799 rows/sec., 5.77 MiB/sec. 2025.07.18 19:17:11.980832 [ 4 ] {1058432d-08c2-4c85-ae60-fb3ac1ea38ad} TCPHandler: Processed in 0.001247699 sec. 2025.07.18 19:17:12.000161 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 198.08 MiB, peak 207.17 MiB, free memory in arenas 0.00 B, will set to 209.11 MiB (RSS), difference: 11.03 MiB 2025.07.18 19:17:16.953083 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:16.953312 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:16.953389 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:16.954170 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.954227 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.954717 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:16.955006 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.955180 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. 2025.07.18 19:17:16.955190 [ 121 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:16.955229 [ 4 ] {4f30cf37-9c05-4c0a-89c6-8c34af4974fa} TCPHandler: Processed in 0.002321295 sec. 2025.07.18 19:17:16.955265 [ 121 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.955293 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.955384 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:16.955433 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:17:16.955494 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:16.955548 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:16.955602 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:16.955643 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1153 rows starting from the beginning of the part 2025.07.18 19:17:16.955712 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2025.07.18 19:17:16.955760 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:17:16.955803 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2025.07.18 19:17:16.955846 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:17:16.955885 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2025.07.18 19:17:16.956116 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.956163 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.956610 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:16.956946 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.957084 [ 121 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:16.957118 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} executeQuery: Read 64 rows, 5.12 KiB in 0.001645 sec., 38905.77507598784 rows/sec., 3.04 MiB/sec. 2025.07.18 19:17:16.957130 [ 121 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.957175 [ 4 ] {708a59f0-97d8-42da-90c3-4433543c5cb0} TCPHandler: Processed in 0.001849008 sec. 2025.07.18 19:17:16.957175 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.957311 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:17:16.957343 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:16.957416 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:16.957450 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 719 rows starting from the beginning of the part 2025.07.18 19:17:16.957465 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:16.957503 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2025.07.18 19:17:16.957525 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:16.957557 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 697 rows starting from the beginning of the part 2025.07.18 19:17:16.957604 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2025.07.18 19:17:16.957645 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 693 rows starting from the beginning of the part 2025.07.18 19:17:16.957685 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2025.07.18 19:17:16.957694 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3621 rows, containing 5 columns (5 merged, 0 gathered) in 0.002325976 sec., 1556765.8479709162 rows/sec., 129.95 MiB/sec. 2025.07.18 19:17:16.957984 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:16.958105 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.958157 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.958365 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.958458 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_21_4} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:16.958560 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.07.18 19:17:16.958814 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:16.958816 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546534 sec., 1487843.1382691876 rows/sec., 111.34 MiB/sec. 2025.07.18 19:17:16.959049 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.959065 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:16.959186 [ 120 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:16.959192 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} executeQuery: Read 160 rows, 11.41 KiB in 0.001751 sec., 91376.35636778983 rows/sec., 6.36 MiB/sec. 2025.07.18 19:17:16.959243 [ 120 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.959255 [ 4 ] {7deb83a8-048c-4ad0-b7f7-abcc71c80ce3} TCPHandler: Processed in 0.00197457 sec. 2025.07.18 19:17:16.959284 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.959373 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:16.959390 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:16.959414 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.959469 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:16.959498 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:16.959502 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3380 rows starting from the beginning of the part 2025.07.18 19:17:16.959510 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_21_4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:16.959548 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:16.959573 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.07.18 19:17:16.959617 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 309 rows starting from the beginning of the part 2025.07.18 19:17:16.959650 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.07.18 19:17:16.959653 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:16.959719 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 307 rows starting from the beginning of the part 2025.07.18 19:17:16.959775 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:16.959948 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.959989 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.960318 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:16.960538 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.960660 [ 120 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:16.960672 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2025.07.18 19:17:16.960708 [ 120 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:16.960725 [ 4 ] {7dc379cf-f07e-42a0-a192-88dfccc44341} TCPHandler: Processed in 0.001385862 sec. 2025.07.18 19:17:16.960747 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:16.960835 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:16.960931 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:16.960961 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1116 rows starting from the beginning of the part 2025.07.18 19:17:16.961015 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:16.961062 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 102 rows starting from the beginning of the part 2025.07.18 19:17:16.961119 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:16.961169 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 102 rows starting from the beginning of the part 2025.07.18 19:17:16.961215 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:16.961576 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4476 rows, containing 5 columns (5 merged, 0 gathered) in 0.002230185 sec., 2007008.3871965779 rows/sec., 134.38 MiB/sec. 2025.07.18 19:17:16.962108 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:16.962135 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.00133198 sec., 1126143.0351807084 rows/sec., 71.48 MiB/sec. 2025.07.18 19:17:16.962461 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:16.962485 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.962581 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_21_4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:16.962692 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.07.18 19:17:16.962853 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:16.962957 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_21_4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:16.963056 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.07.18 19:17:18.057060 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.07.18 19:17:18.057736 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:18.057787 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:18.058411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:17:18.058707 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:18.058877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.07.18 19:17:18.483523 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.07.18 19:17:18.500171 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:18.500245 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:18.506216 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:17:18.506979 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:18.510057 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.07.18 19:17:20.564588 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 482 2025.07.18 19:17:20.566754 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:20.566809 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:20.567973 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:20.568243 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:20.568584 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2025.07.18 19:17:21.963777 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.963975 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.964045 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:21.964883 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.964920 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.965332 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.965563 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.965728 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} executeQuery: Read 392 rows, 25.47 KiB in 0.001808 sec., 216814.15929203542 rows/sec., 13.76 MiB/sec. 2025.07.18 19:17:21.965774 [ 4 ] {29597ba0-02dc-4733-920c-7cd239ff33ba} TCPHandler: Processed in 0.002131773 sec. 2025.07.18 19:17:21.965892 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.965990 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:21.966032 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:21.967088 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.967123 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.967543 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:21.967765 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.967893 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} executeQuery: Read 1149 rows, 93.90 KiB in 0.001922 sec., 597814.7762747138 rows/sec., 47.71 MiB/sec. 2025.07.18 19:17:21.967930 [ 4 ] {7af42e8c-72b7-42ba-9442-5a1ba2533dd7} TCPHandler: Processed in 0.002088242 sec. 2025.07.18 19:17:21.968048 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.968145 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.968186 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:21.968707 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.968741 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.969072 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.969284 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.969422 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} executeQuery: Read 237 rows, 14.86 KiB in 0.001295 sec., 183011.58301158302 rows/sec., 11.21 MiB/sec. 2025.07.18 19:17:21.969461 [ 4 ] {810c8aa5-c9c1-4cfc-bb7e-24cc01557005} TCPHandler: Processed in 0.001463083 sec. 2025.07.18 19:17:21.969576 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.969671 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.969711 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:21.970204 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.970238 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.970551 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.970758 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.970893 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} executeQuery: Read 203 rows, 13.41 KiB in 0.001241 sec., 163577.75987107173 rows/sec., 10.55 MiB/sec. 2025.07.18 19:17:21.970932 [ 4 ] {55deb689-8808-405b-bc7b-d0a281507c3b} TCPHandler: Processed in 0.001407481 sec. 2025.07.18 19:17:21.971044 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.971139 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.971179 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:21.971655 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.971690 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.972014 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.972221 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.972354 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} executeQuery: Read 202 rows, 11.75 KiB in 0.001233 sec., 163828.06163828063 rows/sec., 9.30 MiB/sec. 2025.07.18 19:17:21.972393 [ 4 ] {d81bac88-c046-4021-86ac-5d8a62cc99ec} TCPHandler: Processed in 0.001400061 sec. 2025.07.18 19:17:21.972506 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.972602 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:21.972642 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:21.973346 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.973381 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.973719 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:21.973928 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.974053 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} executeQuery: Read 693 rows, 49.85 KiB in 0.001468 sec., 472070.8446866485 rows/sec., 33.16 MiB/sec. 2025.07.18 19:17:21.974091 [ 4 ] {87519dc6-caaf-462f-8035-db16af97599f} TCPHandler: Processed in 0.001634346 sec. 2025.07.18 19:17:21.974204 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.974300 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:21.974342 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:21.974678 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.974713 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.975009 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.975213 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.975310 [ 115 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:17:21.975336 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.07.18 19:17:21.975348 [ 115 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.975371 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.975372 [ 4 ] {5837e372-7c8f-4257-ab72-304300d243d6} TCPHandler: Processed in 0.001216938 sec. 2025.07.18 19:17:21.975500 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.975510 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:17:21.975594 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.975641 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:21.975661 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:21.975701 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.07.18 19:17:21.975762 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.07.18 19:17:21.975804 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.07.18 19:17:21.975841 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.07.18 19:17:21.975876 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.07.18 19:17:21.975911 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.07.18 19:17:21.976137 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.976177 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.976559 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:21.976671 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001222989 sec., 53966.14360390812 rows/sec., 2.75 MiB/sec. 2025.07.18 19:17:21.976794 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.976798 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:17:21.976933 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} executeQuery: Read 307 rows, 20.68 KiB in 0.001356 sec., 226401.17994100295 rows/sec., 14.89 MiB/sec. 2025.07.18 19:17:21.976976 [ 4 ] {256b498e-7aa2-471b-b25b-e57321fa5360} TCPHandler: Processed in 0.001526134 sec. 2025.07.18 19:17:21.977087 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.977103 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.977180 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_11_2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:17:21.977204 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.977251 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.07.18 19:17:21.977251 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:21.977606 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.977642 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.977937 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.978136 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.978270 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2025.07.18 19:17:21.978306 [ 4 ] {d1c25888-fc06-44e0-b1f9-cac1fa65c9d5} TCPHandler: Processed in 0.00125313 sec. 2025.07.18 19:17:21.978426 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.978519 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.978572 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:21.979433 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.979468 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.980040 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:17:21.980255 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.980358 [ 116 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:17:21.980386 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} executeQuery: Read 41 rows, 75.23 KiB in 0.001884 sec., 21762.20806794055 rows/sec., 39.00 MiB/sec. 2025.07.18 19:17:21.980396 [ 116 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.980427 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.980444 [ 4 ] {a43977c3-98db-4daf-8f76-b481c074860b} TCPHandler: Processed in 0.002068341 sec. 2025.07.18 19:17:21.980504 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.07.18 19:17:21.980570 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:21.980670 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:21.980711 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:21.980740 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:21.980802 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 216 rows starting from the beginning of the part 2025.07.18 19:17:21.980931 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part 2025.07.18 19:17:21.981047 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part 2025.07.18 19:17:21.981055 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:21.981096 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:21.981165 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part 2025.07.18 19:17:21.981286 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part 2025.07.18 19:17:21.981400 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part 2025.07.18 19:17:21.981407 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:21.981643 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.981779 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} executeQuery: Read 102 rows, 6.42 KiB in 0.001127 sec., 90505.76752440106 rows/sec., 5.56 MiB/sec. 2025.07.18 19:17:21.981817 [ 4 ] {2765b603-386d-4f37-897e-ac9c52387018} TCPHandler: Processed in 0.001297891 sec. 2025.07.18 19:17:21.984796 [ 188 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 19 columns (19 merged, 0 gathered) in 0.004326956 sec., 97297.03745543056 rows/sec., 174.35 MiB/sec. 2025.07.18 19:17:21.985382 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:17:21.985670 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:21.985739 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_11_2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:17:21.985809 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2025.07.18 19:17:25.460150 [ 112 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:17:25.460212 [ 112 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:17:25.559006 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 2025.07.18 19:17:25.559525 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:25.559567 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:25.560062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:25.560321 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:25.560456 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.07.18 19:17:26.010179 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.07.18 19:17:26.026453 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:26.026525 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:26.032425 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:17:26.033140 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:26.035936 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.07.18 19:17:26.950910 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:26.951103 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:26.951174 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:26.951888 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:26.951927 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:26.952319 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:17:26.952542 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:26.952689 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. 2025.07.18 19:17:26.952730 [ 4 ] {2978fa93-9eea-4ab5-b654-68f845dea3f2} TCPHandler: Processed in 0.00195374 sec. 2025.07.18 19:17:26.952862 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:26.952960 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:26.952999 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:26.953427 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:26.953462 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:26.953771 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:17:26.953986 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:26.954114 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2025.07.18 19:17:26.954151 [ 4 ] {aa7176be-46fb-4839-a892-1309c5928516} TCPHandler: Processed in 0.00134023 sec. 2025.07.18 19:17:26.954277 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:26.954372 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:26.954415 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:26.954843 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:26.954878 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:26.955219 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:17:26.955457 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:26.955584 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.07.18 19:17:26.955621 [ 4 ] {c5f50d5b-b707-4d0e-8b47-407d4b2be248} TCPHandler: Processed in 0.001397141 sec. 2025.07.18 19:17:26.955797 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:26.955892 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:26.955934 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:26.956278 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:26.956311 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:26.956607 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:17:26.956816 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:26.956941 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.07.18 19:17:26.956976 [ 4 ] {0b835960-53ee-4a31-bf28-ce6c6f8ca0bd} TCPHandler: Processed in 0.001229289 sec. 2025.07.18 19:17:30.568841 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 512 2025.07.18 19:17:30.571529 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:30.571572 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:30.572697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:30.572967 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:30.573212 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2025.07.18 19:17:31.963377 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.963631 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.963724 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:31.964665 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.964767 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.965163 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.965383 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.965531 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} executeQuery: Read 392 rows, 25.47 KiB in 0.001971 sec., 198883.8153221715 rows/sec., 12.62 MiB/sec. 2025.07.18 19:17:31.965571 [ 4 ] {3673b94b-9959-4d2c-8707-901279395a1f} TCPHandler: Processed in 0.002354916 sec. 2025.07.18 19:17:31.965701 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.965796 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:17:31.965837 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:17:31.966273 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.966306 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.966588 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:17:31.966792 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.966913 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} executeQuery: Read 12 rows, 1002.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 861.37 KiB/sec. 2025.07.18 19:17:31.966949 [ 4 ] {1674afb3-36b8-44f8-ab01-fcda61e33512} TCPHandler: Processed in 0.001296059 sec. 2025.07.18 19:17:31.967063 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.967155 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:31.967193 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:31.968186 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.968221 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.968593 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:17:31.968851 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.969013 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} executeQuery: Read 1155 rows, 94.34 KiB in 0.001874 sec., 616328.7086446105 rows/sec., 49.16 MiB/sec. 2025.07.18 19:17:31.969058 [ 4 ] {38830fab-705f-4548-a346-b44f4a1c0a2b} TCPHandler: Processed in 0.002041941 sec. 2025.07.18 19:17:31.969199 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.969311 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.969358 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:31.969965 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.970000 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.970308 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.970516 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.970640 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} executeQuery: Read 249 rows, 15.70 KiB in 0.001353 sec., 184035.47671840354 rows/sec., 11.33 MiB/sec. 2025.07.18 19:17:31.970675 [ 4 ] {fa777acf-a6a0-4d6a-8cb5-202657063a67} TCPHandler: Processed in 0.001534674 sec. 2025.07.18 19:17:31.970784 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.970876 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.970915 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:31.971394 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.971429 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.971734 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.971953 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.972077 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} executeQuery: Read 203 rows, 13.41 KiB in 0.001219 sec., 166529.94257588187 rows/sec., 10.74 MiB/sec. 2025.07.18 19:17:31.972112 [ 4 ] {1c7c8b65-2a73-4dad-87fb-c9cbf568428a} TCPHandler: Processed in 0.001375741 sec. 2025.07.18 19:17:31.972223 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.972315 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.972353 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:31.972815 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.972850 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.973146 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.973351 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.973472 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} executeQuery: Read 202 rows, 11.75 KiB in 0.001175 sec., 171914.89361702127 rows/sec., 9.76 MiB/sec. 2025.07.18 19:17:31.973507 [ 4 ] {74722e8a-c9ae-403f-aee4-18165495bd37} TCPHandler: Processed in 0.00133126 sec. 2025.07.18 19:17:31.973619 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.973710 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:31.973749 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:31.974397 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.974431 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.974750 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:17:31.974950 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.975071 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} executeQuery: Read 705 rows, 50.83 KiB in 0.001379 sec., 511240.02900652646 rows/sec., 36.00 MiB/sec. 2025.07.18 19:17:31.975106 [ 4 ] {42c144ce-ffba-4623-8fa1-54180edc2dfe} TCPHandler: Processed in 0.001534964 sec. 2025.07.18 19:17:31.975217 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.975309 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:31.975350 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:31.975678 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.975711 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.976018 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.976219 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.976340 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2025.07.18 19:17:31.976374 [ 4 ] {bdb49f06-e380-4132-8c83-912cedbfea2a} TCPHandler: Processed in 0.001203718 sec. 2025.07.18 19:17:31.976482 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.976574 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.976616 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:31.977062 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.977095 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.977413 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:17:31.977618 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.977744 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} executeQuery: Read 313 rows, 21.10 KiB in 0.001187 sec., 263689.9747262005 rows/sec., 17.36 MiB/sec. 2025.07.18 19:17:31.977779 [ 4 ] {3362ac36-2c41-4406-bef3-36bab3e85b1f} TCPHandler: Processed in 0.001344161 sec. 2025.07.18 19:17:31.977886 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.977977 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.978018 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:31.978331 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.978366 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.978657 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.978855 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.978978 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. 2025.07.18 19:17:31.979012 [ 4 ] {4ad99905-de38-401d-ab24-ed5730d7b477} TCPHandler: Processed in 0.001172718 sec. 2025.07.18 19:17:31.979121 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.979212 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.979264 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:31.980131 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.980167 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.980689 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:17:31.980919 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.981049 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. 2025.07.18 19:17:31.981098 [ 4 ] {f637a8d6-0d84-41f0-b177-745e717784bf} TCPHandler: Processed in 0.002023731 sec. 2025.07.18 19:17:31.981215 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:31.981307 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:31.981346 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:31.981687 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:31.981723 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:31.982021 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:17:31.982220 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:31.982340 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} executeQuery: Read 102 rows, 6.42 KiB in 0.001051 sec., 97050.42816365366 rows/sec., 5.96 MiB/sec. 2025.07.18 19:17:31.982374 [ 4 ] {7fe2def3-962d-4bda-b540-9d9ef8191918} TCPHandler: Processed in 0.001206749 sec. 2025.07.18 19:17:33.060682 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 2025.07.18 19:17:33.061228 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:33.061280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:33.061856 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:33.062101 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:33.062238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.07.18 19:17:33.536134 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.07.18 19:17:33.553211 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:33.553257 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:33.559384 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:17:33.560119 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:33.562889 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.07.18 19:17:36.951265 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:36.951457 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:36.951522 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:36.952164 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:36.952211 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:36.952603 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:17:36.952825 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:36.952985 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} executeQuery: Read 56 rows, 4.41 KiB in 0.001577 sec., 35510.46290424857 rows/sec., 2.73 MiB/sec. 2025.07.18 19:17:36.953032 [ 4 ] {ec7f7788-2a88-4835-a88b-1f223497ae38} TCPHandler: Processed in 0.001892599 sec. 2025.07.18 19:17:36.953154 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:36.953249 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:36.953290 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:36.953719 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:36.953757 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:36.954057 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:17:36.954270 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:36.954403 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2025.07.18 19:17:36.954440 [ 4 ] {ebf64ca8-da4f-46af-8ba4-14950c4277e1} TCPHandler: Processed in 0.001333191 sec. 2025.07.18 19:17:36.954558 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:36.954649 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:36.954692 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:36.955099 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:36.955135 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:36.955454 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:17:36.955659 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:36.955788 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2025.07.18 19:17:36.955824 [ 4 ] {b12ba4e3-b8db-4be5-82f4-8bc3084614ac} TCPHandler: Processed in 0.00131388 sec. 2025.07.18 19:17:36.955932 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:36.956024 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:36.956064 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:36.956392 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:36.956427 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.07.18 19:17:36.956711 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:17:36.956909 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:36.957037 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2025.07.18 19:17:36.957071 [ 4 ] {a9c71d6f-e77a-418b-8ba4-a4e66027e553} TCPHandler: Processed in 0.001185608 sec. 2025.07.18 19:17:40.460255 [ 93 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:17:40.460312 [ 93 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:17:40.563335 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 2025.07.18 19:17:40.563925 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:40.563972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:40.564460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:40.564709 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:40.564855 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.07.18 19:17:40.573417 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 544 2025.07.18 19:17:40.576035 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:40.576083 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:40.577230 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:40.577493 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:40.577735 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 544 2025.07.18 19:17:41.063960 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.07.18 19:17:41.080794 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.080840 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.086445 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:17:41.087169 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.089936 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.07.18 19:17:41.963411 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.963605 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.963675 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:41.964634 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.964673 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.965073 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.965301 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.965416 [ 91 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.18 19:17:41.965448 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} executeQuery: Read 392 rows, 25.47 KiB in 0.001895 sec., 206860.15831134564 rows/sec., 13.12 MiB/sec. 2025.07.18 19:17:41.965452 [ 91 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.965479 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.965489 [ 4 ] {2f930d23-e101-4b9c-a375-fa7e33995e68} TCPHandler: Processed in 0.002209104 sec. 2025.07.18 19:17:41.965560 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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.07.18 19:17:41.965614 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.965657 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.965689 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 392 rows starting from the beginning of the part 2025.07.18 19:17:41.965709 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:41.965747 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:41.965749 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:41.965791 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:41.965833 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:41.965869 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 392 rows starting from the beginning of the part 2025.07.18 19:17:41.966739 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.966775 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.966813 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128279 sec., 1527919.6127191512 rows/sec., 102.77 MiB/sec. 2025.07.18 19:17:41.967027 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.18 19:17:41.967160 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:17:41.967377 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.967429 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.967464 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_13_3} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.18 19:17:41.967557 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:17:41.967575 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} executeQuery: Read 1149 rows, 93.90 KiB in 0.001884 sec., 609872.6114649682 rows/sec., 48.67 MiB/sec. 2025.07.18 19:17:41.967592 [ 90 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:17:41.967616 [ 4 ] {b76fd988-9a4d-4a75-8837-47aaf8213c91} TCPHandler: Processed in 0.002050542 sec. 2025.07.18 19:17:41.967668 [ 90 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.967697 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.967771 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:17:41.967789 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.967856 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.967881 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1155 rows starting from the beginning of the part 2025.07.18 19:17:41.967885 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.967925 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:17:41.967928 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:41.967964 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2025.07.18 19:17:41.967999 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:17:41.968034 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2025.07.18 19:17:41.968069 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:17:41.968434 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.968468 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.968783 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.968989 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.969115 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} executeQuery: Read 237 rows, 14.86 KiB in 0.00125 sec., 189600 rows/sec., 11.61 MiB/sec. 2025.07.18 19:17:41.969151 [ 4 ] {e6c56d39-b40d-4be4-9b45-f609d5961ed7} TCPHandler: Processed in 0.001410902 sec. 2025.07.18 19:17:41.969259 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.969352 [ 4 ] {29872489-1613-4c56-961e-32770689a329} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.969390 [ 4 ] {29872489-1613-4c56-961e-32770689a329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:41.969490 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4720 rows, containing 5 columns (5 merged, 0 gathered) in 0.001745706 sec., 2703777.1537704514 rows/sec., 225.86 MiB/sec. 2025.07.18 19:17:41.969760 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:17:41.969901 [ 4 ] {29872489-1613-4c56-961e-32770689a329} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.969946 [ 4 ] {29872489-1613-4c56-961e-32770689a329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.970078 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.970163 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_26_5} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:17:41.970255 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.07.18 19:17:41.970282 [ 4 ] {29872489-1613-4c56-961e-32770689a329} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.970495 [ 4 ] {29872489-1613-4c56-961e-32770689a329} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.970617 [ 90 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.18 19:17:41.970624 [ 4 ] {29872489-1613-4c56-961e-32770689a329} executeQuery: Read 203 rows, 13.41 KiB in 0.00129 sec., 157364.34108527133 rows/sec., 10.15 MiB/sec. 2025.07.18 19:17:41.970657 [ 90 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.970680 [ 4 ] {29872489-1613-4c56-961e-32770689a329} TCPHandler: Processed in 0.001468713 sec. 2025.07.18 19:17:41.970682 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.970773 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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.07.18 19:17:41.970799 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.970867 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.970898 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.970937 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 203 rows starting from the beginning of the part 2025.07.18 19:17:41.970959 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:41.971018 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:41.971067 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:41.971109 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:41.971146 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part 2025.07.18 19:17:41.971422 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.971518 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.971858 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.971947 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202588 sec., 844013.0784607861 rows/sec., 57.66 MiB/sec. 2025.07.18 19:17:41.972075 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.972101 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.18 19:17:41.972206 [ 90 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.18 19:17:41.972212 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} executeQuery: Read 202 rows, 11.75 KiB in 0.001333 sec., 151537.88447111778 rows/sec., 8.61 MiB/sec. 2025.07.18 19:17:41.972257 [ 90 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.972276 [ 4 ] {1bc96bb1-f581-4a3f-bc21-5aaeb43b20f3} TCPHandler: Processed in 0.001525193 sec. 2025.07.18 19:17:41.972290 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.972371 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::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.07.18 19:17:41.972398 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.972404 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.972452 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.972484 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 202 rows starting from the beginning of the part 2025.07.18 19:17:41.972498 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_13_3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.18 19:17:41.972500 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:41.972553 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:41.972557 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:41.972572 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:17:41.972611 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:41.972660 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:41.972699 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 202 rows starting from the beginning of the part 2025.07.18 19:17:41.973223 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.973264 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.973516 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001172308 sec., 861548.3303022756 rows/sec., 52.22 MiB/sec. 2025.07.18 19:17:41.973603 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:17:41.973647 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.18 19:17:41.973867 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.973936 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.974000 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_13_3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.18 19:17:41.974003 [ 90 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:17:41.974009 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} executeQuery: Read 693 rows, 49.85 KiB in 0.001528 sec., 453534.03141361254 rows/sec., 31.86 MiB/sec. 2025.07.18 19:17:41.974048 [ 90 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.974063 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:17:41.974073 [ 4 ] {b1dd1ea0-166e-4c93-9f84-066f3866e8ff} TCPHandler: Processed in 0.001723237 sec. 2025.07.18 19:17:41.974073 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.974159 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:17:41.974204 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.974233 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.974260 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 723 rows starting from the beginning of the part 2025.07.18 19:17:41.974302 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:41.974302 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 693 rows starting from the beginning of the part 2025.07.18 19:17:41.974355 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:41.974366 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2025.07.18 19:17:41.974407 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 705 rows starting from the beginning of the part 2025.07.18 19:17:41.974439 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2025.07.18 19:17:41.974471 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 693 rows starting from the beginning of the part 2025.07.18 19:17:41.974755 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.974794 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.975087 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.975282 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.975402 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2025.07.18 19:17:41.975434 [ 4 ] {f1b6735d-8a8b-416e-a1c9-11e1c50fb2b8} TCPHandler: Processed in 0.0013219 sec. 2025.07.18 19:17:41.975545 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.975562 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478593 sec., 1989729.425203555 rows/sec., 148.30 MiB/sec. 2025.07.18 19:17:41.975634 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.975683 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:41.975711 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:17:41.976024 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.976081 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_26_5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:17:41.976139 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.07.18 19:17:41.976194 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.976235 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.976589 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:17:41.976797 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.976924 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} executeQuery: Read 307 rows, 20.68 KiB in 0.001252 sec., 245207.66773162936 rows/sec., 16.13 MiB/sec. 2025.07.18 19:17:41.976923 [ 90 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:17:41.976962 [ 4 ] {53d4b15f-7f61-4af6-94f4-95ba3635540d} TCPHandler: Processed in 0.001411522 sec. 2025.07.18 19:17:41.976975 [ 90 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.976999 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.977058 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:41.977078 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.977145 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.977176 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.977181 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4476 rows starting from the beginning of the part 2025.07.18 19:17:41.977224 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:41.977244 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 307 rows starting from the beginning of the part 2025.07.18 19:17:41.977284 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:41.977318 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 313 rows starting from the beginning of the part 2025.07.18 19:17:41.977358 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:17:41.977405 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 307 rows starting from the beginning of the part 2025.07.18 19:17:41.977567 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.977607 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.977902 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.978111 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.978249 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. 2025.07.18 19:17:41.978284 [ 4 ] {8c24def5-39c2-4f66-9dbb-3abc25884e2d} TCPHandler: Processed in 0.00125314 sec. 2025.07.18 19:17:41.978398 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.978490 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.978543 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:41.979183 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5723 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147893 sec., 2664471.647330663 rows/sec., 178.30 MiB/sec. 2025.07.18 19:17:41.979388 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.979429 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.979560 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:17:41.979834 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.979891 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_26_5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:17:41.979943 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.07.18 19:17:41.980038 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:17:41.980265 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.980401 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} executeQuery: Read 41 rows, 75.23 KiB in 0.001929 sec., 21254.536029030587 rows/sec., 38.09 MiB/sec. 2025.07.18 19:17:41.980452 [ 4 ] {87954af5-783e-4a69-a605-4d28e94db869} TCPHandler: Processed in 0.002101022 sec. 2025.07.18 19:17:41.980564 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:41.980657 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:41.980697 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:41.981022 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.981058 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.981359 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:17:41.981577 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.981698 [ 90 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:17:41.981701 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} executeQuery: Read 102 rows, 6.42 KiB in 0.001061 sec., 96135.72101790762 rows/sec., 5.91 MiB/sec. 2025.07.18 19:17:41.981738 [ 90 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:41.981758 [ 4 ] {648620f8-a67c-442c-b4b7-a903ca046239} TCPHandler: Processed in 0.001241619 sec. 2025.07.18 19:17:41.981763 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:41.981892 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:41.982042 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:41.982078 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1500 rows starting from the beginning of the part 2025.07.18 19:17:41.982143 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 102 rows starting from the beginning of the part 2025.07.18 19:17:41.982186 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:41.982227 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 102 rows starting from the beginning of the part 2025.07.18 19:17:41.982262 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:17:41.982299 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 102 rows starting from the beginning of the part 2025.07.18 19:17:41.983313 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1926 rows, containing 4 columns (4 merged, 0 gathered) in 0.001482783 sec., 1298908.876079642 rows/sec., 82.35 MiB/sec. 2025.07.18 19:17:41.983537 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:17:41.983789 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:41.983859 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_26_5} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:17:41.983931 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.07.18 19:17:42.000225 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 215.63 MiB, peak 219.66 MiB, free memory in arenas 0.00 B, will set to 214.23 MiB (RSS), difference: -1.40 MiB 2025.07.18 19:17:46.954602 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:46.954803 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:46.954872 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:46.955558 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:46.955612 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:46.956021 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:17:46.956254 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:46.956414 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} executeQuery: Read 56 rows, 4.41 KiB in 0.001659 sec., 33755.27426160337 rows/sec., 2.59 MiB/sec. 2025.07.18 19:17:46.956464 [ 4 ] {ab988813-4b7b-40cd-b313-e082951f159d} TCPHandler: Processed in 0.001990311 sec. 2025.07.18 19:17:46.956596 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:46.956698 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:46.956742 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:46.957199 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:46.957238 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:46.957551 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:17:46.957764 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:46.957896 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.07.18 19:17:46.957936 [ 4 ] {9fe3618b-bd42-4947-ae92-550fddaa1e0c} TCPHandler: Processed in 0.001392131 sec. 2025.07.18 19:17:46.958054 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:46.958151 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:46.958195 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:46.958631 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:46.958668 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:46.959007 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:17:46.959234 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:46.959374 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2025.07.18 19:17:46.959411 [ 4 ] {1baf1501-faef-4bb0-8ca0-4214bb0a36d8} TCPHandler: Processed in 0.001406922 sec. 2025.07.18 19:17:46.959522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:46.959617 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:46.959659 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:46.960002 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:46.960038 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:46.960348 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:17:46.960555 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:46.960686 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.07.18 19:17:46.960721 [ 4 ] {ee7d766f-16db-4ca8-b6ae-ed27266abf01} TCPHandler: Processed in 0.001249249 sec. 2025.07.18 19:17:48.065040 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 2025.07.18 19:17:48.065544 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:48.065587 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:48.066094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:48.066338 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:48.066461 [ 80 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:48.066474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.07.18 19:17:48.066504 [ 80 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:48.066525 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:48.066637 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:48.066792 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:48.066844 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:48.066924 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:17:48.066970 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part 2025.07.18 19:17:48.067016 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part 2025.07.18 19:17:48.067053 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part 2025.07.18 19:17:48.067093 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part 2025.07.18 19:17:48.069123 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00253659 sec., 3823637.2452781093 rows/sec., 54.70 MiB/sec. 2025.07.18 19:17:48.069509 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:48.069864 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:48.069955 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_21_4} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:48.070086 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.07.18 19:17:48.590124 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.07.18 19:17:48.607482 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:48.607540 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:48.613096 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:17:48.613823 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:48.614142 [ 79 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:17:48.614207 [ 79 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:48.614226 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:48.614336 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.616843 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.07.18 19:17:48.618342 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:17:48.619780 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.624297 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.628794 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.633226 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.637683 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.641886 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:17:48.693545 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079256098 sec., 2006.1547819323632 rows/sec., 10.37 MiB/sec. 2025.07.18 19:17:48.696112 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:17:48.698141 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:48.698223 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_21_4} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:17:48.700671 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.18 19:17:49.000204 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 215.33 MiB, peak 225.89 MiB, free memory in arenas 0.00 B, will set to 221.86 MiB (RSS), difference: 6.53 MiB 2025.07.18 19:17:50.578033 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 574 2025.07.18 19:17:50.580196 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:50.580239 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:50.581392 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:17:50.581648 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:50.581902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 574 2025.07.18 19:17:51.964841 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.965037 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.965108 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:17:51.966042 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.966091 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.966504 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.966726 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.966879 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} executeQuery: Read 392 rows, 25.47 KiB in 0.001896 sec., 206751.0548523207 rows/sec., 13.12 MiB/sec. 2025.07.18 19:17:51.966920 [ 4 ] {7c410061-4097-4f5c-813e-762b448e0a3d} TCPHandler: Processed in 0.002211114 sec. 2025.07.18 19:17:51.967042 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.967136 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:51.967176 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:51.968241 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.968278 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.968665 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:17:51.968883 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.969017 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} executeQuery: Read 1149 rows, 93.90 KiB in 0.001899 sec., 605055.2922590837 rows/sec., 48.29 MiB/sec. 2025.07.18 19:17:51.969054 [ 4 ] {8518302f-a175-4309-97c7-6231b565779a} TCPHandler: Processed in 0.002059971 sec. 2025.07.18 19:17:51.969176 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.969270 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.969309 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:17:51.969881 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.969918 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.970231 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.970444 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.970571 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} executeQuery: Read 237 rows, 14.86 KiB in 0.001319 sec., 179681.57695223653 rows/sec., 11.00 MiB/sec. 2025.07.18 19:17:51.970608 [ 4 ] {f34b78e2-5fd3-4c67-bf88-aacfe0e271d6} TCPHandler: Processed in 0.001480442 sec. 2025.07.18 19:17:51.970724 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.970822 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.970862 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:17:51.971392 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.971430 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.971736 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.971942 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.972069 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} executeQuery: Read 203 rows, 13.41 KiB in 0.001265 sec., 160474.30830039523 rows/sec., 10.35 MiB/sec. 2025.07.18 19:17:51.972106 [ 4 ] {2ac0dc21-9fef-48df-b8f6-f9bc69598d80} TCPHandler: Processed in 0.001429312 sec. 2025.07.18 19:17:51.972229 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.972323 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.972363 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:17:51.972887 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.972924 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.973228 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.973429 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.973556 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} executeQuery: Read 202 rows, 11.75 KiB in 0.00125 sec., 161600 rows/sec., 9.18 MiB/sec. 2025.07.18 19:17:51.973592 [ 4 ] {bcaa2da2-f77f-4ec0-b791-2b37a4988813} TCPHandler: Processed in 0.001410871 sec. 2025.07.18 19:17:51.973715 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.973808 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:51.973847 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:51.974591 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.974628 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.974959 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:17:51.975163 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.975290 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} executeQuery: Read 693 rows, 49.85 KiB in 0.0015 sec., 462000 rows/sec., 32.46 MiB/sec. 2025.07.18 19:17:51.975327 [ 4 ] {c56e2191-8e89-4314-82fa-665d8c673df7} TCPHandler: Processed in 0.001660046 sec. 2025.07.18 19:17:51.975449 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.975544 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:17:51.975585 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:17:51.975942 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.975978 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.976270 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.976478 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.976602 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2025.07.18 19:17:51.976637 [ 4 ] {342e5143-8bbc-48e8-8200-9997ed54fd0e} TCPHandler: Processed in 0.001235449 sec. 2025.07.18 19:17:51.976753 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.976846 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.976888 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:51.977352 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.977388 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.977706 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:17:51.977915 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.978044 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} executeQuery: Read 307 rows, 20.68 KiB in 0.001215 sec., 252674.89711934156 rows/sec., 16.62 MiB/sec. 2025.07.18 19:17:51.978078 [ 4 ] {992ac2cc-3754-427f-af1f-fd67928dc03a} TCPHandler: Processed in 0.001372631 sec. 2025.07.18 19:17:51.978189 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.978282 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.978323 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:17:51.978633 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.978669 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.978961 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.979157 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.979281 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2025.07.18 19:17:51.979316 [ 4 ] {15e99eb4-9f55-4952-8957-47256a402b08} TCPHandler: Processed in 0.001173868 sec. 2025.07.18 19:17:51.979426 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.979518 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.979571 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:17:51.980426 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.980465 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.981013 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:17:51.981225 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.981357 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} executeQuery: Read 41 rows, 75.23 KiB in 0.001856 sec., 22090.51724137931 rows/sec., 39.59 MiB/sec. 2025.07.18 19:17:51.981406 [ 4 ] {68ac84fa-f5a7-4979-a002-72ab50c2d14a} TCPHandler: Processed in 0.002027681 sec. 2025.07.18 19:17:51.981526 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:51.981619 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:51.981659 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:51.982013 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:51.982049 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:51.982355 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:17:51.982561 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:51.982685 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} executeQuery: Read 102 rows, 6.42 KiB in 0.001084 sec., 94095.9409594096 rows/sec., 5.78 MiB/sec. 2025.07.18 19:17:51.982719 [ 4 ] {e9211f75-60ed-4ed8-84d5-1397b8938077} TCPHandler: Processed in 0.001241128 sec. 2025.07.18 19:17:55.460361 [ 71 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:17:55.460423 [ 71 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:17:55.566622 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 2025.07.18 19:17:55.567112 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:55.567156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:55.567752 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:55.567998 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:55.568126 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.07.18 19:17:56.116965 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.07.18 19:17:56.132880 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:56.132931 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:56.138804 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:17:56.139579 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:56.142210 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.07.18 19:17:56.951041 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:56.951236 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:17:56.951308 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:17:56.951989 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:56.952038 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:56.952438 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:17:56.952686 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:56.952837 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. 2025.07.18 19:17:56.952878 [ 4 ] {77b13ab6-1c5f-4648-9e6b-ee7c9c27b20c} TCPHandler: Processed in 0.001971191 sec. 2025.07.18 19:17:56.952994 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:56.953087 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:17:56.953127 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:17:56.953532 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:56.953568 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:56.953890 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:17:56.954099 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:56.954226 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2025.07.18 19:17:56.954262 [ 4 ] {fe9d70de-c649-4ffa-8527-d9e4caffb772} TCPHandler: Processed in 0.00131584 sec. 2025.07.18 19:17:56.954372 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:56.954464 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:17:56.954508 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:17:56.954920 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:56.954956 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:56.955280 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:17:56.955497 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:56.955624 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.07.18 19:17:56.955660 [ 4 ] {4b576a71-c5da-4b64-8f4b-29b0bc27d21c} TCPHandler: Processed in 0.001334531 sec. 2025.07.18 19:17:56.955769 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:17:56.955861 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:17:56.955901 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:17:56.956232 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:17:56.956268 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:17:56.956571 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:17:56.956791 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:17:56.956916 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.07.18 19:17:56.956950 [ 4 ] {1e09cb46-b3dd-4950-b6e9-6a9dc0dfabe8} TCPHandler: Processed in 0.001228039 sec. 2025.07.18 19:18:00.582160 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 604 2025.07.18 19:18:00.584442 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:00.584490 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:00.585686 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:00.585945 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:00.586107 [ 66 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:18:00.586173 [ 66 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:00.586193 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:00.586201 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2025.07.18 19:18:00.586327 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:18:00.586969 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:00.587120 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 452 rows starting from the beginning of the part 2025.07.18 19:18:00.587497 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:00.587850 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:00.588216 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.07.18 19:18:00.588585 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:00.588916 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:00.595269 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 72 columns (72 merged, 0 gathered) in 0.009009399 sec., 67041.09785791484 rows/sec., 56.96 MiB/sec. 2025.07.18 19:18:00.596029 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:18:00.596517 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:00.596588 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_16_3} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:18:00.596756 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. 2025.07.18 19:18:01.963963 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.964145 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.964215 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:01.965018 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.965067 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.965479 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.965704 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.965852 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} executeQuery: Read 392 rows, 25.47 KiB in 0.001762 sec., 222474.4608399546 rows/sec., 14.11 MiB/sec. 2025.07.18 19:18:01.965894 [ 4 ] {6f48d468-9228-486c-abdb-c86d76e311b5} TCPHandler: Processed in 0.002053222 sec. 2025.07.18 19:18:01.966008 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.966103 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:18:01.966145 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:18:01.966533 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.966568 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.966865 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:18:01.967069 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.967193 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} executeQuery: Read 4 rows, 334.00 B in 0.001109 sec., 3606.853020739405 rows/sec., 294.11 KiB/sec. 2025.07.18 19:18:01.967230 [ 4 ] {d5fee2a9-b5e7-443e-8d0f-a1de6ccd83c5} TCPHandler: Processed in 0.001272709 sec. 2025.07.18 19:18:01.967335 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.967429 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:01.967468 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:01.968213 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.968248 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.968626 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:01.968850 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.968975 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} executeQuery: Read 1151 rows, 94.05 KiB in 0.001564 sec., 735933.5038363171 rows/sec., 58.73 MiB/sec. 2025.07.18 19:18:01.969011 [ 4 ] {83f1e212-17cf-4583-9d2e-904189e6bbb9} TCPHandler: Processed in 0.001725796 sec. 2025.07.18 19:18:01.969118 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.969211 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.969251 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:01.969719 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.969753 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.970065 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.970276 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.970370 [ 59 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.07.18 19:18:01.970403 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} executeQuery: Read 241 rows, 15.14 KiB in 0.00121 sec., 199173.55371900828 rows/sec., 12.22 MiB/sec. 2025.07.18 19:18:01.970426 [ 59 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.970441 [ 4 ] {8cc073ea-3747-4a28-bc3f-358b81e21485} TCPHandler: Processed in 0.001371661 sec. 2025.07.18 19:18:01.970461 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.970563 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.970576 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.07.18 19:18:01.970658 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.970702 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:01.970723 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:01.970763 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 249 rows starting from the beginning of the part 2025.07.18 19:18:01.970829 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:01.970877 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 249 rows starting from the beginning of the part 2025.07.18 19:18:01.970921 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:01.970959 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:01.971007 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 241 rows starting from the beginning of the part 2025.07.18 19:18:01.971154 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.971196 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:01.971606 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.971829 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.971956 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} executeQuery: Read 203 rows, 13.41 KiB in 0.001316 sec., 154255.3191489362 rows/sec., 9.95 MiB/sec. 2025.07.18 19:18:01.971995 [ 4 ] {6d0751e5-5a0f-485e-9321-d32345baa47d} TCPHandler: Processed in 0.001488123 sec. 2025.07.18 19:18:01.972068 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539903 sec., 941617.7512479682 rows/sec., 61.37 MiB/sec. 2025.07.18 19:18:01.972111 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.972212 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.972252 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:01.972272 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.07.18 19:18:01.972544 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.972607 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_15_3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.07.18 19:18:01.972683 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:18:01.972697 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.972731 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.973037 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.973250 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.973373 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} executeQuery: Read 202 rows, 11.75 KiB in 0.00118 sec., 171186.4406779661 rows/sec., 9.72 MiB/sec. 2025.07.18 19:18:01.973410 [ 4 ] {a092893d-d873-415d-85f0-4932e766ecef} TCPHandler: Processed in 0.00134761 sec. 2025.07.18 19:18:01.973519 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.973613 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:01.973653 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:01.974250 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.974282 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.974598 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:01.974787 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.974903 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} executeQuery: Read 697 rows, 50.18 KiB in 0.001359 sec., 512877.11552612216 rows/sec., 36.06 MiB/sec. 2025.07.18 19:18:01.974937 [ 4 ] {f4d81c61-3e99-4e29-a27f-1e65b3042c12} TCPHandler: Processed in 0.001521873 sec. 2025.07.18 19:18:01.975037 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.975198 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:01.975240 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:01.975572 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.975605 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.975899 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.976103 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.976229 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2025.07.18 19:18:01.976264 [ 4 ] {968f1cf8-2771-4678-87ca-b85c32a8a13a} TCPHandler: Processed in 0.001213428 sec. 2025.07.18 19:18:01.976368 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.976461 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.976504 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:01.976916 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.976950 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.977275 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:01.977481 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.977611 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} executeQuery: Read 309 rows, 20.82 KiB in 0.001167 sec., 264781.49100257066 rows/sec., 17.42 MiB/sec. 2025.07.18 19:18:01.977647 [ 4 ] {249ecf40-ca07-41bb-bca5-ce700c1d3e78} TCPHandler: Processed in 0.00132825 sec. 2025.07.18 19:18:01.977771 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.977890 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.977942 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:01.978288 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.978322 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.978633 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.978837 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.978923 [ 59 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.07.18 19:18:01.978955 [ 59 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.978963 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2025.07.18 19:18:01.978972 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.979001 [ 4 ] {ef156c36-7d0b-4487-9463-40e3d121c251} TCPHandler: Processed in 0.00129038 sec. 2025.07.18 19:18:01.979081 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.07.18 19:18:01.979110 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.979210 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.979213 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:01.979265 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.07.18 19:18:01.979269 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:01.979335 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:01.979387 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:01.979425 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:01.979464 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:01.979503 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:01.980106 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.980147 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:01.980312 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.00128623 sec., 11661.988913335874 rows/sec., 785.82 KiB/sec. 2025.07.18 19:18:01.980455 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.07.18 19:18:01.980748 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:18:01.980752 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.980843 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_15_3} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.07.18 19:18:01.980919 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:18:01.981009 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.981155 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} executeQuery: Read 41 rows, 75.23 KiB in 0.001963 sec., 20886.398369842078 rows/sec., 37.43 MiB/sec. 2025.07.18 19:18:01.981208 [ 4 ] {43cf738a-7839-4110-a3a7-250ef31c019a} TCPHandler: Processed in 0.002146583 sec. 2025.07.18 19:18:01.981326 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:01.981420 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:01.981462 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:01.981787 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:01.981821 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:01.982123 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:01.982330 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:01.982454 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} executeQuery: Read 102 rows, 6.42 KiB in 0.001052 sec., 96958.17490494296 rows/sec., 5.96 MiB/sec. 2025.07.18 19:18:01.982489 [ 4 ] {c0a18fc0-32f0-4c30-973b-50bf65e6b65e} TCPHandler: Processed in 0.001211579 sec. 2025.07.18 19:18:03.068377 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 2025.07.18 19:18:03.069206 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:03.069296 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:03.069859 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:18:03.070082 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:03.070211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.07.18 19:18:03.642417 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.07.18 19:18:03.659275 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:03.659325 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.07.18 19:18:03.665753 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:18:03.666458 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:03.669283 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.07.18 19:18:06.951266 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:06.951456 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:06.951523 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:06.952147 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.952195 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.952583 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:18:06.952821 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.952953 [ 52 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:18:06.952974 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} executeQuery: Read 56 rows, 4.41 KiB in 0.001568 sec., 35714.28571428572 rows/sec., 2.74 MiB/sec. 2025.07.18 19:18:06.953022 [ 52 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.953034 [ 4 ] {1bfbcc51-5f2a-4b11-8f2f-05b499794e93} TCPHandler: Processed in 0.00189532 sec. 2025.07.18 19:18:06.953048 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.953146 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:18:06.953160 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:06.953255 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:06.953270 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:06.953291 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1157 rows starting from the beginning of the part 2025.07.18 19:18:06.953328 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:06.953375 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:06.953426 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:18:06.953470 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:06.953515 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:18:06.953558 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:06.953746 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.953782 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.954093 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:18:06.954336 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.954476 [ 51 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:18:06.954492 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2025.07.18 19:18:06.954512 [ 51 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.954531 [ 4 ] {42e3c683-3647-4e5c-8e5b-e41bad3ac134} TCPHandler: Processed in 0.001421892 sec. 2025.07.18 19:18:06.954531 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.954647 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:06.954653 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:18:06.954741 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:06.954790 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:06.954804 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:06.954843 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 727 rows starting from the beginning of the part 2025.07.18 19:18:06.954914 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:06.954958 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 693 rows starting from the beginning of the part 2025.07.18 19:18:06.955001 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:06.955038 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 697 rows starting from the beginning of the part 2025.07.18 19:18:06.955063 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3625 rows, containing 5 columns (5 merged, 0 gathered) in 0.00195673 sec., 1852580.580867059 rows/sec., 154.63 MiB/sec. 2025.07.18 19:18:06.955075 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:06.955203 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.955243 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.955250 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:18:06.955532 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.955599 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_31_6} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:18:06.955659 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.07.18 19:18:06.955782 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:18:06.956013 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.956113 [ 51 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:18:06.956140 [ 51 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.956150 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. 2025.07.18 19:18:06.956157 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.956187 [ 4 ] {a702bb16-f9e6-4983-8fa9-867f25489480} TCPHandler: Processed in 0.001591434 sec. 2025.07.18 19:18:06.956246 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:06.956319 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:06.956373 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:06.956413 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5723 rows starting from the beginning of the part 2025.07.18 19:18:06.956426 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:06.956471 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:06.956481 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:06.956532 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 307 rows starting from the beginning of the part 2025.07.18 19:18:06.956574 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2025.07.18 19:18:06.956612 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 309 rows starting from the beginning of the part 2025.07.18 19:18:06.956653 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:06.956780 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2309 rows, containing 5 columns (5 merged, 0 gathered) in 0.002186963 sec., 1055802.0414611495 rows/sec., 79.04 MiB/sec. 2025.07.18 19:18:06.956821 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.956863 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.956977 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:18:06.957231 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:18:06.957289 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.957382 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_31_6} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:18:06.957457 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.07.18 19:18:06.957490 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.957594 [ 51 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:18:06.957623 [ 51 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:06.957630 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} executeQuery: Read 60 rows, 4.14 KiB in 0.001223 sec., 49059.68928863451 rows/sec., 3.31 MiB/sec. 2025.07.18 19:18:06.957639 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:06.957667 [ 4 ] {c0a8875b-6677-4d36-9bbc-19782c9ac432} TCPHandler: Processed in 0.001414182 sec. 2025.07.18 19:18:06.957717 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:06.957819 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:06.957851 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1926 rows starting from the beginning of the part 2025.07.18 19:18:06.957907 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:06.957955 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:06.958002 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:06.958046 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:06.958092 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:06.959127 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6819 rows, containing 5 columns (5 merged, 0 gathered) in 0.002921005 sec., 2334470.4990234524 rows/sec., 156.43 MiB/sec. 2025.07.18 19:18:06.959278 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 4 columns (4 merged, 0 gathered) in 0.001597545 sec., 1445968.6581598641 rows/sec., 91.87 MiB/sec. 2025.07.18 19:18:06.959511 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:18:06.959657 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:18:06.959808 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.959894 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_31_6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:18:06.959927 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:06.959976 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.07.18 19:18:06.959997 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_31_6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:18:06.960058 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2025.07.18 19:18:10.460465 [ 50 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:18:10.460529 [ 50 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:18:10.570300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 2025.07.18 19:18:10.570809 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:10.570849 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:10.571323 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:18:10.571566 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:10.571695 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.07.18 19:18:10.586451 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 636 2025.07.18 19:18:10.588849 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:10.588896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:10.590076 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:10.590339 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:10.590589 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 636 2025.07.18 19:18:11.169381 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.07.18 19:18:11.187107 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.187160 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.193433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:18:11.194136 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.197233 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.07.18 19:18:11.964596 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.964786 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.964856 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:11.965706 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.965744 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.966130 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.966345 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.966493 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} executeQuery: Read 392 rows, 25.47 KiB in 0.001761 sec., 222600.7950028393 rows/sec., 14.12 MiB/sec. 2025.07.18 19:18:11.966533 [ 4 ] {1b8d12bb-ebbf-4978-8e5b-219d80dc3d65} TCPHandler: Processed in 0.002070762 sec. 2025.07.18 19:18:11.966652 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.966747 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:11.966789 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:11.967689 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.967725 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.968110 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:18:11.968323 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.968447 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} executeQuery: Read 1149 rows, 93.90 KiB in 0.001717 sec., 669190.4484566103 rows/sec., 53.41 MiB/sec. 2025.07.18 19:18:11.968484 [ 4 ] {b87a9bc3-3bdc-48f2-8c2d-ca6fd2605d1d} TCPHandler: Processed in 0.001882479 sec. 2025.07.18 19:18:11.968594 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.968689 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.968729 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:11.969231 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.969264 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.969564 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.969767 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.969893 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} executeQuery: Read 237 rows, 14.86 KiB in 0.001221 sec., 194103.19410319408 rows/sec., 11.88 MiB/sec. 2025.07.18 19:18:11.969929 [ 4 ] {78b7bea3-4171-4617-a6da-2d8461bc1323} TCPHandler: Processed in 0.001384031 sec. 2025.07.18 19:18:11.970038 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.970132 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.970197 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:11.970665 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.970700 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.970997 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.971198 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.971323 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} executeQuery: Read 203 rows, 13.41 KiB in 0.001209 sec., 167907.36145574856 rows/sec., 10.83 MiB/sec. 2025.07.18 19:18:11.971359 [ 4 ] {e1c011be-df9b-4567-88c2-ede49c14efff} TCPHandler: Processed in 0.001371571 sec. 2025.07.18 19:18:11.971466 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.971561 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.971600 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:11.972031 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.972066 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.972369 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.972569 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.972692 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} executeQuery: Read 202 rows, 11.75 KiB in 0.001149 sec., 175805.04786771105 rows/sec., 9.98 MiB/sec. 2025.07.18 19:18:11.972729 [ 4 ] {17229a86-57b1-4074-9678-123853fe022e} TCPHandler: Processed in 0.00131177 sec. 2025.07.18 19:18:11.972839 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.972933 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:11.972972 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:11.973572 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.973608 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.973934 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:18:11.974134 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.974257 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} executeQuery: Read 693 rows, 49.85 KiB in 0.001341 sec., 516778.5234899329 rows/sec., 36.30 MiB/sec. 2025.07.18 19:18:11.974294 [ 4 ] {6b40e1f3-54e3-40d1-87e6-2efa3d118420} TCPHandler: Processed in 0.001504183 sec. 2025.07.18 19:18:11.974403 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.974497 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:11.974538 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:11.974865 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.974899 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.975194 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.975396 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.975486 [ 47 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:18:11.975518 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2025.07.18 19:18:11.975524 [ 47 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.975550 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.975555 [ 4 ] {63c2d366-e9ad-48bf-859b-daa23f806920} TCPHandler: Processed in 0.001200888 sec. 2025.07.18 19:18:11.975633 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:18:11.975666 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.975729 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:11.975758 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.07.18 19:18:11.975761 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.975808 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:11.975810 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:11.975856 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:11.975893 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:11.975930 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:11.975968 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:11.976231 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.976262 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.976570 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:18:11.976609 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001037216 sec., 92555.4561441397 rows/sec., 4.72 MiB/sec. 2025.07.18 19:18:11.976770 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.976794 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:18:11.976898 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} executeQuery: Read 307 rows, 20.68 KiB in 0.001203 sec., 255195.34497090607 rows/sec., 16.79 MiB/sec. 2025.07.18 19:18:11.976937 [ 4 ] {63fd0825-2ad0-423c-a85a-8651e711b4ef} TCPHandler: Processed in 0.001371841 sec. 2025.07.18 19:18:11.977035 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.977184 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.977188 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.977245 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:11.977267 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_16_3} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:18:11.977365 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.07.18 19:18:11.977556 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.977595 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.977897 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.978102 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.978226 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.07.18 19:18:11.978261 [ 4 ] {400466a2-1f4c-4cef-a6c4-188b2b32adee} TCPHandler: Processed in 0.001215489 sec. 2025.07.18 19:18:11.978368 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.978461 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.978513 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:11.979339 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.979375 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.979919 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:18:11.980132 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.980230 [ 47 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.18 19:18:11.980262 [ 47 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.980264 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} executeQuery: Read 41 rows, 75.23 KiB in 0.00182 sec., 22527.472527472528 rows/sec., 40.37 MiB/sec. 2025.07.18 19:18:11.980281 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.980320 [ 4 ] {2b1646db-5ed1-416a-b4db-9db1b3146b43} TCPHandler: Processed in 0.002000931 sec. 2025.07.18 19:18:11.980349 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.07.18 19:18:11.980442 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:11.980503 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:11.980538 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:11.980541 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 421 rows starting from the beginning of the part 2025.07.18 19:18:11.980579 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:11.980642 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2025.07.18 19:18:11.980727 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part 2025.07.18 19:18:11.980807 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part 2025.07.18 19:18:11.980882 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2025.07.18 19:18:11.980907 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:11.980941 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:11.980958 [ 191 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part 2025.07.18 19:18:11.981244 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:18:11.981446 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.981570 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} executeQuery: Read 102 rows, 6.42 KiB in 0.001051 sec., 97050.42816365366 rows/sec., 5.96 MiB/sec. 2025.07.18 19:18:11.981604 [ 4 ] {a556b771-5cf8-4971-a8db-62a5c678ab68} TCPHandler: Processed in 0.001212529 sec. 2025.07.18 19:18:11.996291 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 626 rows, containing 19 columns (19 merged, 0 gathered) in 0.015967965 sec., 39203.492743126626 rows/sec., 70.25 MiB/sec. 2025.07.18 19:18:11.997069 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.18 19:18:11.997486 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:11.997570 [ 190 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_16_3} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.18 19:18:11.997705 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. 2025.07.18 19:18:12.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 226.82 MiB, peak 234.28 MiB, free memory in arenas 0.00 B, will set to 227.84 MiB (RSS), difference: 1.01 MiB 2025.07.18 19:18:16.951405 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:16.951608 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:16.951676 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:16.952363 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:16.952416 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:16.952816 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:18:16.953056 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:16.953220 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} executeQuery: Read 56 rows, 4.41 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.59 MiB/sec. 2025.07.18 19:18:16.953269 [ 4 ] {1cfd70f7-b674-40bc-870e-aefeccc57c15} TCPHandler: Processed in 0.00199447 sec. 2025.07.18 19:18:16.953410 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:16.953513 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:16.953557 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:16.954002 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:16.954036 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:16.954344 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:18:16.954548 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:16.954675 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.07.18 19:18:16.954711 [ 4 ] {e9371c93-2494-4e73-88a7-05df2597d498} TCPHandler: Processed in 0.001353651 sec. 2025.07.18 19:18:16.954832 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:16.954928 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:16.954970 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:16.955400 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:16.955434 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:16.955758 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:18:16.955961 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:16.956088 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.07.18 19:18:16.956123 [ 4 ] {f66a4e49-19c5-415b-8686-604a8e74506f} TCPHandler: Processed in 0.001340401 sec. 2025.07.18 19:18:16.956245 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:16.956339 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:16.956379 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:16.956720 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:16.956754 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:16.957051 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:18:16.957264 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:16.957389 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.07.18 19:18:16.957423 [ 4 ] {15c0ddea-75a6-4956-9d05-902948a2153f} TCPHandler: Processed in 0.001228519 sec. 2025.07.18 19:18:18.071886 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 2025.07.18 19:18:18.072390 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:18.072434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:18.072927 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:18:18.073172 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:18.073304 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.07.18 19:18:18.697405 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.07.18 19:18:18.714885 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:18.714933 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:18.720607 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:18:18.721307 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:18.724170 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.07.18 19:18:20.590894 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 666 2025.07.18 19:18:20.593090 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:20.593134 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:20.594291 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:20.594558 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:20.594822 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 666 2025.07.18 19:18:21.964357 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.964550 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.964621 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:21.965380 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.965418 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.965806 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.966033 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.966147 [ 23 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.18 19:18:21.966177 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} executeQuery: Read 392 rows, 25.47 KiB in 0.001682 sec., 233055.88585017837 rows/sec., 14.79 MiB/sec. 2025.07.18 19:18:21.966185 [ 23 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.966209 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.966219 [ 4 ] {e29be94f-472f-49ec-8464-e64161fb4e29} TCPHandler: Processed in 0.00199313 sec. 2025.07.18 19:18:21.966324 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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.07.18 19:18:21.966337 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.966468 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:21.966472 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:21.966538 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 392 rows starting from the beginning of the part 2025.07.18 19:18:21.966541 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:21.966630 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 392 rows starting from the beginning of the part 2025.07.18 19:18:21.966688 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 392 rows starting from the beginning of the part 2025.07.18 19:18:21.966736 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 392 rows starting from the beginning of the part 2025.07.18 19:18:21.966780 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 392 rows starting from the beginning of the part 2025.07.18 19:18:21.967353 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.967393 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.967763 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:18:21.967989 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.968022 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001746357 sec., 1122336.3836832903 rows/sec., 75.49 MiB/sec. 2025.07.18 19:18:21.968118 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} executeQuery: Read 1149 rows, 93.90 KiB in 0.001665 sec., 690090.0900900901 rows/sec., 55.08 MiB/sec. 2025.07.18 19:18:21.968161 [ 4 ] {11eb95ef-04bd-4c4f-a5d6-a0ad57a10948} TCPHandler: Processed in 0.001872608 sec. 2025.07.18 19:18:21.968199 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.18 19:18:21.968279 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.968377 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.968418 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:21.968467 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.968547 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_17_4} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.18 19:18:21.968618 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:18:21.968890 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.968929 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.969233 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.969446 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.969571 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} executeQuery: Read 237 rows, 14.86 KiB in 0.001212 sec., 195544.55445544556 rows/sec., 11.97 MiB/sec. 2025.07.18 19:18:21.969606 [ 4 ] {5cfa51d9-0a9a-44fd-9a49-dcafaab17b2d} TCPHandler: Processed in 0.001375831 sec. 2025.07.18 19:18:21.969712 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.969805 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.969843 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:21.970294 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.970327 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.970625 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.970835 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.970937 [ 23 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.18 19:18:21.970959 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} executeQuery: Read 203 rows, 13.41 KiB in 0.001172 sec., 173208.19112627985 rows/sec., 11.17 MiB/sec. 2025.07.18 19:18:21.970979 [ 23 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.970995 [ 4 ] {c9f504fa-6a61-443b-bbc5-25ed9dc54f28} TCPHandler: Processed in 0.001330551 sec. 2025.07.18 19:18:21.971004 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.971102 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.971131 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::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.07.18 19:18:21.971194 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.971239 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:21.971276 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:21.971316 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 203 rows starting from the beginning of the part 2025.07.18 19:18:21.971384 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 203 rows starting from the beginning of the part 2025.07.18 19:18:21.971428 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part 2025.07.18 19:18:21.971469 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 203 rows starting from the beginning of the part 2025.07.18 19:18:21.971510 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 203 rows starting from the beginning of the part 2025.07.18 19:18:21.971671 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.971713 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.972026 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.972330 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.972454 [ 23 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.18 19:18:21.972478 [ 23 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.972494 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.972508 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} executeQuery: Read 202 rows, 11.75 KiB in 0.00133 sec., 151879.6992481203 rows/sec., 8.63 MiB/sec. 2025.07.18 19:18:21.972558 [ 4 ] {97bc442c-6003-4ca2-b2f2-bccf1dff36b9} TCPHandler: Processed in 0.001502273 sec. 2025.07.18 19:18:21.972563 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::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.07.18 19:18:21.972619 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 5 columns (5 merged, 0 gathered) in 0.001549204 sec., 655175.1738312063 rows/sec., 44.76 MiB/sec. 2025.07.18 19:18:21.972665 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:21.972692 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.972698 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 202 rows starting from the beginning of the part 2025.07.18 19:18:21.972764 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 202 rows starting from the beginning of the part 2025.07.18 19:18:21.972795 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:21.972804 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 202 rows starting from the beginning of the part 2025.07.18 19:18:21.972799 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.18 19:18:21.972842 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:21.972857 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 202 rows starting from the beginning of the part 2025.07.18 19:18:21.972904 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 202 rows starting from the beginning of the part 2025.07.18 19:18:21.973189 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.973282 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_17_4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.18 19:18:21.973367 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:18:21.973521 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.973563 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.973776 [ 190 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001242389 sec., 812949.8892858839 rows/sec., 49.27 MiB/sec. 2025.07.18 19:18:21.973910 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:18:21.973928 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.18 19:18:21.974178 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.974266 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.974320 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} executeQuery: Read 693 rows, 49.85 KiB in 0.001543 sec., 449125.0810110175 rows/sec., 31.55 MiB/sec. 2025.07.18 19:18:21.974341 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_17_4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.18 19:18:21.974369 [ 4 ] {9467e041-d50c-4c74-a6ba-0a6797ef4fe4} TCPHandler: Processed in 0.001726437 sec. 2025.07.18 19:18:21.974432 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.18 19:18:21.974490 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.974587 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:21.974628 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:21.974965 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.975001 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.975297 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.975499 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.975622 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.07.18 19:18:21.975657 [ 4 ] {b69ccf00-15f0-4f29-b309-a87d492c8f93} TCPHandler: Processed in 0.001215339 sec. 2025.07.18 19:18:21.975763 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.975854 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.975896 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:21.976314 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.976349 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.976669 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:18:21.976872 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.976998 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} executeQuery: Read 307 rows, 20.68 KiB in 0.001162 sec., 264199.6557659208 rows/sec., 17.38 MiB/sec. 2025.07.18 19:18:21.977033 [ 4 ] {3043d27e-c518-4556-9d0a-e92b8c14486f} TCPHandler: Processed in 0.00131734 sec. 2025.07.18 19:18:21.977141 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.977232 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.977273 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:21.977582 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.977614 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.977900 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.978100 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.978224 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2025.07.18 19:18:21.978258 [ 4 ] {5da1e4b5-f10a-4d4e-9f66-0b99cd94cc83} TCPHandler: Processed in 0.001164048 sec. 2025.07.18 19:18:21.978362 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.978453 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.978505 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:21.979292 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.979326 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.979870 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:18:21.980077 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.980207 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} executeQuery: Read 41 rows, 75.23 KiB in 0.001772 sec., 23137.697516930024 rows/sec., 41.46 MiB/sec. 2025.07.18 19:18:21.980256 [ 4 ] {cf9ae7c2-0511-4460-bc7e-6981dae88765} TCPHandler: Processed in 0.00194053 sec. 2025.07.18 19:18:21.980366 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:21.980459 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:21.980499 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:21.980822 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:21.980856 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:21.981155 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:18:21.981354 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:21.981475 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} executeQuery: Read 102 rows, 6.42 KiB in 0.001035 sec., 98550.72463768117 rows/sec., 6.05 MiB/sec. 2025.07.18 19:18:21.981509 [ 4 ] {42cf6ea9-cb34-456b-a5e9-4bde3fd88185} TCPHandler: Processed in 0.001189649 sec. 2025.07.18 19:18:25.460774 [ 33 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:18:25.460843 [ 33 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:18:25.574275 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 2025.07.18 19:18:25.574758 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:25.574800 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:25.575272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:18:25.575508 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:25.575635 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.07.18 19:18:25.575641 [ 33 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:18:25.575705 [ 33 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:25.575727 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:25.575821 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:18:25.575913 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:25.575943 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:18:25.575999 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part 2025.07.18 19:18:25.576042 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part 2025.07.18 19:18:25.576083 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part 2025.07.18 19:18:25.576120 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part 2025.07.18 19:18:25.576158 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part 2025.07.18 19:18:25.577826 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002042422 sec., 5853834.320233527 rows/sec., 83.74 MiB/sec. 2025.07.18 19:18:25.578319 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:18:25.578640 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:25.578723 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_26_5} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:18:25.578844 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.07.18 19:18:26.225125 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.07.18 19:18:26.242582 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.242638 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.248523 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:18:26.249227 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.249552 [ 32 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:18:26.249653 [ 32 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.249691 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.249832 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.252257 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.07.18 19:18:26.253963 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:26.255615 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.260312 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.265060 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.269292 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.273960 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.278243 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:18:26.330186 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080402946 sec., 2437.721622787304 rows/sec., 12.61 MiB/sec. 2025.07.18 19:18:26.332012 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:18:26.333770 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.333860 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_26_5} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:18:26.334983 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.18 19:18:26.950971 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:26.951152 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:26.951218 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:26.951910 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.951950 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.952355 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:18:26.952583 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.952733 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. 2025.07.18 19:18:26.952774 [ 4 ] {81a9582c-a817-4863-a65c-00d6de4692f1} TCPHandler: Processed in 0.001929809 sec. 2025.07.18 19:18:26.952907 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:26.953003 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:26.953043 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:26.953468 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.953502 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.953804 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:18:26.954015 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.954143 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. 2025.07.18 19:18:26.954179 [ 4 ] {027701bd-64a6-440a-a021-60f741d4811b} TCPHandler: Processed in 0.001322821 sec. 2025.07.18 19:18:26.954303 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:26.954397 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:26.954441 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:26.954860 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.954894 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.955218 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:18:26.955424 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.955551 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.07.18 19:18:26.955587 [ 4 ] {f149d0b6-0174-4a1c-8e5e-805673407402} TCPHandler: Processed in 0.001333351 sec. 2025.07.18 19:18:26.955701 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:26.955795 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:26.955837 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:26.956177 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:26.956211 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:26.956504 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:18:26.956723 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:26.956850 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.07.18 19:18:26.956884 [ 4 ] {2ce1d7be-325b-40fb-adc0-772daddfdec6} TCPHandler: Processed in 0.001232739 sec. 2025.07.18 19:18:27.000176 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 229.40 MiB, peak 239.66 MiB, free memory in arenas 0.00 B, will set to 235.20 MiB (RSS), difference: 5.81 MiB 2025.07.18 19:18:30.595865 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 696 2025.07.18 19:18:30.598051 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:30.598093 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:30.599255 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:30.599508 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:30.599760 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 696 2025.07.18 19:18:31.964568 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.964767 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.964839 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:31.965662 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.965703 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.966087 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.966315 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.966529 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} executeQuery: Read 392 rows, 25.47 KiB in 0.001816 sec., 215859.03083700442 rows/sec., 13.69 MiB/sec. 2025.07.18 19:18:31.966573 [ 4 ] {13dba191-98a4-4e2c-baac-6c68af5008bb} TCPHandler: Processed in 0.002140443 sec. 2025.07.18 19:18:31.966697 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.966793 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:18:31.966836 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:18:31.967281 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.967318 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.967616 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:18:31.967844 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.967980 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} executeQuery: Read 12 rows, 1002.00 B in 0.001206 sec., 9950.248756218905 rows/sec., 811.37 KiB/sec. 2025.07.18 19:18:31.968018 [ 4 ] {19d99934-bdac-4ddb-90fb-5a00e4d7da98} TCPHandler: Processed in 0.001371321 sec. 2025.07.18 19:18:31.968144 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.968239 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:31.968278 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:31.969129 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.969167 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.969540 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:18:31.969769 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.969871 [ 24 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:18:31.969891 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} executeQuery: Read 1155 rows, 94.34 KiB in 0.001701 sec., 679012.3456790124 rows/sec., 54.16 MiB/sec. 2025.07.18 19:18:31.969934 [ 24 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.969943 [ 4 ] {a191ecf9-14b3-4cf0-9aab-e74a0f1da5c5} TCPHandler: Processed in 0.001883249 sec. 2025.07.18 19:18:31.969961 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.970065 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.970073 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:18:31.970159 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.970202 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:31.970202 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:31.970253 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1157 rows starting from the beginning of the part 2025.07.18 19:18:31.970318 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:18:31.970367 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:31.970476 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:18:31.970518 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:31.970561 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:18:31.970765 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.970808 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.971264 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.971512 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.971652 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} executeQuery: Read 249 rows, 15.70 KiB in 0.001463 sec., 170198.22282980176 rows/sec., 10.48 MiB/sec. 2025.07.18 19:18:31.971692 [ 4 ] {ff431a65-2bbc-4dd2-80f0-3fcded7ee328} TCPHandler: Processed in 0.001634885 sec. 2025.07.18 19:18:31.971808 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.971903 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.971943 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:31.972402 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.972405 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4722 rows, containing 5 columns (5 merged, 0 gathered) in 0.002341936 sec., 2016280.5473761878 rows/sec., 168.42 MiB/sec. 2025.07.18 19:18:31.972441 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.972642 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:18:31.972875 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.973027 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.973125 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.973144 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_36_7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:18:31.973252 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.07.18 19:18:31.973268 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} executeQuery: Read 203 rows, 13.41 KiB in 0.001383 sec., 146782.3571945047 rows/sec., 9.47 MiB/sec. 2025.07.18 19:18:31.973316 [ 4 ] {febdb849-4997-4cfa-b907-0ce0591cdcc3} TCPHandler: Processed in 0.001556384 sec. 2025.07.18 19:18:31.973431 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.973519 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.973557 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:31.973972 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.974006 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.974325 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.974603 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.974729 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} executeQuery: Read 202 rows, 11.75 KiB in 0.001222 sec., 165302.7823240589 rows/sec., 9.39 MiB/sec. 2025.07.18 19:18:31.974768 [ 4 ] {cae03035-f4fd-4e16-9562-8911185c8b7d} TCPHandler: Processed in 0.001385551 sec. 2025.07.18 19:18:31.974885 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.974980 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:31.975018 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:31.975621 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.975659 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.976015 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:18:31.976222 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.976339 [ 42 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:18:31.976350 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} executeQuery: Read 705 rows, 50.83 KiB in 0.001388 sec., 507925.07204610953 rows/sec., 35.76 MiB/sec. 2025.07.18 19:18:31.976386 [ 42 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.976406 [ 4 ] {97769247-dcf0-45e6-8a63-c842e43d5e08} TCPHandler: Processed in 0.001569635 sec. 2025.07.18 19:18:31.976412 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.976493 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:18:31.976534 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.976575 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:31.976604 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 727 rows starting from the beginning of the part 2025.07.18 19:18:31.976633 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:31.976648 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 693 rows starting from the beginning of the part 2025.07.18 19:18:31.976684 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:31.976693 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:31.976738 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 693 rows starting from the beginning of the part 2025.07.18 19:18:31.976772 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:31.976804 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 705 rows starting from the beginning of the part 2025.07.18 19:18:31.977038 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.977081 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.977420 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.977661 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.977796 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} executeQuery: Read 6 rows, 321.00 B in 0.001205 sec., 4979.253112033195 rows/sec., 260.15 KiB/sec. 2025.07.18 19:18:31.977831 [ 4 ] {e298de23-5030-46f1-ae39-8aedcbc8cb5b} TCPHandler: Processed in 0.001371411 sec. 2025.07.18 19:18:31.977936 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.977963 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528923 sec., 1926846.5449208366 rows/sec., 143.64 MiB/sec. 2025.07.18 19:18:31.978025 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.978069 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:31.978135 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:18:31.978374 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.978502 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_36_7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:18:31.978549 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.978576 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.07.18 19:18:31.978584 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.978970 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:18:31.979197 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.979301 [ 24 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:18:31.979326 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} executeQuery: Read 313 rows, 21.10 KiB in 0.00128 sec., 244531.24999999997 rows/sec., 16.10 MiB/sec. 2025.07.18 19:18:31.979339 [ 24 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.979366 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.979370 [ 4 ] {a95f6f34-1ff5-4260-8e9e-6ad268c97b44} TCPHandler: Processed in 0.001448432 sec. 2025.07.18 19:18:31.979448 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:31.979495 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.979576 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:31.979594 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.979614 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6819 rows starting from the beginning of the part 2025.07.18 19:18:31.979640 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:31.979685 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 307 rows starting from the beginning of the part 2025.07.18 19:18:31.979741 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:31.979784 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 307 rows starting from the beginning of the part 2025.07.18 19:18:31.979825 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:31.979866 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 313 rows starting from the beginning of the part 2025.07.18 19:18:31.979968 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.980008 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.980357 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.980579 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.980716 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} executeQuery: Read 1 rows, 69.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 59.11 KiB/sec. 2025.07.18 19:18:31.980753 [ 4 ] {b42c5a22-2fb3-4102-9303-fb4013677e42} TCPHandler: Processed in 0.001307 sec. 2025.07.18 19:18:31.980864 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.980957 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.981012 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:31.981799 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.981833 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:31.982521 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:18:31.982760 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.982910 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} executeQuery: Read 41 rows, 75.23 KiB in 0.00197 sec., 20812.18274111675 rows/sec., 37.29 MiB/sec. 2025.07.18 19:18:31.982941 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 8066 rows, containing 5 columns (5 merged, 0 gathered) in 0.003528114 sec., 2286207.305092749 rows/sec., 153.12 MiB/sec. 2025.07.18 19:18:31.982964 [ 4 ] {93cf2056-bccf-4a51-aebc-f996869c4b49} TCPHandler: Processed in 0.002147543 sec. 2025.07.18 19:18:31.983093 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:31.983188 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:31.983228 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:31.983508 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:18:31.983576 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.983611 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.983754 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.983815 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_36_7} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:18:31.983881 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2025.07.18 19:18:31.983922 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:18:31.984142 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.984265 [ 24 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:18:31.984280 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} executeQuery: Read 102 rows, 6.42 KiB in 0.00111 sec., 91891.89189189188 rows/sec., 5.65 MiB/sec. 2025.07.18 19:18:31.984306 [ 24 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:31.984326 [ 4 ] {e5fa97db-5747-4716-906e-e7cd4859b04c} TCPHandler: Processed in 0.00128238 sec. 2025.07.18 19:18:31.984330 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:31.984466 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:31.984622 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:31.984658 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2310 rows starting from the beginning of the part 2025.07.18 19:18:31.984725 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:31.984769 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:31.984809 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:31.984846 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:31.984883 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:31.986046 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 4 columns (4 merged, 0 gathered) in 0.001685776 sec., 1622991.4294663111 rows/sec., 103.01 MiB/sec. 2025.07.18 19:18:31.986330 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:18:31.986640 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:31.986710 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_36_7} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:18:31.986788 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:18:33.076124 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 2025.07.18 19:18:33.076920 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:33.076984 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:33.077592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:18:33.077824 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:33.077947 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.07.18 19:18:33.752726 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.07.18 19:18:33.767856 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:33.767910 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.07.18 19:18:33.773824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:18:33.774533 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:33.777180 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.07.18 19:18:36.952019 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:36.952228 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:36.952304 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:36.953023 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:36.953068 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:36.953485 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:18:36.953738 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:36.953904 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. 2025.07.18 19:18:36.953954 [ 4 ] {00e881ca-3a47-4875-99b8-603a3aa1e985} TCPHandler: Processed in 0.002068402 sec. 2025.07.18 19:18:36.954078 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:36.954181 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:36.954225 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:36.954667 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:36.954706 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:36.955020 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:18:36.955244 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:36.955381 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} executeQuery: Read 64 rows, 5.12 KiB in 0.001223 sec., 52330.335241210145 rows/sec., 4.08 MiB/sec. 2025.07.18 19:18:36.955419 [ 4 ] {11f2268a-0d26-4a0d-9eeb-2199bf2782aa} TCPHandler: Processed in 0.001391842 sec. 2025.07.18 19:18:36.955536 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:36.955632 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:36.955676 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:36.956096 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:36.956132 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:36.956466 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:18:36.956679 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:36.956812 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.07.18 19:18:36.956850 [ 4 ] {532e4af7-8b14-4754-a13e-3ec9182b1ec0} TCPHandler: Processed in 0.001363971 sec. 2025.07.18 19:18:36.956953 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:36.957046 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:36.957088 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:36.957428 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:36.957465 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:36.957782 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:18:36.958011 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:36.958144 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.07.18 19:18:36.958180 [ 4 ] {d93d1ffa-a1fd-4688-b910-dbf19802ad5a} TCPHandler: Processed in 0.00127571 sec. 2025.07.18 19:18:40.461097 [ 97 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:18:40.461163 [ 97 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:18:40.578087 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 2025.07.18 19:18:40.578623 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:40.578671 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:40.579204 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:18:40.579449 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:40.579590 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.07.18 19:18:40.600355 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 728 2025.07.18 19:18:40.602598 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:40.602639 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:40.603810 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:40.604073 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:40.604323 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 728 2025.07.18 19:18:41.277301 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.07.18 19:18:41.293644 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.293704 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.299481 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:18:41.300170 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.302992 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.07.18 19:18:41.964457 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.964656 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.964732 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:41.965598 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.965642 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.966049 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.966276 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.966430 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} executeQuery: Read 392 rows, 25.47 KiB in 0.001828 sec., 214442.01312910285 rows/sec., 13.60 MiB/sec. 2025.07.18 19:18:41.966472 [ 4 ] {21bd1908-832d-4497-8666-8ddcab6f2d93} TCPHandler: Processed in 0.002148993 sec. 2025.07.18 19:18:41.966658 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.966754 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:41.966797 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:41.967635 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.967672 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.968033 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:18:41.968238 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.968370 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} executeQuery: Read 1149 rows, 93.90 KiB in 0.001635 sec., 702752.2935779816 rows/sec., 56.09 MiB/sec. 2025.07.18 19:18:41.968408 [ 4 ] {063a635a-0968-41ce-81fe-e912b3c4f5ba} TCPHandler: Processed in 0.001800868 sec. 2025.07.18 19:18:41.968532 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.968627 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.968668 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:41.969240 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.969277 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.969582 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.969844 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.969976 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} executeQuery: Read 237 rows, 14.86 KiB in 0.001367 sec., 173372.3482077542 rows/sec., 10.62 MiB/sec. 2025.07.18 19:18:41.970014 [ 4 ] {bdfb9ab9-dbac-48ec-89ce-bfe25c06acd3} TCPHandler: Processed in 0.001532074 sec. 2025.07.18 19:18:41.970131 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.970232 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.970272 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:41.970751 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.970787 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.971083 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.971282 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.971406 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} executeQuery: Read 203 rows, 13.41 KiB in 0.001192 sec., 170302.0134228188 rows/sec., 10.98 MiB/sec. 2025.07.18 19:18:41.971443 [ 4 ] {1260fa22-54cd-4ef0-8838-b6da081f0a0d} TCPHandler: Processed in 0.001360941 sec. 2025.07.18 19:18:41.971552 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.971644 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.971690 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:41.972128 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.972164 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.972453 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.972656 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.972787 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} executeQuery: Read 202 rows, 11.75 KiB in 0.00116 sec., 174137.93103448275 rows/sec., 9.89 MiB/sec. 2025.07.18 19:18:41.972823 [ 4 ] {edc887cb-5779-411f-b47d-f6ef79546648} TCPHandler: Processed in 0.00131728 sec. 2025.07.18 19:18:41.972933 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.973023 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:41.973062 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:41.973637 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.973679 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.973991 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:18:41.974209 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.974335 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} executeQuery: Read 693 rows, 49.85 KiB in 0.001329 sec., 521444.69525959366 rows/sec., 36.63 MiB/sec. 2025.07.18 19:18:41.974372 [ 4 ] {19ceddf9-b288-458c-9c63-99bdd421ea37} TCPHandler: Processed in 0.001485783 sec. 2025.07.18 19:18:41.974482 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.974573 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:41.974613 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:41.974945 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.974980 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.975288 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.975482 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.975604 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2025.07.18 19:18:41.975639 [ 4 ] {e66529ae-1b03-4656-8189-d4126b279797} TCPHandler: Processed in 0.001203838 sec. 2025.07.18 19:18:41.975746 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.975838 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.975878 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:41.976304 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.976339 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.976653 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:18:41.976863 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.976994 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} executeQuery: Read 307 rows, 20.68 KiB in 0.001174 sec., 261499.14821124362 rows/sec., 17.20 MiB/sec. 2025.07.18 19:18:41.977029 [ 4 ] {01c1f4b3-8000-431f-8673-b84a01d16d95} TCPHandler: Processed in 0.001329901 sec. 2025.07.18 19:18:41.977136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.977227 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.977268 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:41.977571 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.977606 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.977894 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.978087 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.978208 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2025.07.18 19:18:41.978242 [ 4 ] {3fe4b77e-df9a-4292-b470-81916b08dbad} TCPHandler: Processed in 0.001153127 sec. 2025.07.18 19:18:41.978348 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.978439 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.978491 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:41.979297 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.979332 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.979890 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:18:41.980096 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.980225 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} executeQuery: Read 41 rows, 75.23 KiB in 0.001803 sec., 22739.87798114254 rows/sec., 40.75 MiB/sec. 2025.07.18 19:18:41.980275 [ 4 ] {3daefb1e-28c7-4d88-9201-d76e23bba8ae} TCPHandler: Processed in 0.00197338 sec. 2025.07.18 19:18:41.980388 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:41.980480 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:41.980520 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:41.980861 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:41.980896 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:41.981184 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:18:41.981382 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:41.981506 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} executeQuery: Read 102 rows, 6.42 KiB in 0.001044 sec., 97701.14942528735 rows/sec., 6.00 MiB/sec. 2025.07.18 19:18:41.981540 [ 4 ] {061edaf3-26e5-4dd8-8c12-cf9565c6b792} TCPHandler: Processed in 0.001199448 sec. 2025.07.18 19:18:42.000398 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 238.63 MiB, peak 241.85 MiB, free memory in arenas 0.00 B, will set to 237.39 MiB (RSS), difference: -1.25 MiB 2025.07.18 19:18:44.559735 [ 89 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:18:44.559801 [ 89 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:44.559823 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:44.559948 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:18:44.560110 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:44.560145 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.07.18 19:18:44.560215 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.07.18 19:18:44.560261 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.07.18 19:18:44.560302 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.07.18 19:18:44.560340 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.07.18 19:18:44.561086 [ 189 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198839 sec., 33365.614565425385 rows/sec., 2.78 MiB/sec. 2025.07.18 19:18:44.561264 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:18:44.561589 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:44.561670 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_5_1} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:18:44.561779 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:18:46.952452 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.952652 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:46.952718 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:46.953383 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:46.953432 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:46.953830 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:18:46.954069 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:46.954222 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. 2025.07.18 19:18:46.954263 [ 4 ] {dcd7d1f5-fc39-42c7-b41d-ae039e8bddbb} TCPHandler: Processed in 0.00193993 sec. 2025.07.18 19:18:46.954389 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.954485 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:46.954524 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:46.954963 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:46.954998 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:46.955300 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:18:46.955510 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:46.955643 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2025.07.18 19:18:46.955690 [ 4 ] {f069a7d0-2aa1-435e-b907-b8cbece85b28} TCPHandler: Processed in 0.00134944 sec. 2025.07.18 19:18:46.955828 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.955924 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:46.955968 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:46.956388 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:46.956422 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:46.956738 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:18:46.956940 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:46.957066 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.07.18 19:18:46.957102 [ 4 ] {a52b8d16-b279-4462-8801-712600c0f654} TCPHandler: Processed in 0.00132981 sec. 2025.07.18 19:18:46.957214 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.957314 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:46.957358 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:46.957702 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:46.957736 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:46.958030 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:18:46.958233 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:46.958362 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.07.18 19:18:46.958396 [ 4 ] {00633ef3-95ae-408f-99b6-2b93cc555332} TCPHandler: Processed in 0.001231659 sec. 2025.07.18 19:18:46.976147 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.976297 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.976579 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.976617 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.976844 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.976905 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.977033 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.07.18 19:18:46.977241 [ 289 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.977268 [ 294 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.977248 [ 290 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.977246 [ 293 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.977438 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.977463 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.977545 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.977564 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.977597 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.977634 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.977672 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.978443 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} executeQuery: Read 34 rows, 1.31 KiB in 0.002211 sec., 15377.657168701946 rows/sec., 591.86 KiB/sec. 2025.07.18 19:18:46.978563 [ 4 ] {f41b76ac-1901-405e-af2b-ea48408fd0c7} TCPHandler: Processed in 0.002471498 sec. 2025.07.18 19:18:46.978828 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.978966 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.979186 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.979222 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.979422 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.979475 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.979581 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.07.18 19:18:46.979641 [ 289 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.979658 [ 294 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.979651 [ 290 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.979652 [ 293 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.979796 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.979832 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.979921 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.979944 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.979982 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.980021 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.980055 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.980729 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} executeQuery: Read 34 rows, 1.31 KiB in 0.001818 sec., 18701.870187018703 rows/sec., 719.80 KiB/sec. 2025.07.18 19:18:46.980865 [ 4 ] {9193d669-3c8c-406e-9890-d1a423a6c657} TCPHandler: Processed in 0.002087182 sec. 2025.07.18 19:18:46.981087 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.981243 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.981509 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.981553 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.981814 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.981875 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.981997 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.07.18 19:18:46.982064 [ 289 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.982077 [ 294 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.982076 [ 293 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.982070 [ 290 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.982202 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.982233 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.982324 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.982353 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.982398 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.982442 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.982482 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.983211 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} executeQuery: Read 34 rows, 1.31 KiB in 0.002038 sec., 16683.022571148187 rows/sec., 642.10 KiB/sec. 2025.07.18 19:18:46.983346 [ 4 ] {37869521-58f3-4a91-8690-1cb0c8f18ed4} TCPHandler: Processed in 0.002315526 sec. 2025.07.18 19:18:46.983578 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.983749 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.984036 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.984081 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.984345 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.984406 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.984526 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.07.18 19:18:46.984594 [ 290 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.984596 [ 294 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.984596 [ 289 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.984602 [ 293 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.984725 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.984754 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.984839 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.984861 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.984898 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.984937 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.984974 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.985622 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} executeQuery: Read 34 rows, 1.31 KiB in 0.001955 sec., 17391.304347826084 rows/sec., 669.36 KiB/sec. 2025.07.18 19:18:46.985755 [ 4 ] {9a443ae3-1f42-46ba-a258-4f8f657aca0d} TCPHandler: Processed in 0.002232874 sec. 2025.07.18 19:18:46.985969 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.986124 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.986400 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.986444 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.986706 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.986767 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.986890 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.07.18 19:18:46.986952 [ 289 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.986962 [ 294 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.986967 [ 293 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.986961 [ 290 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.987088 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.987123 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.987211 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.987234 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.987272 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.987318 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.987359 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.987984 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} executeQuery: Read 34 rows, 1.31 KiB in 0.00193 sec., 17616.58031088083 rows/sec., 678.03 KiB/sec. 2025.07.18 19:18:46.988118 [ 4 ] {b6fdc4a5-6861-4967-bc2b-ddb3733d583c} TCPHandler: Processed in 0.002205184 sec. 2025.07.18 19:18:46.988346 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:46.988506 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} executeQuery: (from [fd00:1122:3344:101::d]:59390) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.07.18 19:18:46.988792 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:18:46.988838 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.07.18 19:18:46.989104 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:46.989165 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:18:46.989284 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.07.18 19:18:46.989345 [ 289 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:18:46.989356 [ 294 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:18:46.989361 [ 293 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.07.18 19:18:46.989354 [ 290 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.18 19:18:46.989478 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.07.18 19:18:46.989508 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:18:46.989594 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:18:46.989615 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.07.18 19:18:46.989652 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.989691 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.989730 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.07.18 19:18:46.990349 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} executeQuery: Read 34 rows, 1.31 KiB in 0.00192 sec., 17708.333333333332 rows/sec., 681.56 KiB/sec. 2025.07.18 19:18:46.990484 [ 4 ] {324b73db-7787-4465-beec-913221eb7d7b} TCPHandler: Processed in 0.002194874 sec. 2025.07.18 19:18:47.266384 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:47.266555 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:18:47.266624 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:18:47.267370 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:47.267411 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:47.267853 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:18:47.268048 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:47.268210 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} executeQuery: Read 6 rows, 1.34 KiB in 0.001703 sec., 3523.194362889019 rows/sec., 784.46 KiB/sec. 2025.07.18 19:18:47.268252 [ 4 ] {cdb216ad-2fdc-43ec-aa7c-725588f7e529} TCPHandler: Processed in 0.001994991 sec. 2025.07.18 19:18:47.268375 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:47.268469 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:47.268510 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:47.269547 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:47.269582 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:47.269961 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:18:47.270167 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:47.270299 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} executeQuery: Read 1140 rows, 96.56 KiB in 0.001849 sec., 616549.4862087615 rows/sec., 51.00 MiB/sec. 2025.07.18 19:18:47.270338 [ 4 ] {4f810859-caa9-43c7-bd40-852137d6a752} TCPHandler: Processed in 0.002011891 sec. 2025.07.18 19:18:47.270458 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:47.270552 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:47.270593 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:47.271082 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:47.271118 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:47.271419 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:47.271646 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:47.271778 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} executeQuery: Read 228 rows, 15.81 KiB in 0.001245 sec., 183132.5301204819 rows/sec., 12.40 MiB/sec. 2025.07.18 19:18:47.271815 [ 4 ] {be50f4d0-9703-4991-9028-22a4c0d10830} TCPHandler: Processed in 0.001406422 sec. 2025.07.18 19:18:47.271923 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:47.272018 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:47.272057 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:47.272633 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:47.272668 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:47.273053 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:18:47.273293 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:47.273422 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} executeQuery: Read 456 rows, 34.29 KiB in 0.001422 sec., 320675.105485232 rows/sec., 23.55 MiB/sec. 2025.07.18 19:18:47.273459 [ 4 ] {27a4c4e1-a027-47ce-bfa6-6734c76ab1dc} TCPHandler: Processed in 0.001582865 sec. 2025.07.18 19:18:47.273567 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:47.273661 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:47.273705 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:47.275781 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:47.275816 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:47.276691 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:18:47.276929 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:47.277062 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} executeQuery: Read 7644 rows, 522.54 KiB in 0.00342 sec., 2235087.719298246 rows/sec., 149.21 MiB/sec. 2025.07.18 19:18:47.277102 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2025.07.18 19:18:47.277115 [ 4 ] {f66a0fa4-da05-4369-8324-9b92e1f8aca3} TCPHandler: Processed in 0.003596605 sec. 2025.07.18 19:18:48.079664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 2025.07.18 19:18:48.080169 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:48.080216 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:48.080701 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:18:48.080956 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:48.081093 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.07.18 19:18:48.803050 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.07.18 19:18:48.820932 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:48.821002 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:48.826715 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:18:48.827418 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:48.830560 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.07.18 19:18:50.604507 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 780 2025.07.18 19:18:50.607161 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:50.607207 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:50.608394 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:18:50.608664 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:50.608832 [ 45 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:18:50.608918 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 780 2025.07.18 19:18:50.608925 [ 45 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:50.608980 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:50.609178 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:18:50.610024 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:50.610200 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 604 rows starting from the beginning of the part 2025.07.18 19:18:50.610587 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.07.18 19:18:50.610956 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:50.611299 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part 2025.07.18 19:18:50.611623 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2025.07.18 19:18:50.611947 [ 190 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part 2025.07.18 19:18:50.617645 [ 189 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 72 columns (72 merged, 0 gathered) in 0.008546782 sec., 91262.41900167806 rows/sec., 76.47 MiB/sec. 2025.07.18 19:18:50.619040 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:18:50.619644 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:50.619724 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_21_4} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:18:50.619968 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2025.07.18 19:18:51.963559 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.963760 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.963833 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:18:51.964670 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.964721 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.965116 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.965355 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.965511 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} executeQuery: Read 392 rows, 25.47 KiB in 0.001805 sec., 217174.51523545707 rows/sec., 13.78 MiB/sec. 2025.07.18 19:18:51.965553 [ 4 ] {1237093b-085d-47fe-b2a8-43f803dbf986} TCPHandler: Processed in 0.002126873 sec. 2025.07.18 19:18:51.965677 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.965784 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:51.965825 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:51.967066 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.967103 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.967474 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:18:51.967692 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.967811 [ 170 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:18:51.967822 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} executeQuery: Read 1149 rows, 93.90 KiB in 0.002056 sec., 558852.140077821 rows/sec., 44.60 MiB/sec. 2025.07.18 19:18:51.967892 [ 170 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.967907 [ 4 ] {68f43ed6-4b50-4246-a96f-ef7f02899638} TCPHandler: Processed in 0.002279025 sec. 2025.07.18 19:18:51.967926 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.968054 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:18:51.968061 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.968182 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:51.968188 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.968225 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1157 rows starting from the beginning of the part 2025.07.18 19:18:51.968242 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:18:51.968304 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:51.968362 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:18:51.968413 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2025.07.18 19:18:51.968459 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1140 rows starting from the beginning of the part 2025.07.18 19:18:51.968503 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:18:51.968827 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.968869 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.969182 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.969394 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.969526 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} executeQuery: Read 237 rows, 14.86 KiB in 0.001357 sec., 174649.96315401624 rows/sec., 10.69 MiB/sec. 2025.07.18 19:18:51.969563 [ 4 ] {d0862c5f-bc91-4a12-9c12-761060f55d99} TCPHandler: Processed in 0.001550564 sec. 2025.07.18 19:18:51.969560 [ 57 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.07.18 19:18:51.969633 [ 57 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.969653 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.969678 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.969774 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.07.18 19:18:51.969785 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.969849 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:18:51.969914 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:51.969951 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 253 rows starting from the beginning of the part 2025.07.18 19:18:51.970024 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:51.970070 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:51.970109 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 249 rows starting from the beginning of the part 2025.07.18 19:18:51.970154 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:51.970197 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part 2025.07.18 19:18:51.970362 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.970387 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4707 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378407 sec., 1979055.7293179848 rows/sec., 166.73 MiB/sec. 2025.07.18 19:18:51.970404 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:18:51.970763 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:18:51.970884 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:18:51.971132 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.971156 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.971219 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_41_8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:18:51.971255 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 1450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001534693 sec., 944814.3700401318 rows/sec., 61.58 MiB/sec. 2025.07.18 19:18:51.971298 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} executeQuery: Read 203 rows, 13.41 KiB in 0.00153 sec., 132679.73856209152 rows/sec., 8.56 MiB/sec. 2025.07.18 19:18:51.971318 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.07.18 19:18:51.971335 [ 4 ] {f3cdb13f-dca2-4798-9e68-2086deb4fe60} TCPHandler: Processed in 0.001705026 sec. 2025.07.18 19:18:51.971433 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.07.18 19:18:51.971450 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.971550 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.971593 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:18:51.971705 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.971782 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_20_4} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.07.18 19:18:51.971865 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:18:51.972101 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.972142 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.972457 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.972679 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.972813 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} executeQuery: Read 202 rows, 11.75 KiB in 0.00128 sec., 157812.5 rows/sec., 8.96 MiB/sec. 2025.07.18 19:18:51.972850 [ 4 ] {a8c21ccd-67c3-41de-b2db-03e4a2ea2954} TCPHandler: Processed in 0.001447402 sec. 2025.07.18 19:18:51.972963 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.973055 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:51.973095 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:51.973858 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.973894 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.974227 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:18:51.974430 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.974533 [ 170 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:18:51.974554 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} executeQuery: Read 693 rows, 49.85 KiB in 0.001516 sec., 457124.01055408973 rows/sec., 32.11 MiB/sec. 2025.07.18 19:18:51.974568 [ 170 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.974594 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.974598 [ 4 ] {994ab551-c226-4399-86a9-e8028386861f} TCPHandler: Processed in 0.001683726 sec. 2025.07.18 19:18:51.974690 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:18:51.974725 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.974801 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:51.974827 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:18:51.974838 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 727 rows starting from the beginning of the part 2025.07.18 19:18:51.974877 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:18:51.974910 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:51.974967 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 693 rows starting from the beginning of the part 2025.07.18 19:18:51.975012 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2025.07.18 19:18:51.975057 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 456 rows starting from the beginning of the part 2025.07.18 19:18:51.975102 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 693 rows starting from the beginning of the part 2025.07.18 19:18:51.975224 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.975267 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.975611 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.975840 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.975975 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. 2025.07.18 19:18:51.976009 [ 4 ] {f90ce138-03c1-4c60-b4a4-d9e4f3309769} TCPHandler: Processed in 0.001336151 sec. 2025.07.18 19:18:51.976131 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.976224 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.976266 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:51.976316 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2697 rows, containing 5 columns (5 merged, 0 gathered) in 0.001664316 sec., 1620485.5327954546 rows/sec., 121.67 MiB/sec. 2025.07.18 19:18:51.976468 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:18:51.976706 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.976742 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.976766 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_41_8} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:18:51.976784 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.976835 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.07.18 19:18:51.977139 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:18:51.977373 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.977492 [ 155 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:18:51.977501 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} executeQuery: Read 307 rows, 20.68 KiB in 0.001294 sec., 237248.84080370943 rows/sec., 15.61 MiB/sec. 2025.07.18 19:18:51.977529 [ 155 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.977544 [ 4 ] {19d0b271-100c-4165-a26e-c34161434705} TCPHandler: Processed in 0.001468572 sec. 2025.07.18 19:18:51.977548 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.977621 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:51.977655 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.977705 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:51.977733 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 8066 rows starting from the beginning of the part 2025.07.18 19:18:51.977755 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.977800 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:51.977801 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:18:51.977844 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 307 rows starting from the beginning of the part 2025.07.18 19:18:51.977885 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:18:51.977923 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 7644 rows starting from the beginning of the part 2025.07.18 19:18:51.977960 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 307 rows starting from the beginning of the part 2025.07.18 19:18:51.978123 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.978157 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.978459 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.978677 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.978793 [ 155 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.07.18 19:18:51.978806 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} executeQuery: Read 1 rows, 69.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 62.68 KiB/sec. 2025.07.18 19:18:51.978826 [ 155 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.978844 [ 4 ] {337d9839-796a-4d19-8cd0-8d88484175ff} TCPHandler: Processed in 0.001236989 sec. 2025.07.18 19:18:51.978845 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.978936 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.07.18 19:18:51.978953 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.979034 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:51.979056 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.979064 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part 2025.07.18 19:18:51.979123 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:18:51.979126 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:51.979180 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:51.979214 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:51.979246 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:51.979281 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:51.979966 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001062826 sec., 18817.755681550883 rows/sec., 1.24 MiB/sec. 2025.07.18 19:18:51.980027 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.980065 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.980079 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.07.18 19:18:51.980355 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.980424 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_20_4} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.07.18 19:18:51.980487 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:18:51.980737 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:18:51.980977 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.981114 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} executeQuery: Read 41 rows, 75.23 KiB in 0.002076 sec., 19749.518304431596 rows/sec., 35.39 MiB/sec. 2025.07.18 19:18:51.981167 [ 4 ] {68b33b63-bd52-4680-b958-1acbdf9affba} TCPHandler: Processed in 0.002262655 sec. 2025.07.18 19:18:51.981282 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:51.981377 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:51.981417 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:51.981783 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:51.981817 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:51.982117 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:18:51.982336 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.982459 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} executeQuery: Read 102 rows, 6.42 KiB in 0.001101 sec., 92643.05177111717 rows/sec., 5.69 MiB/sec. 2025.07.18 19:18:51.982519 [ 4 ] {4a457e7b-4743-4136-a0a6-26f1a598c398} TCPHandler: Processed in 0.00128578 sec. 2025.07.18 19:18:51.983230 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 16644 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637107 sec., 2952578.334950889 rows/sec., 197.48 MiB/sec. 2025.07.18 19:18:51.983388 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:18:51.983628 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:51.983690 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_41_8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:18:51.983749 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. 2025.07.18 19:18:52.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 238.84 MiB, peak 245.11 MiB, free memory in arenas 0.00 B, will set to 240.30 MiB (RSS), difference: 1.46 MiB 2025.07.18 19:18:55.461212 [ 135 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:18:55.461263 [ 135 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:18:55.581218 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 2025.07.18 19:18:55.581678 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:55.581786 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:55.582272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:55.582505 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:55.582636 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.07.18 19:18:56.330707 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.07.18 19:18:56.349190 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.349258 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.354960 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:18:56.355673 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.359256 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.07.18 19:18:56.951878 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:56.952053 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:18:56.952119 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:18:56.952785 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.952834 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.953227 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:18:56.953466 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.953620 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} executeQuery: Read 56 rows, 4.41 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.66 MiB/sec. 2025.07.18 19:18:56.953664 [ 4 ] {dc49726c-2099-4b5e-8fa2-ab5f9fee3f33} TCPHandler: Processed in 0.0019148 sec. 2025.07.18 19:18:56.953798 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:56.953895 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:18:56.953937 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:18:56.954359 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.954397 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.954704 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:18:56.954930 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.955058 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} executeQuery: Read 64 rows, 5.12 KiB in 0.001181 sec., 54191.363251481795 rows/sec., 4.23 MiB/sec. 2025.07.18 19:18:56.955096 [ 4 ] {8ed8e71f-317a-4c7d-9269-5f017da01459} TCPHandler: Processed in 0.001354521 sec. 2025.07.18 19:18:56.955213 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:56.955309 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:18:56.955352 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:18:56.955759 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.955798 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.956119 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:18:56.956335 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.956464 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.07.18 19:18:56.956501 [ 4 ] {066f5013-1fa8-4b97-bfb4-af83060a87ee} TCPHandler: Processed in 0.00133733 sec. 2025.07.18 19:18:56.956610 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:18:56.956705 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:18:56.956746 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:18:56.957081 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.957117 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.957422 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:18:56.957639 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.957766 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.07.18 19:18:56.957752 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:18:56.957805 [ 4 ] {3537abd6-592a-42ca-a82d-0dae17270107} TCPHandler: Processed in 0.001242929 sec. 2025.07.18 19:18:56.957862 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:56.957895 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:56.958035 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:56.958196 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:56.958235 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2736 rows starting from the beginning of the part 2025.07.18 19:18:56.958303 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:56.958349 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:56.958394 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:56.958437 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 102 rows starting from the beginning of the part 2025.07.18 19:18:56.958482 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:18:56.959661 [ 199 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001690066 sec., 1846081.7506535247 rows/sec., 117.34 MiB/sec. 2025.07.18 19:18:56.959927 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:18:56.960177 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:56.960245 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_41_8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:18:56.960313 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.07.18 19:18:59.897782 [ 142 ] {} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:18:59.897847 [ 142 ] {} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:18:59.897868 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.07.18 19:18:59.897994 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::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.07.18 19:18:59.898308 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:18:59.898352 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2025.07.18 19:18:59.898437 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part 2025.07.18 19:18:59.898503 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.07.18 19:18:59.898564 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.07.18 19:18:59.898625 [ 191 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.07.18 19:18:59.900159 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002224905 sec., 18427.75309507597 rows/sec., 3.90 MiB/sec. 2025.07.18 19:18:59.900310 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:18:59.900681 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:18:59.900757 [ 199 ] {95fb50fd-ea4d-40b8-89e9-b5892705d19a::all_1_5_1} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:18:59.900829 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.18 19:19:00.609319 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 810 2025.07.18 19:19:00.611621 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:00.611663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:00.612812 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:00.613066 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:00.613320 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2025.07.18 19:19:01.964152 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.964331 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.964395 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:01.965148 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.965198 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.965599 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.965822 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.965952 [ 150 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.07.18 19:19:01.965979 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} executeQuery: Read 392 rows, 25.47 KiB in 0.001696 sec., 231132.0754716981 rows/sec., 14.66 MiB/sec. 2025.07.18 19:19:01.966031 [ 150 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.966042 [ 4 ] {529f9d45-478b-4567-97a6-3a14591ae749} TCPHandler: Processed in 0.002016011 sec. 2025.07.18 19:19:01.966063 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.966176 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::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.07.18 19:19:01.966188 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.966296 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:01.966308 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:19:01.966339 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 392 rows starting from the beginning of the part 2025.07.18 19:19:01.966359 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:19:01.966418 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:01.966481 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:01.966530 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:01.966593 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:01.966798 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.966844 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.967166 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:19:01.967390 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.967519 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} executeQuery: Read 4 rows, 334.00 B in 0.00123 sec., 3252.032520325203 rows/sec., 265.18 KiB/sec. 2025.07.18 19:19:01.967556 [ 4 ] {7ce0412b-304a-4b29-b9df-0fc0d1a31f9d} TCPHandler: Processed in 0.001416561 sec. 2025.07.18 19:19:01.967672 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.967739 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001606174 sec., 1220291.20132688 rows/sec., 82.07 MiB/sec. 2025.07.18 19:19:01.967766 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:01.967806 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:01.967958 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.07.18 19:19:01.968328 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.968410 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_21_5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.07.18 19:19:01.968517 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:19:01.968640 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.968680 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.969077 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:19:01.969285 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.969412 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} executeQuery: Read 1151 rows, 94.05 KiB in 0.001664 sec., 691706.7307692309 rows/sec., 55.20 MiB/sec. 2025.07.18 19:19:01.969449 [ 4 ] {43a8d3e4-52a2-4fc6-9155-471bb3b696c0} TCPHandler: Processed in 0.001825238 sec. 2025.07.18 19:19:01.969567 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.969660 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.969699 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:01.970177 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.970213 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.970515 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.970730 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.970861 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} executeQuery: Read 241 rows, 15.14 KiB in 0.001219 sec., 197703.03527481543 rows/sec., 12.13 MiB/sec. 2025.07.18 19:19:01.970898 [ 4 ] {c5f29314-3970-49d9-b2b2-e35205cdec32} TCPHandler: Processed in 0.001380151 sec. 2025.07.18 19:19:01.971004 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.971098 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.971137 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:01.971592 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.971627 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.971931 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:01.972136 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.972232 [ 150 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 2025.07.18 19:19:01.972261 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} executeQuery: Read 203 rows, 13.41 KiB in 0.001181 sec., 171888.2303132938 rows/sec., 11.09 MiB/sec. 2025.07.18 19:19:01.972265 [ 150 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.972304 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.972306 [ 4 ] {41e641f1-5339-48b1-8134-8ba8545d7622} TCPHandler: Processed in 0.001350671 sec. 2025.07.18 19:19:01.972394 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full 2025.07.18 19:19:01.972428 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.972502 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:01.972524 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.972537 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 203 rows starting from the beginning of the part 2025.07.18 19:19:01.972565 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:01.972601 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:01.972651 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:01.972696 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2025.07.18 19:19:01.972739 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:01.972783 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:01.973011 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.973047 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.973344 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.973554 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.973673 [ 148 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.07.18 19:19:01.973679 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} executeQuery: Read 202 rows, 11.75 KiB in 0.001173 sec., 172208.0136402387 rows/sec., 9.78 MiB/sec. 2025.07.18 19:19:01.973708 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 1243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355091 sec., 917281.5700200207 rows/sec., 63.21 MiB/sec. 2025.07.18 19:19:01.973721 [ 148 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.973740 [ 4 ] {0ad93270-40bf-4d75-b279-f8e37b5d4046} TCPHandler: Processed in 0.001360601 sec. 2025.07.18 19:19:01.973752 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.973823 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::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.07.18 19:19:01.973862 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.973864 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2025.07.18 19:19:01.973906 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:01.973930 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 202 rows starting from the beginning of the part 2025.07.18 19:19:01.973956 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:01.973972 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:01.973995 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:01.974006 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:01.974040 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:01.974071 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:01.974182 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.974261 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_22_5} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 2025.07.18 19:19:01.974323 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:19:01.974581 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.974616 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.974751 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.000950764 sec., 1062303.579016454 rows/sec., 64.39 MiB/sec. 2025.07.18 19:19:01.974867 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.07.18 19:19:01.974948 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:19:01.975099 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.975157 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_21_5} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.07.18 19:19:01.975161 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.975208 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:19:01.975291 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} executeQuery: Read 697 rows, 50.18 KiB in 0.001353 sec., 515151.51515151514 rows/sec., 36.22 MiB/sec. 2025.07.18 19:19:01.975327 [ 4 ] {b90603e3-e768-42d9-b354-8a73ac3a4baa} TCPHandler: Processed in 0.001518083 sec. 2025.07.18 19:19:01.975438 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.975532 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:01.975574 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:01.975906 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.975942 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.976232 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.976441 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.976539 [ 148 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:19:01.976566 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2025.07.18 19:19:01.976571 [ 148 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.976604 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.976607 [ 4 ] {602f0ced-b02d-4e05-a816-f8f775ffcf63} TCPHandler: Processed in 0.001217249 sec. 2025.07.18 19:19:01.976673 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:19:01.976725 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.976745 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:01.976769 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2025.07.18 19:19:01.976813 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:01.976819 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.976854 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:01.976867 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:01.976889 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:01.976921 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:01.976954 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:01.977297 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.977330 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.977600 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.000952915 sec., 132225.85435217203 rows/sec., 6.75 MiB/sec. 2025.07.18 19:19:01.977666 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:19:01.977727 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:19:01.977900 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.977971 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.978029 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} executeQuery: Read 309 rows, 20.82 KiB in 0.001229 sec., 251423.92188771357 rows/sec., 16.54 MiB/sec. 2025.07.18 19:19:01.978034 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_21_4} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:19:01.978065 [ 4 ] {9392f34a-2955-4681-81b4-f733c57d1814} TCPHandler: Processed in 0.001388071 sec. 2025.07.18 19:19:01.978096 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:19:01.978171 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.978264 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.978306 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:01.978612 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.978647 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.978935 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.979135 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.979261 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2025.07.18 19:19:01.979296 [ 4 ] {eaa4b477-3949-43c2-a8a3-4d2bcb1898ff} TCPHandler: Processed in 0.001172928 sec. 2025.07.18 19:19:01.979401 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.979494 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.979547 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:01.980309 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.980345 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.980896 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:19:01.981111 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.981208 [ 148 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.07.18 19:19:01.981237 [ 148 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.981242 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} executeQuery: Read 41 rows, 75.23 KiB in 0.001766 sec., 23216.3080407701 rows/sec., 41.60 MiB/sec. 2025.07.18 19:19:01.981257 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.981303 [ 4 ] {38186260-ba2f-4e29-86f6-2dd440b5d39b} TCPHandler: Processed in 0.00195049 sec. 2025.07.18 19:19:01.981341 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:19:01.981420 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:01.981520 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:01.981548 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:01.981560 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:01.981602 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 626 rows starting from the beginning of the part 2025.07.18 19:19:01.981721 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:01.981827 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:01.981907 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:01.981920 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:01.981951 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:01.982022 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:01.982116 [ 198 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:01.982265 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:19:01.982540 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.982668 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} executeQuery: Read 102 rows, 6.42 KiB in 0.001166 sec., 87478.5591766724 rows/sec., 5.37 MiB/sec. 2025.07.18 19:19:01.982702 [ 4 ] {22cbc9e1-be1e-42a6-81f9-baac27e0e985} TCPHandler: Processed in 0.001331551 sec. 2025.07.18 19:19:01.997064 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 831 rows, containing 19 columns (19 merged, 0 gathered) in 0.015756582 sec., 52739.86452137906 rows/sec., 94.51 MiB/sec. 2025.07.18 19:19:01.998395 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.07.18 19:19:01.998733 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:01.998800 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_21_4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.07.18 19:19:01.998933 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.07.18 19:19:02.000191 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 241.56 MiB, peak 249.31 MiB, free memory in arenas 0.00 B, will set to 244.08 MiB (RSS), difference: 2.52 MiB 2025.07.18 19:19:03.082815 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 2025.07.18 19:19:03.083674 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:03.083727 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:03.084189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:19:03.084409 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:03.084532 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.07.18 19:19:03.084528 [ 147 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:19:03.084603 [ 147 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:03.084623 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:03.084714 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:19:03.084833 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:03.084871 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part 2025.07.18 19:19:03.084960 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part 2025.07.18 19:19:03.085008 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part 2025.07.18 19:19:03.085047 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part 2025.07.18 19:19:03.085103 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part 2025.07.18 19:19:03.085147 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part 2025.07.18 19:19:03.086906 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002223134 sec., 6420665.60090395 rows/sec., 91.85 MiB/sec. 2025.07.18 19:19:03.087456 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:19:03.087751 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:03.087833 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_31_6} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:19:03.087933 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.07.18 19:19:03.859401 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.07.18 19:19:03.877206 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:03.877259 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:03.882787 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:19:03.883498 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:03.883820 [ 147 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:19:03.883885 [ 147 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:03.883905 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:03.884028 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.886582 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.07.18 19:19:03.887561 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:03.888967 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.893493 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.897862 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.902082 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.906253 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.910347 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:03.963756 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.079786457 sec., 2932.8285626218494 rows/sec., 15.17 MiB/sec. 2025.07.18 19:19:03.965617 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:19:03.967372 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:03.967466 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_31_6} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:19:03.968551 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.07.18 19:19:04.000245 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 245.20 MiB, peak 255.74 MiB, free memory in arenas 0.00 B, will set to 250.86 MiB (RSS), difference: 5.66 MiB 2025.07.18 19:19:06.952938 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:06.953175 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:06.953258 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:06.954050 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:06.954088 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:06.954472 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:19:06.954704 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:06.954856 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} executeQuery: Read 56 rows, 4.41 KiB in 0.001741 sec., 32165.422171166 rows/sec., 2.47 MiB/sec. 2025.07.18 19:19:06.954900 [ 4 ] {6f2880ce-e4b6-4c2c-96cc-48eb119e0f3c} TCPHandler: Processed in 0.002115503 sec. 2025.07.18 19:19:06.955024 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:06.955120 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:06.955160 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:06.955591 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:06.955625 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:06.955927 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:19:06.956133 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:06.956258 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2025.07.18 19:19:06.956293 [ 4 ] {e1725349-4434-400e-8a19-3ed233d44c11} TCPHandler: Processed in 0.00131738 sec. 2025.07.18 19:19:06.956404 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:06.956499 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:06.956543 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:06.956987 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:06.957023 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:06.957370 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:19:06.957589 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:06.957715 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2025.07.18 19:19:06.957750 [ 4 ] {c5bf21ea-9581-48a2-81ee-64a167e96eb6} TCPHandler: Processed in 0.001394432 sec. 2025.07.18 19:19:06.957857 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:06.957959 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:06.958000 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:06.958330 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:06.958364 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:06.958671 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:19:06.958881 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:06.959006 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.07.18 19:19:06.959040 [ 4 ] {efc826f7-86fd-4e98-9166-217dbe8bf07e} TCPHandler: Processed in 0.001230809 sec. 2025.07.18 19:19:10.461324 [ 136 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:19:10.461394 [ 136 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:19:10.584669 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 2025.07.18 19:19:10.585119 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:10.585155 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:10.585830 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:19:10.586079 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:10.586208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.07.18 19:19:10.613602 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 842 2025.07.18 19:19:10.616054 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:10.616103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:10.617261 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:10.617529 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:10.617777 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 842 2025.07.18 19:19:11.001205 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000837232 sec. 2025.07.18 19:19:11.386718 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.07.18 19:19:11.402543 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.402611 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.408674 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:19:11.409355 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.411971 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.07.18 19:19:11.964063 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.964260 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.964334 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:11.965203 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.965252 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.965656 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.965896 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.966058 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} executeQuery: Read 392 rows, 25.47 KiB in 0.001852 sec., 211663.06695464364 rows/sec., 13.43 MiB/sec. 2025.07.18 19:19:11.966106 [ 4 ] {9baa26c1-cff3-467d-b8d8-f3fe2d20836b} TCPHandler: Processed in 0.002174484 sec. 2025.07.18 19:19:11.966229 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.966332 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:11.966374 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:11.967243 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.967281 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.967647 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:19:11.967872 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.968009 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} executeQuery: Read 1149 rows, 93.90 KiB in 0.0017 sec., 675882.3529411765 rows/sec., 53.94 MiB/sec. 2025.07.18 19:19:11.968049 [ 4 ] {a341fa40-0fb6-407f-9de7-a048ae086075} TCPHandler: Processed in 0.001872129 sec. 2025.07.18 19:19:11.968165 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.968264 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.968306 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:11.968775 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.968813 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.969119 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.969339 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.969468 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} executeQuery: Read 237 rows, 14.86 KiB in 0.001225 sec., 193469.38775510204 rows/sec., 11.85 MiB/sec. 2025.07.18 19:19:11.969505 [ 4 ] {da42debc-98db-4507-8b1e-854979827cd0} TCPHandler: Processed in 0.001389231 sec. 2025.07.18 19:19:11.969614 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.969710 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.969751 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:11.970237 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.970273 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.970575 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:11.970788 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.970913 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} executeQuery: Read 203 rows, 13.41 KiB in 0.001222 sec., 166121.11292962357 rows/sec., 10.72 MiB/sec. 2025.07.18 19:19:11.970958 [ 4 ] {a42842a5-007e-4cf8-9584-c695540e593d} TCPHandler: Processed in 0.001393361 sec. 2025.07.18 19:19:11.971069 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.971161 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.971201 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:11.971628 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.971664 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.971961 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.972175 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.972300 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} executeQuery: Read 202 rows, 11.75 KiB in 0.001156 sec., 174740.48442906575 rows/sec., 9.92 MiB/sec. 2025.07.18 19:19:11.972337 [ 4 ] {e9dd2db7-517c-4b12-9d97-3dda893ba0d5} TCPHandler: Processed in 0.001316471 sec. 2025.07.18 19:19:11.972447 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.972541 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:11.972579 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:11.973166 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.973203 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.973543 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:19:11.973756 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.973884 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} executeQuery: Read 693 rows, 49.85 KiB in 0.001361 sec., 509184.42321822187 rows/sec., 35.77 MiB/sec. 2025.07.18 19:19:11.973922 [ 4 ] {33a70e66-d27d-43b7-b768-ee48f686699a} TCPHandler: Processed in 0.001522223 sec. 2025.07.18 19:19:11.974040 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.974135 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:11.974177 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:11.974506 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.974542 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.974840 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.975047 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.975170 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.07.18 19:19:11.975205 [ 4 ] {7fe9e2ed-2e87-4aaf-994b-2a60ab43d964} TCPHandler: Processed in 0.001213969 sec. 2025.07.18 19:19:11.975314 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.975408 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.975451 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:11.975900 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.975938 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.976272 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:19:11.976474 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.976609 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} executeQuery: Read 307 rows, 20.68 KiB in 0.00122 sec., 251639.34426229508 rows/sec., 16.55 MiB/sec. 2025.07.18 19:19:11.976647 [ 4 ] {d42fa6ac-fd0d-44bb-8774-6812c6f086c1} TCPHandler: Processed in 0.001381551 sec. 2025.07.18 19:19:11.976759 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.976854 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.976900 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:11.977219 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.977255 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.977565 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.977766 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.977889 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.07.18 19:19:11.977927 [ 4 ] {5ecd3e07-6b55-4375-8c99-5a90c840baed} TCPHandler: Processed in 0.001216759 sec. 2025.07.18 19:19:11.978039 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.978133 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.978186 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:11.978995 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.979031 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.979589 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:19:11.979802 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.979936 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} executeQuery: Read 41 rows, 75.23 KiB in 0.001821 sec., 22515.101592531577 rows/sec., 40.35 MiB/sec. 2025.07.18 19:19:11.979988 [ 4 ] {467415f2-ebb8-4231-986c-410116b2aa46} TCPHandler: Processed in 0.001997811 sec. 2025.07.18 19:19:11.980103 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:11.980198 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:11.980239 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:11.980562 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:11.980598 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:11.980912 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:19:11.981123 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:11.981247 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} executeQuery: Read 102 rows, 6.42 KiB in 0.001068 sec., 95505.61797752809 rows/sec., 5.87 MiB/sec. 2025.07.18 19:19:11.981282 [ 4 ] {dc306dac-057d-44da-9c64-de3a80d4899c} TCPHandler: Processed in 0.001227739 sec. 2025.07.18 19:19:16.599898 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.600087 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:19:16.600153 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:19:16.600742 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.600788 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.601155 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:19:16.601396 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.601546 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} executeQuery: Read 2 rows, 167.00 B in 0.001508 sec., 1326.2599469496022 rows/sec., 108.15 KiB/sec. 2025.07.18 19:19:16.601587 [ 4 ] {c1bd87a0-887d-4ac4-a379-43cec23d0d5e} TCPHandler: Processed in 0.001814127 sec. 2025.07.18 19:19:16.601710 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.601805 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:16.601844 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:16.602862 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.602899 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.603289 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:19:16.603502 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.603615 [ 128 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:19:16.603628 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} executeQuery: Read 1197 rows, 101.04 KiB in 0.001841 sec., 650190.1140684411 rows/sec., 53.60 MiB/sec. 2025.07.18 19:19:16.603680 [ 128 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.603688 [ 4 ] {df2193f5-bd52-4017-939e-f3933a3063dc} TCPHandler: Processed in 0.002025571 sec. 2025.07.18 19:19:16.603708 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.603812 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.603838 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:19:16.603912 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:16.603960 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:16.603994 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:16.604038 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2297 rows starting from the beginning of the part 2025.07.18 19:19:16.604113 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2025.07.18 19:19:16.604169 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:19:16.604218 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part 2025.07.18 19:19:16.604263 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:19:16.604309 [ 190 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:19:16.604355 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.604396 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.604845 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:16.605084 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.605220 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} executeQuery: Read 2 rows, 143.00 B in 0.001327 sec., 1507.1590052750564 rows/sec., 105.24 KiB/sec. 2025.07.18 19:19:16.605257 [ 4 ] {99f9e29f-d726-4ae9-99c7-fe68f5bf5e2b} TCPHandler: Processed in 0.001493713 sec. 2025.07.18 19:19:16.605366 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.605460 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:16.605500 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:16.605997 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.606032 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.606341 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:16.606388 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.00261058 sec., 2262332.5084847044 rows/sec., 191.50 MiB/sec. 2025.07.18 19:19:16.606569 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.606706 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} executeQuery: Read 228 rows, 15.81 KiB in 0.001264 sec., 180379.74683544305 rows/sec., 12.21 MiB/sec. 2025.07.18 19:19:16.606744 [ 4 ] {d902a89a-0bcc-4bd0-9225-0e75e35aebf0} TCPHandler: Processed in 0.001426582 sec. 2025.07.18 19:19:16.606772 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:19:16.606853 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.606951 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:16.606997 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:16.607120 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.607214 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_46_9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:19:16.607333 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:19:16.607625 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.607667 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.607992 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:19:16.608203 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.608333 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} executeQuery: Read 522 rows, 39.57 KiB in 0.001399 sec., 373123.65975696925 rows/sec., 27.62 MiB/sec. 2025.07.18 19:19:16.608343 [ 129 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:19:16.608372 [ 4 ] {b9ec02e4-4731-4043-970d-607b662bd939} TCPHandler: Processed in 0.001567484 sec. 2025.07.18 19:19:16.608396 [ 129 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.608426 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.608491 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.608510 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:19:16.608590 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:16.608612 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:16.608637 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:16.608643 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1183 rows starting from the beginning of the part 2025.07.18 19:19:16.608708 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2025.07.18 19:19:16.608751 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 697 rows starting from the beginning of the part 2025.07.18 19:19:16.608794 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part 2025.07.18 19:19:16.608833 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 693 rows starting from the beginning of the part 2025.07.18 19:19:16.608877 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 522 rows starting from the beginning of the part 2025.07.18 19:19:16.609287 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.609329 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.609748 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:19:16.609963 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.610019 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001545014 sec., 2086065.2395382826 rows/sec., 157.58 MiB/sec. 2025.07.18 19:19:16.610076 [ 129 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:19:16.610096 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} executeQuery: Read 1007 rows, 69.31 KiB in 0.001525 sec., 660327.868852459 rows/sec., 44.39 MiB/sec. 2025.07.18 19:19:16.610102 [ 129 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.610135 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.610140 [ 4 ] {00568fba-2128-4f32-882d-70af95073a8d} TCPHandler: Processed in 0.001698126 sec. 2025.07.18 19:19:16.610204 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:19:16.610256 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:19:16.610261 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:16.610305 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:16.610342 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 16644 rows starting from the beginning of the part 2025.07.18 19:19:16.610371 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:16.610408 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:19:16.610420 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:16.610465 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 309 rows starting from the beginning of the part 2025.07.18 19:19:16.610514 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2025.07.18 19:19:16.610557 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 307 rows starting from the beginning of the part 2025.07.18 19:19:16.610598 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:19:16.610614 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.610715 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_46_9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:19:16.610779 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:16.610823 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:16.610839 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:19:16.611149 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:19:16.611376 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.611512 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.07.18 19:19:16.611547 [ 4 ] {55fec293-8d63-46ed-b185-5bd7df401543} TCPHandler: Processed in 0.001334751 sec. 2025.07.18 19:19:16.616114 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 18587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005938551 sec., 3129888.082126431 rows/sec., 209.43 MiB/sec. 2025.07.18 19:19:16.616412 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:19:16.616754 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:16.616834 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_46_9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:19:16.616932 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. 2025.07.18 19:19:17.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 252.34 MiB, peak 258.54 MiB, free memory in arenas 0.00 B, will set to 254.32 MiB (RSS), difference: 1.98 MiB 2025.07.18 19:19:18.086342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 2025.07.18 19:19:18.086998 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:18.087052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:18.087617 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:19:18.087892 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:18.088052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.07.18 19:19:18.912084 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.07.18 19:19:18.928514 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:18.928573 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:18.934307 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:19:18.934998 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:18.937798 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.07.18 19:19:20.618019 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 878 2025.07.18 19:19:20.620466 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:20.620509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:20.621663 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:20.621918 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:20.622166 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 878 2025.07.18 19:19:21.965263 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.965436 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.965496 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:21.966342 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.966379 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.966775 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:21.966999 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.967151 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} executeQuery: Read 392 rows, 25.47 KiB in 0.001763 sec., 222348.26999432786 rows/sec., 14.11 MiB/sec. 2025.07.18 19:19:21.967192 [ 4 ] {056e83d2-5b4c-42c9-825e-dfe734cfc480} TCPHandler: Processed in 0.002055452 sec. 2025.07.18 19:19:21.967324 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.967420 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:21.967461 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:21.968445 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.968480 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.968849 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:19:21.969061 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.969184 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} executeQuery: Read 1149 rows, 93.90 KiB in 0.001783 sec., 644419.5176668536 rows/sec., 51.43 MiB/sec. 2025.07.18 19:19:21.969219 [ 4 ] {6cb5087d-12e6-43ca-b774-abc9ac22dab2} TCPHandler: Processed in 0.00194528 sec. 2025.07.18 19:19:21.969350 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.969445 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.969484 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:21.970009 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.970046 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.970358 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:21.970562 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.970688 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} executeQuery: Read 237 rows, 14.86 KiB in 0.001261 sec., 187946.0745440127 rows/sec., 11.51 MiB/sec. 2025.07.18 19:19:21.970725 [ 4 ] {31c3882a-dfde-4edf-8fb2-a3b8886bfd06} TCPHandler: Processed in 0.001432612 sec. 2025.07.18 19:19:21.970844 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.970938 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.970977 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:21.971452 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.971488 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.971798 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:21.972005 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.972131 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} executeQuery: Read 203 rows, 13.41 KiB in 0.001212 sec., 167491.7491749175 rows/sec., 10.80 MiB/sec. 2025.07.18 19:19:21.972176 [ 4 ] {fea77813-58ac-4531-a5e4-2e75bd86e52d} TCPHandler: Processed in 0.001386722 sec. 2025.07.18 19:19:21.972287 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.972379 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.972419 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:21.972864 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.972899 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.973213 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:21.973419 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.973543 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} executeQuery: Read 202 rows, 11.75 KiB in 0.001182 sec., 170896.78510998306 rows/sec., 9.71 MiB/sec. 2025.07.18 19:19:21.973580 [ 4 ] {b1ad2e43-30f3-4e5e-bae6-c5e8adba9be0} TCPHandler: Processed in 0.001341831 sec. 2025.07.18 19:19:21.973693 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.973787 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:21.973826 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:21.974456 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.974493 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.974810 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:19:21.975022 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.975148 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} executeQuery: Read 693 rows, 49.85 KiB in 0.001379 sec., 502538.07106598985 rows/sec., 35.30 MiB/sec. 2025.07.18 19:19:21.975185 [ 4 ] {9a6ff12e-cc7a-4d93-be29-02a531863691} TCPHandler: Processed in 0.001540054 sec. 2025.07.18 19:19:21.975299 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.975393 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:21.975435 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:21.975768 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.975804 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.976112 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:21.976323 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.976446 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.07.18 19:19:21.976482 [ 4 ] {e58ed50b-c06f-422e-a119-3aafb48de76c} TCPHandler: Processed in 0.001231359 sec. 2025.07.18 19:19:21.976591 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.976686 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.976728 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:21.977167 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.977203 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.977525 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:19:21.977741 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.977866 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} executeQuery: Read 307 rows, 20.68 KiB in 0.001198 sec., 256260.43405676127 rows/sec., 16.86 MiB/sec. 2025.07.18 19:19:21.977902 [ 4 ] {b2296e5c-7f23-4297-b4a4-68d3b342f8e5} TCPHandler: Processed in 0.001358191 sec. 2025.07.18 19:19:21.978012 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.978107 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.978149 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:21.978462 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.978498 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.978783 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:21.979021 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.979153 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2025.07.18 19:19:21.979188 [ 4 ] {2ffc179f-4964-468a-b27f-4fd4a10c68af} TCPHandler: Processed in 0.00122531 sec. 2025.07.18 19:19:21.979304 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.979413 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.979474 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:21.980323 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.980362 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.980899 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:19:21.981136 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.981268 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} executeQuery: Read 41 rows, 75.23 KiB in 0.001873 sec., 21890.01601708489 rows/sec., 39.23 MiB/sec. 2025.07.18 19:19:21.981321 [ 4 ] {b4f7c44f-3384-4e61-8991-864d89b81c12} TCPHandler: Processed in 0.002066291 sec. 2025.07.18 19:19:21.981442 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:21.981537 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:21.981578 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:21.981908 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.981944 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.982247 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:19:21.982455 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.982561 [ 121 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:19:21.982581 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} executeQuery: Read 102 rows, 6.42 KiB in 0.001062 sec., 96045.197740113 rows/sec., 5.90 MiB/sec. 2025.07.18 19:19:21.982627 [ 121 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:21.982633 [ 4 ] {9d5edaf5-6c4e-46c2-a7cc-fd94a2e8e8f3} TCPHandler: Processed in 0.00123939 sec. 2025.07.18 19:19:21.982656 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.07.18 19:19:21.982763 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:21.982888 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:21.982927 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3120 rows starting from the beginning of the part 2025.07.18 19:19:21.982996 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 102 rows starting from the beginning of the part 2025.07.18 19:19:21.983051 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:21.983098 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 102 rows starting from the beginning of the part 2025.07.18 19:19:21.983142 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:21.983189 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 102 rows starting from the beginning of the part 2025.07.18 19:19:21.984466 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 4 columns (4 merged, 0 gathered) in 0.001744446 sec., 2032737.0408714286 rows/sec., 129.10 MiB/sec. 2025.07.18 19:19:21.984797 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:19:21.985083 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:21.985148 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_46_9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:19:21.985212 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.07.18 19:19:25.461447 [ 117 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:19:25.461510 [ 117 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:19:25.588185 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 2025.07.18 19:19:25.588678 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:25.588722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:25.589238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:19:25.589517 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:25.589656 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.07.18 19:19:26.437920 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.07.18 19:19:26.454677 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:26.454733 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:26.460800 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:19:26.461515 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:26.464308 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.07.18 19:19:26.952573 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:26.952733 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:26.952792 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:26.953524 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:26.953560 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:26.953934 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:19:26.954162 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:26.954307 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} executeQuery: Read 56 rows, 4.41 KiB in 0.001575 sec., 35555.555555555555 rows/sec., 2.73 MiB/sec. 2025.07.18 19:19:26.954349 [ 4 ] {7abe8b04-1b9b-4668-b494-d1c29af385b9} TCPHandler: Processed in 0.001857759 sec. 2025.07.18 19:19:26.954477 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:26.954572 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:26.954612 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:26.955044 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:26.955085 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:26.955400 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:19:26.955611 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:26.955736 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2025.07.18 19:19:26.955772 [ 4 ] {a491d05b-09e2-4a92-9eb0-9e73ee643308} TCPHandler: Processed in 0.001344551 sec. 2025.07.18 19:19:26.955893 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:26.955986 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:26.956029 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:26.956477 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:26.956511 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:26.956852 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:19:26.957055 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:26.957188 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.07.18 19:19:26.957223 [ 4 ] {8dc93265-4b7c-4158-a038-186bbe859bc9} TCPHandler: Processed in 0.001378771 sec. 2025.07.18 19:19:26.957336 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:26.957429 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:26.957470 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:26.957802 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:26.957836 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:26.958138 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:19:26.958346 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:26.958470 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.07.18 19:19:26.958504 [ 4 ] {3892a167-fb11-4b34-b1c8-0ea76e075bca} TCPHandler: Processed in 0.001217219 sec. 2025.07.18 19:19:30.622432 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 908 2025.07.18 19:19:30.624654 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:30.624696 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:30.625830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:30.626098 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:30.626362 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 908 2025.07.18 19:19:31.964853 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.965033 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.965102 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:31.965940 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.965994 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.966432 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:31.966670 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.966834 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} executeQuery: Read 392 rows, 25.47 KiB in 0.001847 sec., 212236.05847319978 rows/sec., 13.47 MiB/sec. 2025.07.18 19:19:31.966883 [ 4 ] {12b68b1a-970e-4700-92a7-f6a53b9d3fed} TCPHandler: Processed in 0.002157443 sec. 2025.07.18 19:19:31.967010 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.967114 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:19:31.967166 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:19:31.967589 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.967625 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.967930 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:19:31.968159 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.968298 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} executeQuery: Read 12 rows, 1002.00 B in 0.001207 sec., 9942.004971002485 rows/sec., 810.70 KiB/sec. 2025.07.18 19:19:31.968337 [ 4 ] {22943056-14a6-4ea6-9a92-025ab900a0b9} TCPHandler: Processed in 0.001378351 sec. 2025.07.18 19:19:31.968455 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.968551 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:31.968592 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:31.969553 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.969589 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.969975 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:19:31.970193 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.970321 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} executeQuery: Read 1155 rows, 94.34 KiB in 0.00179 sec., 645251.3966480447 rows/sec., 51.47 MiB/sec. 2025.07.18 19:19:31.970359 [ 4 ] {d4380715-a56c-4f53-94ce-bfbd8468a8c7} TCPHandler: Processed in 0.00195331 sec. 2025.07.18 19:19:31.970484 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.970578 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.970619 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:31.971147 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.971188 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.971502 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:31.971719 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.971850 [ 111 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.07.18 19:19:31.971879 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} executeQuery: Read 249 rows, 15.70 KiB in 0.001319 sec., 188779.37831690675 rows/sec., 11.62 MiB/sec. 2025.07.18 19:19:31.971886 [ 111 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.971912 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.971918 [ 4 ] {862ba403-f206-4167-89a3-d5d0bd0045b4} TCPHandler: Processed in 0.001483852 sec. 2025.07.18 19:19:31.972023 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.07.18 19:19:31.972039 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.972155 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.972162 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:31.972202 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:31.972211 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 253 rows starting from the beginning of the part 2025.07.18 19:19:31.972291 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 241 rows starting from the beginning of the part 2025.07.18 19:19:31.972335 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part 2025.07.18 19:19:31.972376 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2025.07.18 19:19:31.972415 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part 2025.07.18 19:19:31.972453 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 249 rows starting from the beginning of the part 2025.07.18 19:19:31.972729 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.972771 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.973210 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:31.973433 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.973559 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} executeQuery: Read 203 rows, 13.41 KiB in 0.001423 sec., 142656.3598032326 rows/sec., 9.20 MiB/sec. 2025.07.18 19:19:31.973598 [ 4 ] {ab3e2662-a75c-4389-9ba6-06254183c471} TCPHandler: Processed in 0.001607174 sec. 2025.07.18 19:19:31.973608 [ 186 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 1219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001633775 sec., 746124.772382978 rows/sec., 48.68 MiB/sec. 2025.07.18 19:19:31.973715 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.973815 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.973830 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.07.18 19:19:31.973854 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:31.974161 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.974248 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_25_5} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.07.18 19:19:31.974326 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.974349 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.07.18 19:19:31.974365 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.974669 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:31.974869 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.974997 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} executeQuery: Read 202 rows, 11.75 KiB in 0.001199 sec., 168473.72810675565 rows/sec., 9.57 MiB/sec. 2025.07.18 19:19:31.975034 [ 4 ] {be892784-f9da-4fe2-af64-db3530ba7d35} TCPHandler: Processed in 0.001365212 sec. 2025.07.18 19:19:31.975147 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.975252 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:31.975289 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:31.975944 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.975978 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.976311 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:19:31.976509 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.976629 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} executeQuery: Read 705 rows, 50.83 KiB in 0.001395 sec., 505376.34408602153 rows/sec., 35.58 MiB/sec. 2025.07.18 19:19:31.976664 [ 4 ] {ed039801-dce0-4563-917e-e786d362e85b} TCPHandler: Processed in 0.001564515 sec. 2025.07.18 19:19:31.976780 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.976871 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:31.976912 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:31.977238 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.977271 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.977564 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:31.977754 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.977876 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} executeQuery: Read 6 rows, 321.00 B in 0.001022 sec., 5870.841487279844 rows/sec., 306.73 KiB/sec. 2025.07.18 19:19:31.977910 [ 4 ] {70882bef-462f-454d-8387-24e77e839921} TCPHandler: Processed in 0.001177508 sec. 2025.07.18 19:19:31.978028 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.978119 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.978176 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:31.978635 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.978668 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.978980 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:19:31.979183 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.979306 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} executeQuery: Read 313 rows, 21.10 KiB in 0.001204 sec., 259966.77740863786 rows/sec., 17.12 MiB/sec. 2025.07.18 19:19:31.979341 [ 4 ] {5e76cadd-a275-4a24-9bd7-47b19966ba21} TCPHandler: Processed in 0.001359901 sec. 2025.07.18 19:19:31.979454 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.979545 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.979585 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:31.979896 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.979928 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.980212 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:31.980407 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.980527 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2025.07.18 19:19:31.980560 [ 4 ] {9159eeee-3e9b-4779-9ac8-03cfb1fae35b} TCPHandler: Processed in 0.001152677 sec. 2025.07.18 19:19:31.980672 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.980763 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.980814 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:31.981668 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.981702 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.982267 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:19:31.982476 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.982603 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} executeQuery: Read 41 rows, 75.23 KiB in 0.001858 sec., 22066.73842841765 rows/sec., 39.54 MiB/sec. 2025.07.18 19:19:31.982654 [ 4 ] {d8ba41d6-c0dc-48f3-9fc0-c8c752845f94} TCPHandler: Processed in 0.002028582 sec. 2025.07.18 19:19:31.982772 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:31.982864 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:31.982904 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:31.983241 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:31.983275 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:31.983562 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:19:31.983759 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:31.983878 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} executeQuery: Read 102 rows, 6.42 KiB in 0.001032 sec., 98837.20930232559 rows/sec., 6.07 MiB/sec. 2025.07.18 19:19:31.983912 [ 4 ] {d6f23e30-9f3c-4a1b-9381-bf6e1ebd1f55} TCPHandler: Processed in 0.001186338 sec. 2025.07.18 19:19:33.089854 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 2025.07.18 19:19:33.090433 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:33.090479 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:33.090981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:19:33.091228 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:33.091382 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.07.18 19:19:33.964495 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.07.18 19:19:33.981584 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:33.981645 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:33.987751 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:19:33.988447 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:33.991400 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.07.18 19:19:36.952808 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:36.953006 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:36.953073 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:36.953746 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:36.953791 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:36.954186 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:19:36.954419 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:36.954575 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} executeQuery: Read 56 rows, 4.41 KiB in 0.001622 sec., 34525.2774352651 rows/sec., 2.65 MiB/sec. 2025.07.18 19:19:36.954620 [ 4 ] {fba49a11-7979-411f-ab99-c65eb6ee6b68} TCPHandler: Processed in 0.00193825 sec. 2025.07.18 19:19:36.954742 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:36.954844 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:36.954887 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:36.955329 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:36.955364 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:36.955672 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:19:36.955893 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:36.956021 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2025.07.18 19:19:36.956058 [ 4 ] {50d81176-e70b-47f8-a787-1606f2f79dae} TCPHandler: Processed in 0.001367971 sec. 2025.07.18 19:19:36.956174 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:36.956280 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:36.956325 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:36.956744 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:36.956779 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:36.957109 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:19:36.957328 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:36.957457 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2025.07.18 19:19:36.957493 [ 4 ] {417a73c2-5f80-4e98-bef2-d31f91907021} TCPHandler: Processed in 0.001370811 sec. 2025.07.18 19:19:36.957603 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:36.957697 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:36.957738 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:36.958073 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:36.958106 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:36.958418 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:19:36.958620 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:36.958748 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.07.18 19:19:36.958782 [ 4 ] {02f4b8d5-4c45-4ee4-b414-c6a5f69066d2} TCPHandler: Processed in 0.001229009 sec. 2025.07.18 19:19:40.461555 [ 100 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:19:40.461611 [ 100 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:19:40.591591 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 2025.07.18 19:19:40.592279 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:40.592350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:40.593023 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:19:40.593261 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:40.593391 [ 100 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:19:40.593396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.07.18 19:19:40.593430 [ 100 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:40.593451 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:40.593546 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:19:40.593646 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:40.593683 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:19:40.593745 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part 2025.07.18 19:19:40.593796 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part 2025.07.18 19:19:40.593847 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part 2025.07.18 19:19:40.593892 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part 2025.07.18 19:19:40.593940 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part 2025.07.18 19:19:40.596045 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002533759 sec., 6524298.483004895 rows/sec., 93.33 MiB/sec. 2025.07.18 19:19:40.596252 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:19:40.596749 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:40.596855 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_36_7} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:19:40.596984 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.07.18 19:19:40.626687 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 940 2025.07.18 19:19:40.628928 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:40.628972 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:40.630142 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:40.630408 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:40.630565 [ 100 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:19:40.630620 [ 100 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:40.630651 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:40.630667 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 940 2025.07.18 19:19:40.630756 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:19:40.631235 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:40.631381 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 780 rows starting from the beginning of the part 2025.07.18 19:19:40.631742 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2025.07.18 19:19:40.632070 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.07.18 19:19:40.632390 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2025.07.18 19:19:40.632718 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part 2025.07.18 19:19:40.633050 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.07.18 19:19:40.638734 [ 188 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 72 columns (72 merged, 0 gathered) in 0.008020874 sec., 117194.21100493537 rows/sec., 95.58 MiB/sec. 2025.07.18 19:19:40.640179 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:19:40.640766 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:40.640846 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_26_5} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:19:40.641075 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2025.07.18 19:19:41.491548 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.07.18 19:19:41.509248 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.509298 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.514744 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:19:41.515418 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.515729 [ 98 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:19:41.515803 [ 98 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.515828 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.515962 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.518418 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.07.18 19:19:41.519857 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.521273 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.525869 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.530537 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.535212 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.539380 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:19:41.543236 [ 199 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2025.07.18 19:19:41.603354 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.087452624 sec., 3098.820682613251 rows/sec., 16.02 MiB/sec. 2025.07.18 19:19:41.606325 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:19:41.608264 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.608377 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_36_7} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:19:41.610780 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.07.18 19:19:41.964302 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.964476 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.964541 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:41.965308 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.965356 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.965778 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:41.966012 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.966139 [ 98 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.07.18 19:19:41.966164 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} executeQuery: Read 392 rows, 25.47 KiB in 0.001736 sec., 225806.45161290324 rows/sec., 14.33 MiB/sec. 2025.07.18 19:19:41.966200 [ 98 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.966218 [ 4 ] {63e9dfac-84f1-45a5-82d8-5e6bc5555201} TCPHandler: Processed in 0.002046061 sec. 2025.07.18 19:19:41.966230 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.966345 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.07.18 19:19:41.966353 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.966459 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.966482 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:41.966528 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 392 rows starting from the beginning of the part 2025.07.18 19:19:41.966562 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:41.966588 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:41.966634 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:41.966678 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:41.966715 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 392 rows starting from the beginning of the part 2025.07.18 19:19:41.967352 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.967387 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.967640 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347371 sec., 1454684.7156425365 rows/sec., 97.84 MiB/sec. 2025.07.18 19:19:41.967753 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.07.18 19:19:41.967980 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.968010 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:19:41.968044 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_25_6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.07.18 19:19:41.968102 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:19:41.968220 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.968350 [ 98 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:19:41.968360 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} executeQuery: Read 1149 rows, 93.90 KiB in 0.001897 sec., 605693.1997891407 rows/sec., 48.34 MiB/sec. 2025.07.18 19:19:41.968392 [ 98 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.968414 [ 4 ] {8eda3374-f20d-491a-993f-37ca1bd8a7a3} TCPHandler: Processed in 0.002115613 sec. 2025.07.18 19:19:41.968419 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.968517 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:19:41.968537 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.968616 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.968635 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.968646 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2298 rows starting from the beginning of the part 2025.07.18 19:19:41.968676 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:41.968706 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:19:41.968752 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part 2025.07.18 19:19:41.968789 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:19:41.968827 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2025.07.18 19:19:41.968863 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:19:41.969138 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.969173 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.969488 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:41.969717 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.969849 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} executeQuery: Read 237 rows, 14.86 KiB in 0.001233 sec., 192214.11192214114 rows/sec., 11.77 MiB/sec. 2025.07.18 19:19:41.969888 [ 4 ] {f276331d-a3a1-4442-900b-5b46547aa80f} TCPHandler: Processed in 0.001400271 sec. 2025.07.18 19:19:41.969998 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.970092 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.970132 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:41.970589 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.970627 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.970776 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5863 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296355 sec., 2553176.6647578445 rows/sec., 214.76 MiB/sec. 2025.07.18 19:19:41.971024 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:19:41.971157 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:19:41.971247 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.971363 [ 98 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 2025.07.18 19:19:41.971390 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} executeQuery: Read 203 rows, 13.41 KiB in 0.001315 sec., 154372.6235741445 rows/sec., 9.96 MiB/sec. 2025.07.18 19:19:41.971401 [ 98 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.971434 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.971435 [ 4 ] {df64ceff-5907-488b-86c3-554956c02ffd} TCPHandler: Processed in 0.001487133 sec. 2025.07.18 19:19:41.971436 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.971535 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_51_10} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:19:41.971540 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full 2025.07.18 19:19:41.971557 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.971605 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.07.18 19:19:41.971672 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.971678 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.971715 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:41.971725 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 431 rows starting from the beginning of the part 2025.07.18 19:19:41.971803 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:41.971852 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part 2025.07.18 19:19:41.971895 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:41.971934 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:41.971972 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 203 rows starting from the beginning of the part 2025.07.18 19:19:41.972150 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.972191 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.972539 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:41.972759 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.972863 [ 98 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.07.18 19:19:41.972885 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} executeQuery: Read 202 rows, 11.75 KiB in 0.00123 sec., 164227.64227642276 rows/sec., 9.33 MiB/sec. 2025.07.18 19:19:41.972896 [ 98 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.972926 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.972928 [ 4 ] {626cedf2-e940-4c65-984d-4601ac3d0059} TCPHandler: Processed in 0.001421942 sec. 2025.07.18 19:19:41.972977 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485223 sec., 990423.6602853579 rows/sec., 68.65 MiB/sec. 2025.07.18 19:19:41.973001 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.07.18 19:19:41.973050 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.973095 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.973125 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 202 rows starting from the beginning of the part 2025.07.18 19:19:41.973148 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:41.973170 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:41.973179 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2025.07.18 19:19:41.973193 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:41.973213 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:41.973251 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:41.973288 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 202 rows starting from the beginning of the part 2025.07.18 19:19:41.973531 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.973616 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_27_6} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 2025.07.18 19:19:41.973698 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:19:41.973802 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.973838 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.974021 [ 192 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001048286 sec., 963477.5242634166 rows/sec., 58.40 MiB/sec. 2025.07.18 19:19:41.974146 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.07.18 19:19:41.974175 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:19:41.974389 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.974405 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.974450 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_25_6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.07.18 19:19:41.974517 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:19:41.974529 [ 98 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:19:41.974531 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} executeQuery: Read 693 rows, 49.85 KiB in 0.0014 sec., 495000 rows/sec., 34.77 MiB/sec. 2025.07.18 19:19:41.974566 [ 98 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.974590 [ 4 ] {6aa74624-0996-4a88-928b-a49ad4064c40} TCPHandler: Processed in 0.001590735 sec. 2025.07.18 19:19:41.974591 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.974677 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:19:41.974707 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.974757 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.974784 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1185 rows starting from the beginning of the part 2025.07.18 19:19:41.974805 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:41.974828 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 693 rows starting from the beginning of the part 2025.07.18 19:19:41.974852 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:41.974870 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part 2025.07.18 19:19:41.974909 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 705 rows starting from the beginning of the part 2025.07.18 19:19:41.974947 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2025.07.18 19:19:41.974981 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 693 rows starting from the beginning of the part 2025.07.18 19:19:41.975186 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.975225 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.975566 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:41.975774 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.975906 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} executeQuery: Read 6 rows, 321.00 B in 0.00112 sec., 5357.142857142858 rows/sec., 279.89 KiB/sec. 2025.07.18 19:19:41.975943 [ 4 ] {2670d11d-3bc8-416e-8ff5-4b8db0828298} TCPHandler: Processed in 0.001286329 sec. 2025.07.18 19:19:41.976048 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.976142 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.976175 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001526153 sec., 2230444.7850248306 rows/sec., 167.09 MiB/sec. 2025.07.18 19:19:41.976184 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:41.976377 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:19:41.976627 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.976637 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.976679 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.976703 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_51_10} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:19:41.976780 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.07.18 19:19:41.977058 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:19:41.977279 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.977390 [ 98 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:19:41.977411 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} executeQuery: Read 307 rows, 20.68 KiB in 0.001286 sec., 238724.72783825817 rows/sec., 15.70 MiB/sec. 2025.07.18 19:19:41.977424 [ 98 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.977452 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.977455 [ 4 ] {9a63b9a1-a4f2-4052-b3e9-f04c7858a4b9} TCPHandler: Processed in 0.001457213 sec. 2025.07.18 19:19:41.977540 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:19:41.977573 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.977672 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.977680 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.977716 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:41.977725 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 18587 rows starting from the beginning of the part 2025.07.18 19:19:41.977801 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 307 rows starting from the beginning of the part 2025.07.18 19:19:41.977848 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:19:41.977894 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 313 rows starting from the beginning of the part 2025.07.18 19:19:41.977938 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2025.07.18 19:19:41.977980 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 307 rows starting from the beginning of the part 2025.07.18 19:19:41.978034 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.978073 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.978427 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:41.978630 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.978734 [ 98 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.07.18 19:19:41.978763 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2025.07.18 19:19:41.978764 [ 98 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.978803 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.978804 [ 4 ] {66e99011-f991-48d8-a84b-adee9de98704} TCPHandler: Processed in 0.00128047 sec. 2025.07.18 19:19:41.978874 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.07.18 19:19:41.978922 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.978954 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:41.978984 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part 2025.07.18 19:19:41.979021 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.979027 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.07.18 19:19:41.979080 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.07.18 19:19:41.979083 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:41.979114 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.07.18 19:19:41.979149 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.07.18 19:19:41.979183 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.07.18 19:19:41.979921 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.979964 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.980146 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.0013021 sec., 19199.754243145686 rows/sec., 1.26 MiB/sec. 2025.07.18 19:19:41.980272 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.07.18 19:19:41.980606 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.980674 [ 193 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_25_5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.07.18 19:19:41.980731 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:19:41.980853 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:19:41.981089 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.981231 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} executeQuery: Read 41 rows, 75.23 KiB in 0.002227 sec., 18410.41760215537 rows/sec., 32.99 MiB/sec. 2025.07.18 19:19:41.981294 [ 4 ] {90288a4d-1ef1-4237-a960-9ece2cdd38af} TCPHandler: Processed in 0.002419957 sec. 2025.07.18 19:19:41.981406 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:41.981500 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:41.981541 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:41.981861 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:41.981898 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:41.982204 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:19:41.982447 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.982575 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} executeQuery: Read 102 rows, 6.42 KiB in 0.001092 sec., 93406.5934065934 rows/sec., 5.74 MiB/sec. 2025.07.18 19:19:41.982611 [ 4 ] {a08d1839-cf4a-4c3d-b74c-38e49b1edd5b} TCPHandler: Processed in 0.001254619 sec. 2025.07.18 19:19:41.984209 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 19834 rows, containing 5 columns (5 merged, 0 gathered) in 0.006709393 sec., 2956154.155823038 rows/sec., 197.78 MiB/sec. 2025.07.18 19:19:41.984612 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:19:41.984932 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:41.985017 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_51_10} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:19:41.985108 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.07.18 19:19:42.001102 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 257.06 MiB, peak 267.94 MiB, free memory in arenas 0.00 B, will set to 264.21 MiB (RSS), difference: 7.15 MiB 2025.07.18 19:19:46.596861 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:46.597045 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:46.597107 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:46.598394 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.598431 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.598940 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:19:46.599174 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.599330 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} executeQuery: Read 1196 rows, 100.97 KiB in 0.002334 sec., 512425.0214224507 rows/sec., 42.25 MiB/sec. 2025.07.18 19:19:46.599371 [ 4 ] {7ec05fa0-d264-42e5-bfce-76a1f77646e6} TCPHandler: Processed in 0.002633341 sec. 2025.07.18 19:19:46.599488 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:46.599584 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:46.599625 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:46.600120 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.600154 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.600463 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:19:46.600676 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.600803 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} executeQuery: Read 228 rows, 15.81 KiB in 0.001238 sec., 184168.01292407108 rows/sec., 12.47 MiB/sec. 2025.07.18 19:19:46.600838 [ 4 ] {4896bc33-86a0-40d0-8520-6b46cefa865d} TCPHandler: Processed in 0.001400771 sec. 2025.07.18 19:19:46.600939 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:46.601032 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:46.601071 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:46.601641 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.601674 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.601987 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:19:46.602210 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.602345 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} executeQuery: Read 520 rows, 39.40 KiB in 0.00133 sec., 390977.44360902254 rows/sec., 28.93 MiB/sec. 2025.07.18 19:19:46.602381 [ 4 ] {a515ef9d-b725-4712-aa36-3b2985e8d7b2} TCPHandler: Processed in 0.001490573 sec. 2025.07.18 19:19:46.602492 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:46.602586 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:46.602629 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:46.603236 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.603269 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.603649 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:19:46.603863 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.603989 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} executeQuery: Read 1006 rows, 69.24 KiB in 0.001421 sec., 707952.1463757918 rows/sec., 47.59 MiB/sec. 2025.07.18 19:19:46.604024 [ 4 ] {383dbe51-c095-4575-bf99-ff5459d8e49f} TCPHandler: Processed in 0.001581044 sec. 2025.07.18 19:19:46.604134 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:46.604229 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:46.604270 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:46.604618 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.604652 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.604946 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:19:46.605145 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.605238 [ 91 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:19:46.605271 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.07.18 19:19:46.605277 [ 91 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:46.605307 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:46.605325 [ 4 ] {26ad7e35-9466-4ee8-8b73-542faa95f628} TCPHandler: Processed in 0.001239389 sec. 2025.07.18 19:19:46.605423 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:46.605560 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:46.605598 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3546 rows starting from the beginning of the part 2025.07.18 19:19:46.605660 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:46.605703 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 102 rows starting from the beginning of the part 2025.07.18 19:19:46.605746 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:46.605784 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 102 rows starting from the beginning of the part 2025.07.18 19:19:46.605821 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:19:46.607111 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3930 rows, containing 4 columns (4 merged, 0 gathered) in 0.001741147 sec., 2257132.798092292 rows/sec., 143.51 MiB/sec. 2025.07.18 19:19:46.607536 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:19:46.607931 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:46.608022 [ 193 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_51_10} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:19:46.608121 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.07.18 19:19:48.093500 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 2025.07.18 19:19:48.094281 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:48.094349 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:48.095055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:19:48.095414 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:48.095596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.07.18 19:19:49.018524 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.07.18 19:19:49.033934 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:49.033983 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.07.18 19:19:49.039374 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:19:49.040079 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:49.042652 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.07.18 19:19:50.630892 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 972 2025.07.18 19:19:50.633162 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:50.633210 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:50.634388 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:19:50.634649 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:50.634906 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 972 2025.07.18 19:19:51.964990 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.965162 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.965226 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:19:51.966057 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.966101 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.966502 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:51.966718 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.966871 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} executeQuery: Read 392 rows, 25.47 KiB in 0.001757 sec., 223107.56972111552 rows/sec., 14.15 MiB/sec. 2025.07.18 19:19:51.966912 [ 4 ] {bfd3d47d-bb79-4a37-9ffa-441147be750c} TCPHandler: Processed in 0.002043791 sec. 2025.07.18 19:19:51.967035 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.967130 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:51.967170 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:51.968729 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.968766 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.969152 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:19:51.969355 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.969488 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} executeQuery: Read 1149 rows, 93.90 KiB in 0.002378 sec., 483179.142136249 rows/sec., 38.56 MiB/sec. 2025.07.18 19:19:51.969525 [ 4 ] {69cf32b3-003c-4508-8b5e-8cff3f3d5753} TCPHandler: Processed in 0.002538359 sec. 2025.07.18 19:19:51.969639 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.969732 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.969772 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:19:51.970294 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.970330 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.970633 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:19:51.970855 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.970980 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} executeQuery: Read 237 rows, 14.86 KiB in 0.001267 sec., 187056.03788476717 rows/sec., 11.45 MiB/sec. 2025.07.18 19:19:51.971017 [ 4 ] {fcb5ca57-6a79-41cc-939b-9505b3d40bef} TCPHandler: Processed in 0.001425252 sec. 2025.07.18 19:19:51.971128 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.971220 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.971258 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:19:51.971751 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.971788 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.972081 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:19:51.972281 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.972411 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} executeQuery: Read 203 rows, 13.41 KiB in 0.001209 sec., 167907.36145574856 rows/sec., 10.83 MiB/sec. 2025.07.18 19:19:51.972448 [ 4 ] {73470182-1610-4d4e-aeba-b9b402046a51} TCPHandler: Processed in 0.001366951 sec. 2025.07.18 19:19:51.972557 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.972647 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.972685 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:19:51.973150 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.973186 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.973482 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:51.973680 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.973802 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} executeQuery: Read 202 rows, 11.75 KiB in 0.001172 sec., 172354.94880546074 rows/sec., 9.79 MiB/sec. 2025.07.18 19:19:51.973840 [ 4 ] {decfb069-946c-46d6-8f74-7124c72deb04} TCPHandler: Processed in 0.001328971 sec. 2025.07.18 19:19:51.973953 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.974043 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:51.974081 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:51.974783 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.974819 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.975146 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:19:51.975347 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.975471 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} executeQuery: Read 693 rows, 49.85 KiB in 0.001445 sec., 479584.77508650516 rows/sec., 33.69 MiB/sec. 2025.07.18 19:19:51.975507 [ 4 ] {9785eff5-3d60-462b-98d9-de86f5241463} TCPHandler: Processed in 0.001600935 sec. 2025.07.18 19:19:51.975620 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.975710 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:19:51.975751 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:19:51.976080 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.976115 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.976423 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:51.976631 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.976732 [ 82 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:19:51.976755 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.07.18 19:19:51.976800 [ 82 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.976807 [ 4 ] {bbf3a931-a10a-4d2c-97c5-10ac21bc5cf5} TCPHandler: Processed in 0.001233699 sec. 2025.07.18 19:19:51.976827 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.976928 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.977063 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.977078 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:19:51.977104 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:51.977231 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:51.977272 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2025.07.18 19:19:51.977337 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:51.977382 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:51.977454 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:51.977494 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:51.977532 [ 200 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.07.18 19:19:51.977616 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.977658 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.978035 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:19:51.978257 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.978324 [ 193 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00130324 sec., 119701.6666155121 rows/sec., 6.11 MiB/sec. 2025.07.18 19:19:51.978384 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} executeQuery: Read 307 rows, 20.68 KiB in 0.001339 sec., 229275.5787901419 rows/sec., 15.08 MiB/sec. 2025.07.18 19:19:51.978425 [ 4 ] {4736d6e5-71cc-4896-9b99-1a79f917fd3e} TCPHandler: Processed in 0.001543914 sec. 2025.07.18 19:19:51.978528 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:19:51.978552 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.978648 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.978692 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:19:51.978854 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.978940 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_26_5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:19:51.979022 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.979030 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.07.18 19:19:51.979066 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.979371 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:51.979579 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.979704 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2025.07.18 19:19:51.979739 [ 4 ] {ce58f3d7-2284-42d6-8ec9-50d94a83096a} TCPHandler: Processed in 0.001233819 sec. 2025.07.18 19:19:51.979858 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.979948 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.980000 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:19:51.980829 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.980865 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.981436 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:19:51.981652 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.981759 [ 82 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.07.18 19:19:51.981783 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} executeQuery: Read 41 rows, 75.23 KiB in 0.001853 sec., 22126.281705342688 rows/sec., 39.65 MiB/sec. 2025.07.18 19:19:51.981797 [ 82 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.981825 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.981841 [ 4 ] {6ab84855-3500-4f9f-8973-f3f5753369b7} TCPHandler: Processed in 0.002029352 sec. 2025.07.18 19:19:51.981914 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:19:51.981961 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:51.982057 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:51.982097 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:51.982138 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:19:51.982206 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 831 rows starting from the beginning of the part 2025.07.18 19:19:51.982346 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:51.982438 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:51.982465 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:51.982480 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:51.982581 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:51.982690 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:51.982793 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part 2025.07.18 19:19:51.982808 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:19:51.983033 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.983164 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} executeQuery: Read 102 rows, 6.42 KiB in 0.001125 sec., 90666.66666666667 rows/sec., 5.57 MiB/sec. 2025.07.18 19:19:51.983199 [ 4 ] {77b6f1c0-c7dd-497a-b053-2598357db565} TCPHandler: Processed in 0.001285269 sec. 2025.07.18 19:19:51.989020 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 19 columns (19 merged, 0 gathered) in 0.00714519 sec., 144992.6454020117 rows/sec., 259.82 MiB/sec. 2025.07.18 19:19:51.990185 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.07.18 19:19:51.990507 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:51.990579 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_26_5} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.07.18 19:19:51.990668 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2025.07.18 19:19:52.000151 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 265.60 MiB, peak 273.98 MiB, free memory in arenas 0.00 B, will set to 268.79 MiB (RSS), difference: 3.19 MiB 2025.07.18 19:19:55.461855 [ 77 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:19:55.461920 [ 77 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:19:55.595758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 2025.07.18 19:19:55.596244 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:55.596289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:55.596785 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:19:55.597023 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:55.597165 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.07.18 19:19:56.542813 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.07.18 19:19:56.558893 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:56.558952 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:56.564605 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:19:56.565317 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:56.567988 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.07.18 19:19:56.952591 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:56.952772 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:19:56.952836 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:19:56.953497 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:56.953544 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:56.953937 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:19:56.954168 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:56.954319 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} executeQuery: Read 56 rows, 4.41 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.70 MiB/sec. 2025.07.18 19:19:56.954360 [ 4 ] {c4257062-ac1a-40ec-8f67-29879af669cf} TCPHandler: Processed in 0.001896069 sec. 2025.07.18 19:19:56.954491 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:56.954588 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:19:56.954628 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:19:56.955061 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:56.955096 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:56.955407 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:19:56.955642 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:56.955772 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2025.07.18 19:19:56.955809 [ 4 ] {670f6e98-3087-4896-8909-68df4f81825f} TCPHandler: Processed in 0.001368452 sec. 2025.07.18 19:19:56.955927 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:56.956020 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:19:56.956064 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:19:56.956487 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:56.956522 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:56.956881 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:19:56.957107 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:56.957236 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2025.07.18 19:19:56.957272 [ 4 ] {1e71816e-24d9-4f92-851a-7d1accf4d1b4} TCPHandler: Processed in 0.001394851 sec. 2025.07.18 19:19:56.957382 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:19:56.957474 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:19:56.957515 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:19:56.957860 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:19:56.957895 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:19:56.958202 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:19:56.958426 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:19:56.958556 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2025.07.18 19:19:56.958592 [ 4 ] {e1dc833b-9652-4b2d-88d1-e136f256bf9a} TCPHandler: Processed in 0.001258339 sec. 2025.07.18 19:20:00.635173 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1002 2025.07.18 19:20:00.637470 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:00.637527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:00.638772 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:00.639068 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:00.639420 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1002 2025.07.18 19:20:01.965167 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.965344 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.965407 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:01.966236 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.966278 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.966717 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:20:01.966998 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.967149 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} executeQuery: Read 392 rows, 25.47 KiB in 0.001854 sec., 211434.73570658037 rows/sec., 13.41 MiB/sec. 2025.07.18 19:20:01.967192 [ 4 ] {75629f9e-909b-4931-87af-f101f077d553} TCPHandler: Processed in 0.002150753 sec. 2025.07.18 19:20:01.967314 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.967409 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:20:01.967450 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:20:01.967858 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.967893 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.968199 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:20:01.968411 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.968538 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} executeQuery: Read 4 rows, 334.00 B in 0.001148 sec., 3484.3205574912895 rows/sec., 284.12 KiB/sec. 2025.07.18 19:20:01.968575 [ 4 ] {ac84eab4-533c-4d70-9584-62abe57345f3} TCPHandler: Processed in 0.00131207 sec. 2025.07.18 19:20:01.968691 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.968785 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:01.968824 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:01.970058 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.970094 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.970466 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:20:01.970682 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.970808 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} executeQuery: Read 1151 rows, 94.05 KiB in 0.002041 sec., 563939.245467908 rows/sec., 45.00 MiB/sec. 2025.07.18 19:20:01.970845 [ 4 ] {ccf49c85-2298-454d-bb5d-299cf740876d} TCPHandler: Processed in 0.002203644 sec. 2025.07.18 19:20:01.970961 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.971059 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.971098 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:01.971649 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.971683 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.972000 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:01.972224 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.972358 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} executeQuery: Read 241 rows, 15.14 KiB in 0.001317 sec., 182991.64768413058 rows/sec., 11.23 MiB/sec. 2025.07.18 19:20:01.972395 [ 4 ] {911290c4-3e2c-4bc6-bf46-aff5ce5680ab} TCPHandler: Processed in 0.001482983 sec. 2025.07.18 19:20:01.972513 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.972655 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.972705 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:01.973322 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.973367 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.973717 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:01.973929 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.974062 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} executeQuery: Read 203 rows, 13.41 KiB in 0.001433 sec., 141660.85136078158 rows/sec., 9.14 MiB/sec. 2025.07.18 19:20:01.974101 [ 4 ] {4e68adcf-e737-437d-8193-a8d85ccf66a3} TCPHandler: Processed in 0.001637655 sec. 2025.07.18 19:20:01.974268 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.974363 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.974402 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:01.974889 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.974926 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.975240 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:20:01.975451 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.975579 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} executeQuery: Read 202 rows, 11.75 KiB in 0.001235 sec., 163562.75303643724 rows/sec., 9.29 MiB/sec. 2025.07.18 19:20:01.975617 [ 4 ] {c1e256f5-1c10-48e0-8175-1f9fcf73f90f} TCPHandler: Processed in 0.001398752 sec. 2025.07.18 19:20:01.975730 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.975824 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:01.975864 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:01.976602 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.976639 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.976975 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:20:01.977208 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.977337 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} executeQuery: Read 697 rows, 50.18 KiB in 0.001531 sec., 455258.00130633573 rows/sec., 32.01 MiB/sec. 2025.07.18 19:20:01.977375 [ 4 ] {e76aeab4-ef7e-4d85-ae26-dff8a1b19600} TCPHandler: Processed in 0.001694326 sec. 2025.07.18 19:20:01.977488 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.977585 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:01.977626 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:01.977962 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.977998 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.978302 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:20:01.978524 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.978654 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2025.07.18 19:20:01.978690 [ 4 ] {4af5b73f-b09b-4f9b-bf74-89c89e298bbb} TCPHandler: Processed in 0.001251059 sec. 2025.07.18 19:20:01.978800 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.978894 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.978936 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:01.979398 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.979435 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.979765 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:20:01.979974 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.980104 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} executeQuery: Read 309 rows, 20.82 KiB in 0.001228 sec., 251628.66449511403 rows/sec., 16.56 MiB/sec. 2025.07.18 19:20:01.980141 [ 4 ] {e7b6aa94-6812-4976-b91f-891759078e95} TCPHandler: Processed in 0.001390961 sec. 2025.07.18 19:20:01.980251 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.980346 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.980388 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:01.980701 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.980736 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.981042 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:20:01.981260 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.981388 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} executeQuery: Read 1 rows, 69.00 B in 0.001061 sec., 942.507068803016 rows/sec., 63.51 KiB/sec. 2025.07.18 19:20:01.981425 [ 4 ] {f20bca1d-49ad-4459-8ce3-86e0f0724b17} TCPHandler: Processed in 0.001221779 sec. 2025.07.18 19:20:01.981533 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.981627 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.981681 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:01.982529 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.982566 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.983117 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:20:01.983336 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.983472 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} executeQuery: Read 41 rows, 75.23 KiB in 0.001863 sec., 22007.514761137947 rows/sec., 39.44 MiB/sec. 2025.07.18 19:20:01.983525 [ 4 ] {23539830-bacc-42ad-8269-6f9e76117246} TCPHandler: Processed in 0.002039591 sec. 2025.07.18 19:20:01.983638 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:01.983733 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:01.983773 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:01.984120 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:01.984156 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:01.984467 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:20:01.984680 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:01.984810 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} executeQuery: Read 102 rows, 6.42 KiB in 0.001096 sec., 93065.69343065693 rows/sec., 5.72 MiB/sec. 2025.07.18 19:20:01.984847 [ 4 ] {923fc3b3-8fd3-4465-b842-d1d7101f034b} TCPHandler: Processed in 0.0012575 sec. 2025.07.18 19:20:03.097370 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 2025.07.18 19:20:03.098181 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:03.098253 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:03.099174 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:20:03.099399 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:03.099533 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.07.18 19:20:04.068155 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.07.18 19:20:04.085135 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:04.085184 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:04.091640 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:20:04.092386 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:04.095275 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.07.18 19:20:06.952772 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:06.952987 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:06.953062 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:06.953749 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.953798 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.954196 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:20:06.954422 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.954560 [ 62 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:20:06.954574 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} executeQuery: Read 56 rows, 4.41 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.62 MiB/sec. 2025.07.18 19:20:06.954647 [ 62 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.954667 [ 4 ] {1aa9ba45-b992-4544-8e4d-db30a372d09e} TCPHandler: Processed in 0.002027491 sec. 2025.07.18 19:20:06.954679 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.954795 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:06.954815 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:20:06.954896 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:06.954943 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:06.954978 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:06.955022 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2298 rows starting from the beginning of the part 2025.07.18 19:20:06.955098 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:20:06.955150 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:20:06.955199 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2025.07.18 19:20:06.955244 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:20:06.955288 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2025.07.18 19:20:06.955363 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.955407 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.955761 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:20:06.955986 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.956116 [ 62 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:20:06.956123 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. 2025.07.18 19:20:06.956161 [ 62 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.956191 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.956196 [ 4 ] {1e3324c0-7411-4619-ab9e-c7ce6f9276dd} TCPHandler: Processed in 0.001451883 sec. 2025.07.18 19:20:06.956278 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:20:06.956325 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:06.956380 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:06.956413 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1185 rows starting from the beginning of the part 2025.07.18 19:20:06.956426 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:06.956468 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 520 rows starting from the beginning of the part 2025.07.18 19:20:06.956476 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:06.956523 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 693 rows starting from the beginning of the part 2025.07.18 19:20:06.956570 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2025.07.18 19:20:06.956612 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 697 rows starting from the beginning of the part 2025.07.18 19:20:06.956659 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2025.07.18 19:20:06.956912 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.956954 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.957540 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.002781772 sec., 2123107.1417786935 rows/sec., 179.72 MiB/sec. 2025.07.18 19:20:06.957582 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:20:06.957813 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.957877 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642056 sec., 1962783.242471633 rows/sec., 148.27 MiB/sec. 2025.07.18 19:20:06.957917 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:20:06.957937 [ 62 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:20:06.957964 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2025.07.18 19:20:06.957969 [ 62 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.958007 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.958010 [ 4 ] {da8f3517-ea36-48df-a5ea-3cb895e7128f} TCPHandler: Processed in 0.001733497 sec. 2025.07.18 19:20:06.958081 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:06.958107 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:20:06.958137 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:06.958183 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:06.958217 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 19834 rows starting from the beginning of the part 2025.07.18 19:20:06.958239 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:06.958267 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:20:06.958271 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.958288 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:06.958313 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 307 rows starting from the beginning of the part 2025.07.18 19:20:06.958355 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:06.958380 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_56_11} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:20:06.958393 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 309 rows starting from the beginning of the part 2025.07.18 19:20:06.958437 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2025.07.18 19:20:06.958448 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.958505 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:20:06.958535 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_56_11} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:20:06.958625 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:20:06.958648 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:06.958690 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:06.959029 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:20:06.959240 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.959374 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2025.07.18 19:20:06.959411 [ 4 ] {e5edeb47-d5c8-476a-b160-6015bec49b30} TCPHandler: Processed in 0.00132344 sec. 2025.07.18 19:20:06.963218 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 21776 rows, containing 5 columns (5 merged, 0 gathered) in 0.00516526 sec., 4215857.478616759 rows/sec., 282.16 MiB/sec. 2025.07.18 19:20:06.963658 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:20:06.963973 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:06.964055 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_56_11} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:20:06.964166 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.07.18 19:20:10.461967 [ 56 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:20:10.462022 [ 56 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:20:10.599711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 2025.07.18 19:20:10.600214 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:10.600256 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:10.600794 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:20:10.601044 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:10.601171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.07.18 19:20:10.639788 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1034 2025.07.18 19:20:10.642266 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:10.642328 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:10.643562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:10.643844 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:10.644216 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2025.07.18 19:20:11.595449 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.07.18 19:20:11.612582 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.612632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.618754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:20:11.619462 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.622312 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.07.18 19:20:11.966405 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.966604 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.966679 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:11.967498 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.967543 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.967981 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:11.968219 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.968370 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} executeQuery: Read 392 rows, 25.47 KiB in 0.001819 sec., 215503.02363936228 rows/sec., 13.67 MiB/sec. 2025.07.18 19:20:11.968412 [ 4 ] {257bee55-1c43-46d3-b268-6361a192dc83} TCPHandler: Processed in 0.002142393 sec. 2025.07.18 19:20:11.968528 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.968625 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:11.968666 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:11.969764 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.969800 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.970173 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:20:11.970392 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.970522 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} executeQuery: Read 1149 rows, 93.90 KiB in 0.001917 sec., 599374.0219092332 rows/sec., 47.84 MiB/sec. 2025.07.18 19:20:11.970560 [ 4 ] {2c427ad9-fc6a-442c-8a67-3621a5dbf9d7} TCPHandler: Processed in 0.002081792 sec. 2025.07.18 19:20:11.970671 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.970767 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.970806 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:11.971336 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.971374 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.971679 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:11.971901 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.972028 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} executeQuery: Read 237 rows, 14.86 KiB in 0.001281 sec., 185011.70960187353 rows/sec., 11.33 MiB/sec. 2025.07.18 19:20:11.972067 [ 4 ] {623d5f10-0558-4fc0-9e94-0c1a7aeba00e} TCPHandler: Processed in 0.001444752 sec. 2025.07.18 19:20:11.972171 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.972265 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.972304 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:11.972856 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.972904 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.973282 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:11.973540 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.973704 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} executeQuery: Read 203 rows, 13.41 KiB in 0.001455 sec., 139518.90034364263 rows/sec., 9.00 MiB/sec. 2025.07.18 19:20:11.973749 [ 4 ] {5cd7a0c5-3e83-47af-84d4-543e59bf11db} TCPHandler: Processed in 0.001625434 sec. 2025.07.18 19:20:11.973859 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.973956 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.973997 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:11.974477 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.974516 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.974834 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:11.975045 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.975169 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} executeQuery: Read 202 rows, 11.75 KiB in 0.001231 sec., 164094.23233143784 rows/sec., 9.32 MiB/sec. 2025.07.18 19:20:11.975205 [ 4 ] {45d11f3e-91d1-4810-8ccc-d7eaf78b19df} TCPHandler: Processed in 0.001393781 sec. 2025.07.18 19:20:11.975312 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.975404 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:11.975442 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:11.976180 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.976215 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.976537 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:20:11.976776 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.976905 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} executeQuery: Read 693 rows, 49.85 KiB in 0.00152 sec., 455921.05263157893 rows/sec., 32.03 MiB/sec. 2025.07.18 19:20:11.976942 [ 4 ] {da8a1b23-e579-4f70-9224-12ff6076fafe} TCPHandler: Processed in 0.001678136 sec. 2025.07.18 19:20:11.977049 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.977152 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:11.977195 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:11.977538 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.977577 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.977942 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:11.978387 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.978666 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec. 2025.07.18 19:20:11.978746 [ 4 ] {152d2f47-2ff2-4ce6-808c-8f549bbc4aa0} TCPHandler: Processed in 0.001746516 sec. 2025.07.18 19:20:11.979044 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.979260 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.979376 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:11.980226 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.980280 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.980814 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:20:11.981112 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.981295 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} executeQuery: Read 307 rows, 20.68 KiB in 0.002104 sec., 145912.5475285171 rows/sec., 9.60 MiB/sec. 2025.07.18 19:20:11.981348 [ 4 ] {087f8023-a7e0-46d3-8b34-eea2c7d87e80} TCPHandler: Processed in 0.002493678 sec. 2025.07.18 19:20:11.981587 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.981767 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.981835 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:11.982324 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.982370 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.982733 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:11.982959 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.983103 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. 2025.07.18 19:20:11.983156 [ 4 ] {c684cd97-982a-427a-bcd8-7c843024bf79} TCPHandler: Processed in 0.001709696 sec. 2025.07.18 19:20:11.983288 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.983396 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.983453 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:11.984382 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.984416 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.985008 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:20:11.985223 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.985361 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} executeQuery: Read 41 rows, 75.23 KiB in 0.001991 sec., 20592.66700150678 rows/sec., 36.90 MiB/sec. 2025.07.18 19:20:11.985412 [ 4 ] {34063d27-fce6-49d7-82dd-cd8dec86f8bf} TCPHandler: Processed in 0.002193994 sec. 2025.07.18 19:20:11.985532 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:11.985627 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:11.985668 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:11.986026 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.986060 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.986362 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:20:11.986565 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.986664 [ 51 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:20:11.986700 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} executeQuery: Read 102 rows, 6.42 KiB in 0.001092 sec., 93406.5934065934 rows/sec., 5.74 MiB/sec. 2025.07.18 19:20:11.986700 [ 51 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:11.986731 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:11.986737 [ 4 ] {33a9e671-64f4-46c7-adf9-a23f4a1a9d17} TCPHandler: Processed in 0.001255839 sec. 2025.07.18 19:20:11.986833 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:11.986966 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:11.987000 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3930 rows starting from the beginning of the part 2025.07.18 19:20:11.987065 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 102 rows starting from the beginning of the part 2025.07.18 19:20:11.987113 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:11.987159 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 102 rows starting from the beginning of the part 2025.07.18 19:20:11.987200 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:11.987243 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 102 rows starting from the beginning of the part 2025.07.18 19:20:11.988544 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4356 rows, containing 4 columns (4 merged, 0 gathered) in 0.001757317 sec., 2478778.7291649715 rows/sec., 157.49 MiB/sec. 2025.07.18 19:20:11.988859 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:20:11.989129 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:11.989192 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_56_11} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:20:11.989275 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.07.18 19:20:12.000164 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 271.84 MiB, peak 277.13 MiB, free memory in arenas 0.00 B, will set to 270.52 MiB (RSS), difference: -1.31 MiB 2025.07.18 19:20:12.028096 [ 51 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.07.18 19:20:12.028163 [ 51 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:12.028184 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:12.028270 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:20:12.028375 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:12.028402 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:20:12.028450 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.07.18 19:20:12.028488 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.07.18 19:20:12.028524 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.07.18 19:20:12.028557 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2025.07.18 19:20:12.029202 [ 191 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.000966095 sec., 39333.605908321646 rows/sec., 3.28 MiB/sec. 2025.07.18 19:20:12.029329 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.07.18 19:20:12.029559 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:12.029623 [ 186 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_9_2} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.07.18 19:20:12.029691 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:20:16.597479 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.597674 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:20:16.597748 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:20:16.598358 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.598408 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.598800 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:20:16.599034 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.599191 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} executeQuery: Read 2 rows, 167.00 B in 0.001567 sec., 1276.3241863433311 rows/sec., 104.08 KiB/sec. 2025.07.18 19:20:16.599239 [ 4 ] {ec1153cf-0e4f-4062-83cf-e6788977d906} TCPHandler: Processed in 0.001887889 sec. 2025.07.18 19:20:16.599349 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.599451 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:16.599493 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:16.600324 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.600361 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.600765 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:20:16.600971 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.601110 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} executeQuery: Read 1197 rows, 101.04 KiB in 0.001681 sec., 712076.1451516955 rows/sec., 58.70 MiB/sec. 2025.07.18 19:20:16.601148 [ 4 ] {b6b7316d-e219-4ad4-add1-46482b5b115b} TCPHandler: Processed in 0.001849878 sec. 2025.07.18 19:20:16.601271 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.601396 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:16.601447 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:16.601911 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.601947 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.602242 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:16.602453 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.602557 [ 48 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.07.18 19:20:16.602579 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} executeQuery: Read 2 rows, 143.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 115.51 KiB/sec. 2025.07.18 19:20:16.602624 [ 48 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.602630 [ 4 ] {681aab85-9b44-4aaa-8c7b-5ef35677b314} TCPHandler: Processed in 0.001422142 sec. 2025.07.18 19:20:16.602653 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.602749 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.602766 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.07.18 19:20:16.602849 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:16.602894 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:16.602898 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:16.602947 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 255 rows starting from the beginning of the part 2025.07.18 19:20:16.603023 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part 2025.07.18 19:20:16.603078 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part 2025.07.18 19:20:16.603122 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 241 rows starting from the beginning of the part 2025.07.18 19:20:16.603163 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part 2025.07.18 19:20:16.603204 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part 2025.07.18 19:20:16.603357 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.603399 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.603724 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:16.603957 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.604066 [ 48 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 2025.07.18 19:20:16.604086 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} executeQuery: Read 228 rows, 15.81 KiB in 0.001256 sec., 181528.66242038217 rows/sec., 12.29 MiB/sec. 2025.07.18 19:20:16.604101 [ 48 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.604126 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.604128 [ 4 ] {9ae39e69-ef0c-4a4c-8eda-c2d4cf4ef9c2} TCPHandler: Processed in 0.001431802 sec. 2025.07.18 19:20:16.604172 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457622 sec., 829433.1452187193 rows/sec., 54.06 MiB/sec. 2025.07.18 19:20:16.604239 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full 2025.07.18 19:20:16.604253 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.604345 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.07.18 19:20:16.604372 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:16.604388 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:16.604411 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:16.604427 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 431 rows starting from the beginning of the part 2025.07.18 19:20:16.604499 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2025.07.18 19:20:16.604546 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:16.604589 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:16.604631 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:16.604673 [ 186 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part 2025.07.18 19:20:16.604681 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.604768 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_30_6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.07.18 19:20:16.604854 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.18 19:20:16.604976 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.605013 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.605357 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:20:16.605575 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.605710 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} executeQuery: Read 522 rows, 39.57 KiB in 0.001356 sec., 384955.7522123894 rows/sec., 28.50 MiB/sec. 2025.07.18 19:20:16.605719 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001541593 sec., 970424.7489447604 rows/sec., 67.72 MiB/sec. 2025.07.18 19:20:16.605753 [ 4 ] {2fb5d7b7-9e82-4ee1-9c5e-ca57f1bac78d} TCPHandler: Processed in 0.001549624 sec. 2025.07.18 19:20:16.605863 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.605863 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2025.07.18 19:20:16.605957 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:16.606000 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:16.606107 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.606166 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_32_7} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 2025.07.18 19:20:16.606237 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:20:16.606553 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.606588 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.606977 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:20:16.607183 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.607312 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} executeQuery: Read 995 rows, 68.49 KiB in 0.001375 sec., 723636.3636363636 rows/sec., 48.65 MiB/sec. 2025.07.18 19:20:16.607349 [ 4 ] {f43ed744-0fee-4fb1-bf01-d343065449ff} TCPHandler: Processed in 0.001534103 sec. 2025.07.18 19:20:16.607458 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:16.607553 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:16.607593 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:16.607919 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:16.607954 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:16.608260 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:20:16.608461 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:16.608586 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.07.18 19:20:16.608620 [ 4 ] {4159e60e-adb0-4edd-a247-f559e7d7bd32} TCPHandler: Processed in 0.001210079 sec. 2025.07.18 19:20:18.101336 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 2025.07.18 19:20:18.101922 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:18.101974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:18.102479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:20:18.102713 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:18.102844 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.07.18 19:20:18.102892 [ 46 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:20:18.102963 [ 46 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:18.102985 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:18.103083 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:20:18.103180 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:18.103216 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part 2025.07.18 19:20:18.103271 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part 2025.07.18 19:20:18.103315 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part 2025.07.18 19:20:18.103354 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part 2025.07.18 19:20:18.103391 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part 2025.07.18 19:20:18.103433 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part 2025.07.18 19:20:18.105171 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002151093 sec., 8762522.12247448 rows/sec., 125.35 MiB/sec. 2025.07.18 19:20:18.105409 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:20:18.105655 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:18.105785 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_41_8} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:20:18.105864 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2025.07.18 19:20:19.122461 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.07.18 19:20:19.139642 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:19.139690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:19.145714 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:20:19.146390 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:19.146698 [ 44 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:20:19.146768 [ 44 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:19.146793 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.07.18 19:20:19.146901 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:19.149466 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.07.18 19:20:19.150634 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:19.152099 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2025.07.18 19:20:19.156542 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.07.18 19:20:19.161029 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:19.165480 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:19.169773 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:19.173667 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:19.223913 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.077054325 sec., 4010.157768561336 rows/sec., 20.74 MiB/sec. 2025.07.18 19:20:19.226626 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:20:19.229465 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:19.229575 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_41_8} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:20:19.232331 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.07.18 19:20:20.644459 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1070 2025.07.18 19:20:20.646801 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:20.646848 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:20.648015 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:20.648279 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:20.648526 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1070 2025.07.18 19:20:21.965526 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.965701 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.965768 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:21.966603 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.966645 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.967038 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:21.967255 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.967383 [ 36 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.07.18 19:20:21.967403 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} executeQuery: Read 392 rows, 25.47 KiB in 0.00175 sec., 224000 rows/sec., 14.21 MiB/sec. 2025.07.18 19:20:21.967452 [ 36 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.967465 [ 4 ] {1620538f-dcad-4a31-a99f-22acb2105218} TCPHandler: Processed in 0.002059222 sec. 2025.07.18 19:20:21.967484 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.967584 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.07.18 19:20:21.967606 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.967698 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:21.967706 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:21.967739 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 392 rows starting from the beginning of the part 2025.07.18 19:20:21.967764 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:21.967812 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 392 rows starting from the beginning of the part 2025.07.18 19:20:21.967863 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 392 rows starting from the beginning of the part 2025.07.18 19:20:21.967905 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 392 rows starting from the beginning of the part 2025.07.18 19:20:21.967946 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 392 rows starting from the beginning of the part 2025.07.18 19:20:21.968928 [ 192 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384461 sec., 1415713.407600503 rows/sec., 95.22 MiB/sec. 2025.07.18 19:20:21.969056 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.07.18 19:20:21.969071 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.969114 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.969327 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.969406 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_29_7} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.07.18 19:20:21.969472 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:20:21.969679 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:20:21.969913 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.970044 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} executeQuery: Read 1149 rows, 93.90 KiB in 0.002357 sec., 487484.0899448451 rows/sec., 38.91 MiB/sec. 2025.07.18 19:20:21.970082 [ 4 ] {dfe0271c-6e6e-4f4d-8071-dee2cd21ee04} TCPHandler: Processed in 0.002525508 sec. 2025.07.18 19:20:21.970197 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.970294 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.970334 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:21.970887 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.970924 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.971233 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:21.971438 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.971569 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} executeQuery: Read 237 rows, 14.86 KiB in 0.001293 sec., 183294.66357308583 rows/sec., 11.22 MiB/sec. 2025.07.18 19:20:21.971606 [ 4 ] {c7ac642d-a7b7-4578-b8b1-7f42faeb74cf} TCPHandler: Processed in 0.001457393 sec. 2025.07.18 19:20:21.971715 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.971814 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.971854 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:21.972358 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.972394 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.972684 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:20:21.972896 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.973023 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} executeQuery: Read 203 rows, 13.41 KiB in 0.001227 sec., 165444.1727791361 rows/sec., 10.67 MiB/sec. 2025.07.18 19:20:21.973060 [ 4 ] {71a2357d-0bfe-47d8-9177-33ade56c5619} TCPHandler: Processed in 0.001394191 sec. 2025.07.18 19:20:21.973168 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.973262 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.973302 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:21.973789 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.973826 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.974122 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:21.974328 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.974423 [ 36 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.07.18 19:20:21.974452 [ 36 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.974452 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} executeQuery: Read 202 rows, 11.75 KiB in 0.001208 sec., 167218.5430463576 rows/sec., 9.50 MiB/sec. 2025.07.18 19:20:21.974472 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.974503 [ 4 ] {fd755237-04b1-4b0d-b48f-9b87e2d7d0a2} TCPHandler: Processed in 0.001384271 sec. 2025.07.18 19:20:21.974603 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.07.18 19:20:21.974621 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.974758 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:21.974774 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:21.974827 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:21.974844 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 202 rows starting from the beginning of the part 2025.07.18 19:20:21.974929 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 202 rows starting from the beginning of the part 2025.07.18 19:20:21.974986 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 202 rows starting from the beginning of the part 2025.07.18 19:20:21.975043 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 202 rows starting from the beginning of the part 2025.07.18 19:20:21.975092 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 202 rows starting from the beginning of the part 2025.07.18 19:20:21.975592 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.975656 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.975992 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450382 sec., 696368.2671185936 rows/sec., 42.21 MiB/sec. 2025.07.18 19:20:21.975998 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:20:21.976152 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.07.18 19:20:21.976251 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.976394 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} executeQuery: Read 693 rows, 49.85 KiB in 0.001657 sec., 418225.70911285456 rows/sec., 29.38 MiB/sec. 2025.07.18 19:20:21.976432 [ 4 ] {40883bff-fa2d-4f88-9288-6aa069d8da4a} TCPHandler: Processed in 0.001859659 sec. 2025.07.18 19:20:21.976442 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.976521 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_29_7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.07.18 19:20:21.976545 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.976592 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:20:21.976643 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:21.976691 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:21.977022 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.977057 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.977355 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:21.977553 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.977676 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2025.07.18 19:20:21.977712 [ 4 ] {7bcad4d7-44c7-470c-9207-0b8a17c803da} TCPHandler: Processed in 0.001215529 sec. 2025.07.18 19:20:21.977819 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.977913 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.977956 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:21.978412 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.978448 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.978773 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:20:21.978982 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.979108 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} executeQuery: Read 307 rows, 20.68 KiB in 0.001213 sec., 253091.5086562242 rows/sec., 16.65 MiB/sec. 2025.07.18 19:20:21.979143 [ 4 ] {6f3ffcb7-ace9-4996-ba9c-beabdf6aa798} TCPHandler: Processed in 0.001371292 sec. 2025.07.18 19:20:21.979251 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.979345 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.979386 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:21.979693 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.979730 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.980014 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:21.980213 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.980338 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2025.07.18 19:20:21.980373 [ 4 ] {fe570b64-c08e-484d-85aa-24309e3c762a} TCPHandler: Processed in 0.001170407 sec. 2025.07.18 19:20:21.980479 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.980573 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.980626 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:21.981504 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.981541 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.982096 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:20:21.982310 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.982443 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} executeQuery: Read 41 rows, 75.23 KiB in 0.001888 sec., 21716.101694915254 rows/sec., 38.91 MiB/sec. 2025.07.18 19:20:21.982495 [ 4 ] {8f310d53-22c9-4d00-8894-0dadd2ad3b80} TCPHandler: Processed in 0.002063262 sec. 2025.07.18 19:20:21.982611 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:21.982705 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:21.982749 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:21.983089 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:21.983125 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:21.983430 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:20:21.983627 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:21.983758 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} executeQuery: Read 102 rows, 6.42 KiB in 0.001071 sec., 95238.09523809525 rows/sec., 5.85 MiB/sec. 2025.07.18 19:20:21.983793 [ 4 ] {ed2e015b-0fb9-4fab-9f9c-e6bc981c9a35} TCPHandler: Processed in 0.001232009 sec. 2025.07.18 19:20:25.462067 [ 25 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:20:25.462137 [ 25 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:20:25.603776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 2025.07.18 19:20:25.604257 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:25.604294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:25.604772 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:20:25.604998 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:25.605134 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.07.18 19:20:26.650437 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.07.18 19:20:26.666421 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:26.666482 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:26.671920 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:20:26.672622 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:26.675415 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.07.18 19:20:26.952809 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:26.952984 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:26.953048 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:26.953703 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:26.953743 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:26.954130 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:20:26.954349 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:26.954492 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. 2025.07.18 19:20:26.954532 [ 4 ] {dc4cbf00-3d45-4b74-abe3-ecddac09b99b} TCPHandler: Processed in 0.001845119 sec. 2025.07.18 19:20:26.954643 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:26.954743 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:26.954786 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:26.955200 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:26.955234 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:26.955534 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:20:26.955742 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:26.955867 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2025.07.18 19:20:26.955904 [ 4 ] {14cc20bc-2bf6-481a-8b0e-15112f43df74} TCPHandler: Processed in 0.001309541 sec. 2025.07.18 19:20:26.956015 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:26.956109 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:26.956153 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:26.956557 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:26.956591 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:26.956922 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:20:26.957132 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:26.957258 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2025.07.18 19:20:26.957293 [ 4 ] {8a63096d-2592-4583-8b69-e312c172a093} TCPHandler: Processed in 0.00132632 sec. 2025.07.18 19:20:26.957392 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:26.957484 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:26.957524 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:26.957855 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:26.957888 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:26.958196 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:20:26.958412 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:26.958536 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.07.18 19:20:26.958569 [ 4 ] {8c48a227-5b01-4272-bfc4-a074bf3d7e72} TCPHandler: Processed in 0.001224809 sec. 2025.07.18 19:20:30.648802 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1100 2025.07.18 19:20:30.651333 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:30.651379 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:30.652495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:30.652743 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:30.652977 [ 33 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:20:30.653066 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1100 2025.07.18 19:20:30.653076 [ 33 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:30.653131 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:30.653312 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:20:30.653944 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:30.654083 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 940 rows starting from the beginning of the part 2025.07.18 19:20:30.654447 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2025.07.18 19:20:30.654799 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2025.07.18 19:20:30.655152 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.07.18 19:20:30.655479 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2025.07.18 19:20:30.655806 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part 2025.07.18 19:20:30.662089 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 72 columns (72 merged, 0 gathered) in 0.008866466 sec., 124062.95811657091 rows/sec., 99.22 MiB/sec. 2025.07.18 19:20:30.663359 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:20:30.663997 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:30.664077 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_31_6} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:20:30.664313 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. 2025.07.18 19:20:31.965723 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.965951 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.966036 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:31.967040 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.967083 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.967499 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:31.967720 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.967880 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} executeQuery: Read 392 rows, 25.47 KiB in 0.001986 sec., 197381.6717019134 rows/sec., 12.52 MiB/sec. 2025.07.18 19:20:31.967923 [ 4 ] {0db40527-d90e-4989-807d-1a85bedc1ab6} TCPHandler: Processed in 0.002343756 sec. 2025.07.18 19:20:31.968047 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.968143 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:20:31.968185 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:20:31.968616 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.968653 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.968938 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:20:31.969152 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.969280 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} executeQuery: Read 12 rows, 1002.00 B in 0.001156 sec., 10380.622837370243 rows/sec., 846.47 KiB/sec. 2025.07.18 19:20:31.969318 [ 4 ] {10536088-4c6e-49fb-8ea4-c06274363061} TCPHandler: Processed in 0.001320241 sec. 2025.07.18 19:20:31.969429 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.969523 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:31.969562 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:31.970556 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.970593 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.970974 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:20:31.971189 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.971317 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} executeQuery: Read 1155 rows, 94.34 KiB in 0.001811 sec., 637769.1882937604 rows/sec., 50.87 MiB/sec. 2025.07.18 19:20:31.971322 [ 32 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:20:31.971354 [ 4 ] {e570dd74-3847-42a5-a808-3c7a41fcdd53} TCPHandler: Processed in 0.00197377 sec. 2025.07.18 19:20:31.971423 [ 32 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.971469 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.971506 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.971620 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.971628 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:20:31.971660 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:31.971773 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:31.971814 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2298 rows starting from the beginning of the part 2025.07.18 19:20:31.971887 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:20:31.971941 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:20:31.971989 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:20:31.972035 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part 2025.07.18 19:20:31.972081 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:20:31.972192 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.972236 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.972595 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:31.972802 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.972933 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} executeQuery: Read 249 rows, 15.70 KiB in 0.001331 sec., 187077.38542449288 rows/sec., 11.52 MiB/sec. 2025.07.18 19:20:31.972971 [ 4 ] {f8e2f91c-850b-49ab-91f1-402fc0eb25ba} TCPHandler: Processed in 0.001513434 sec. 2025.07.18 19:20:31.973082 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.973178 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.973217 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:31.973686 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.973721 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.974085 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:20:31.974292 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.974381 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 7004 rows, containing 5 columns (5 merged, 0 gathered) in 0.002822353 sec., 2481617.288836655 rows/sec., 209.71 MiB/sec. 2025.07.18 19:20:31.974419 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} executeQuery: Read 203 rows, 13.41 KiB in 0.00126 sec., 161111.1111111111 rows/sec., 10.39 MiB/sec. 2025.07.18 19:20:31.974461 [ 4 ] {c4477a28-3942-4cd6-8e0b-5266c74022e3} TCPHandler: Processed in 0.001427261 sec. 2025.07.18 19:20:31.974572 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.974665 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.974669 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:20:31.974708 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:31.974929 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.975003 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_61_12} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:20:31.975068 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.07.18 19:20:31.975175 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.975216 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.975515 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:31.975722 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.975850 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} executeQuery: Read 202 rows, 11.75 KiB in 0.001202 sec., 168053.2445923461 rows/sec., 9.54 MiB/sec. 2025.07.18 19:20:31.975890 [ 4 ] {4f049364-2a50-4867-8692-88dcf33771ae} TCPHandler: Processed in 0.001366652 sec. 2025.07.18 19:20:31.976004 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.976096 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:31.976136 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:31.976803 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.976837 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.977164 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:20:31.977361 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.977464 [ 31 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:20:31.977484 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} executeQuery: Read 705 rows, 50.83 KiB in 0.001405 sec., 501779.35943060496 rows/sec., 35.33 MiB/sec. 2025.07.18 19:20:31.977502 [ 31 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.977521 [ 4 ] {cd95915c-5076-41f3-b219-d19f51e235b4} TCPHandler: Processed in 0.001565293 sec. 2025.07.18 19:20:31.977521 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.977642 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.977639 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:20:31.977737 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:31.977783 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:31.977799 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:31.977838 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1185 rows starting from the beginning of the part 2025.07.18 19:20:31.977904 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 693 rows starting from the beginning of the part 2025.07.18 19:20:31.977962 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 522 rows starting from the beginning of the part 2025.07.18 19:20:31.978008 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 693 rows starting from the beginning of the part 2025.07.18 19:20:31.978052 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part 2025.07.18 19:20:31.978099 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 705 rows starting from the beginning of the part 2025.07.18 19:20:31.978135 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.978175 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.978493 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:31.978708 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.978840 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} executeQuery: Read 6 rows, 321.00 B in 0.001121 sec., 5352.3639607493305 rows/sec., 279.64 KiB/sec. 2025.07.18 19:20:31.978879 [ 4 ] {d12dd38b-d4e8-46ec-a558-cfdc10d8b42d} TCPHandler: Processed in 0.001285049 sec. 2025.07.18 19:20:31.978992 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.979086 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.979127 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:31.979539 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3862 rows, containing 5 columns (5 merged, 0 gathered) in 0.00195727 sec., 1973156.4883741129 rows/sec., 148.37 MiB/sec. 2025.07.18 19:20:31.979565 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.979606 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.979709 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:20:31.979977 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:20:31.979991 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.980075 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_61_12} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:20:31.980147 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.07.18 19:20:31.980218 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.980352 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} executeQuery: Read 313 rows, 21.10 KiB in 0.001285 sec., 243579.766536965 rows/sec., 16.04 MiB/sec. 2025.07.18 19:20:31.980357 [ 30 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:20:31.980404 [ 4 ] {9ac2462a-162c-4d14-8155-874371e98ffa} TCPHandler: Processed in 0.001459223 sec. 2025.07.18 19:20:31.980415 [ 30 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.980444 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.980522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.980546 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:31.980620 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.980666 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:31.980694 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:31.980735 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 21776 rows starting from the beginning of the part 2025.07.18 19:20:31.980802 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 307 rows starting from the beginning of the part 2025.07.18 19:20:31.980847 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 995 rows starting from the beginning of the part 2025.07.18 19:20:31.980889 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 307 rows starting from the beginning of the part 2025.07.18 19:20:31.980928 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:31.980969 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 313 rows starting from the beginning of the part 2025.07.18 19:20:31.980985 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.981025 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.981370 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:31.981572 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.981687 [ 30 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.07.18 19:20:31.981706 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} executeQuery: Read 1 rows, 69.00 B in 0.001104 sec., 905.7971014492754 rows/sec., 61.04 KiB/sec. 2025.07.18 19:20:31.981725 [ 30 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.981751 [ 4 ] {6dd1abb8-7b3a-4db7-838d-1ad1c54743a9} TCPHandler: Processed in 0.00127718 sec. 2025.07.18 19:20:31.981751 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.981843 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.07.18 19:20:31.981874 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.981927 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:31.981957 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part 2025.07.18 19:20:31.981974 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.981999 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.07.18 19:20:31.982033 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:31.982039 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.07.18 19:20:31.982083 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.07.18 19:20:31.982113 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.07.18 19:20:31.982143 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.07.18 19:20:31.982967 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.983009 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.983021 [ 189 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001202728 sec., 24943.295574726788 rows/sec., 1.64 MiB/sec. 2025.07.18 19:20:31.983179 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.07.18 19:20:31.983506 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.983586 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_30_6} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.07.18 19:20:31.983659 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:20:31.983899 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:20:31.984139 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.984278 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} executeQuery: Read 41 rows, 75.23 KiB in 0.002321 sec., 17664.79965532098 rows/sec., 31.65 MiB/sec. 2025.07.18 19:20:31.984334 [ 4 ] {b7d3474b-e9cc-4c02-84c4-ff7ca8e4992f} TCPHandler: Processed in 0.002511168 sec. 2025.07.18 19:20:31.984450 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:31.984545 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:31.984585 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:31.984920 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:31.984957 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:31.985270 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:20:31.985494 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.985623 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} executeQuery: Read 102 rows, 6.42 KiB in 0.001096 sec., 93065.69343065693 rows/sec., 5.72 MiB/sec. 2025.07.18 19:20:31.985659 [ 4 ] {d21bf575-533b-479a-9cfe-6006c40a1ef0} TCPHandler: Processed in 0.00125827 sec. 2025.07.18 19:20:31.988970 [ 194 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 23858 rows, containing 5 columns (5 merged, 0 gathered) in 0.008474211 sec., 2815365.347877224 rows/sec., 188.39 MiB/sec. 2025.07.18 19:20:31.989552 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:20:31.989834 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:31.989898 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_61_12} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:20:31.989989 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.07.18 19:20:32.000185 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 273.78 MiB, peak 285.07 MiB, free memory in arenas 0.00 B, will set to 276.11 MiB (RSS), difference: 2.32 MiB 2025.07.18 19:20:33.105470 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 2025.07.18 19:20:33.105986 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:33.106028 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:33.106483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:20:33.106704 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:33.106833 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.07.18 19:20:34.175748 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.07.18 19:20:34.192637 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:34.192685 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:34.198720 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:20:34.199410 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:34.202330 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.07.18 19:20:36.953637 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:36.953824 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:36.953892 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:36.954531 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:36.954582 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:36.954979 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:20:36.955202 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:36.955367 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} executeQuery: Read 56 rows, 4.41 KiB in 0.001589 sec., 35242.29074889868 rows/sec., 2.71 MiB/sec. 2025.07.18 19:20:36.955417 [ 4 ] {ff4421b7-3695-42fc-880f-42f7c4633c62} TCPHandler: Processed in 0.001909099 sec. 2025.07.18 19:20:36.955527 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:36.955627 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:36.955670 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:36.956086 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:36.956124 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:36.956428 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:20:36.956632 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:36.956763 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} executeQuery: Read 64 rows, 5.12 KiB in 0.001158 sec., 55267.70293609672 rows/sec., 4.31 MiB/sec. 2025.07.18 19:20:36.956800 [ 4 ] {8ea56d7f-00a4-40f4-8bc2-d6f818dae632} TCPHandler: Processed in 0.001324241 sec. 2025.07.18 19:20:36.956912 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:36.957013 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:36.957058 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:36.957459 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:36.957497 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:36.957840 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:20:36.958054 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:36.958186 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.07.18 19:20:36.958222 [ 4 ] {65b25d13-ec45-49cb-997b-e2bffaab0fc6} TCPHandler: Processed in 0.001359692 sec. 2025.07.18 19:20:36.958328 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:36.958422 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:36.958463 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:36.958788 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:36.958822 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:36.959147 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:20:36.959348 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:36.959448 [ 63 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:20:36.959474 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.07.18 19:20:36.959484 [ 63 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:36.959505 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:36.959510 [ 4 ] {aa267d9c-61a3-496b-96e5-d2baedccc9d8} TCPHandler: Processed in 0.001231309 sec. 2025.07.18 19:20:36.959642 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:36.959783 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:36.959817 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 4356 rows starting from the beginning of the part 2025.07.18 19:20:36.959879 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:36.959921 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 102 rows starting from the beginning of the part 2025.07.18 19:20:36.959963 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:36.960002 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 102 rows starting from the beginning of the part 2025.07.18 19:20:36.960042 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:20:36.961460 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4740 rows, containing 4 columns (4 merged, 0 gathered) in 0.001889469 sec., 2508641.316687387 rows/sec., 159.53 MiB/sec. 2025.07.18 19:20:36.961827 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:20:36.962100 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:36.962168 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_61_12} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:20:36.962245 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.07.18 19:20:40.462173 [ 141 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:20:40.462230 [ 141 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:20:40.606989 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 2025.07.18 19:20:40.607474 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:40.607515 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:40.607997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:20:40.608233 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:40.608368 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.07.18 19:20:40.653416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1132 2025.07.18 19:20:40.655832 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:40.655875 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:40.657038 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:40.657294 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:40.657565 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1132 2025.07.18 19:20:41.702444 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.07.18 19:20:41.719519 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.719583 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.725831 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:20:41.726527 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.729540 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.07.18 19:20:41.965620 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.965797 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.965864 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:41.966832 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.966878 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.967304 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:41.967529 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.967690 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} executeQuery: Read 392 rows, 25.47 KiB in 0.001938 sec., 202270.3818369453 rows/sec., 12.83 MiB/sec. 2025.07.18 19:20:41.967740 [ 4 ] {c124d9a0-fd32-4672-adac-d994d4a1215c} TCPHandler: Processed in 0.002241354 sec. 2025.07.18 19:20:41.967885 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.967989 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:41.968033 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:41.969052 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.969089 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.969470 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:20:41.969695 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.969826 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} executeQuery: Read 1149 rows, 93.90 KiB in 0.001863 sec., 616747.1819645732 rows/sec., 49.22 MiB/sec. 2025.07.18 19:20:41.969864 [ 4 ] {67488507-943f-40fd-9ded-462c2b62de5c} TCPHandler: Processed in 0.002032571 sec. 2025.07.18 19:20:41.969992 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.970091 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.970132 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:41.970686 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.970723 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.971041 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:20:41.971271 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.971398 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} executeQuery: Read 237 rows, 14.86 KiB in 0.001328 sec., 178463.85542168675 rows/sec., 10.93 MiB/sec. 2025.07.18 19:20:41.971436 [ 4 ] {33dff587-0f07-438f-bd6b-8a21ba21f36d} TCPHandler: Processed in 0.001497903 sec. 2025.07.18 19:20:41.971555 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.971651 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.971691 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:41.972188 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.972225 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.972526 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:20:41.972739 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.972866 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} executeQuery: Read 203 rows, 13.41 KiB in 0.001234 sec., 164505.67260940032 rows/sec., 10.61 MiB/sec. 2025.07.18 19:20:41.972905 [ 4 ] {6fd37e7f-d943-4c06-913d-4b796c2ceaa8} TCPHandler: Processed in 0.001398362 sec. 2025.07.18 19:20:41.973022 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.973118 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.973157 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:41.973610 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.973647 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.973951 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:41.974169 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.974293 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} executeQuery: Read 202 rows, 11.75 KiB in 0.001194 sec., 169179.22948073703 rows/sec., 9.61 MiB/sec. 2025.07.18 19:20:41.974330 [ 4 ] {9c0b8a57-6564-4464-bcc5-e65e03355997} TCPHandler: Processed in 0.001359951 sec. 2025.07.18 19:20:41.974443 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.974548 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:41.974586 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:41.975233 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.975269 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.975596 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:20:41.975816 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.975945 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} executeQuery: Read 693 rows, 49.85 KiB in 0.001414 sec., 490099.0099009901 rows/sec., 34.43 MiB/sec. 2025.07.18 19:20:41.975984 [ 4 ] {d22a7009-4828-4cad-9daa-8cc2eaece0f7} TCPHandler: Processed in 0.001589644 sec. 2025.07.18 19:20:41.976098 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.976192 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:41.976240 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:41.976579 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.976614 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.976917 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:41.977133 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.977238 [ 154 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:20:41.977261 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} executeQuery: Read 6 rows, 321.00 B in 0.001087 sec., 5519.779208831646 rows/sec., 288.39 KiB/sec. 2025.07.18 19:20:41.977307 [ 154 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.977316 [ 4 ] {f62445e8-1240-4bdc-a4df-ff78c412cfa1} TCPHandler: Processed in 0.0012637 sec. 2025.07.18 19:20:41.977336 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.977438 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.977443 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:20:41.977543 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.977590 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:41.977597 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:41.977645 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part 2025.07.18 19:20:41.977718 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.07.18 19:20:41.977765 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.07.18 19:20:41.977811 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.07.18 19:20:41.977852 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.07.18 19:20:41.977896 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.07.18 19:20:41.978034 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.978085 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.978452 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:20:41.978674 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.978691 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129557 sec., 143566.15234993093 rows/sec., 7.32 MiB/sec. 2025.07.18 19:20:41.978803 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} executeQuery: Read 307 rows, 20.68 KiB in 0.001282 sec., 239469.57878315134 rows/sec., 15.75 MiB/sec. 2025.07.18 19:20:41.978818 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:20:41.978842 [ 4 ] {a1c6fa61-0025-466f-8510-d5f0329abb7d} TCPHandler: Processed in 0.001452102 sec. 2025.07.18 19:20:41.978970 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.979073 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.979076 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.979136 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:41.979157 [ 194 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_31_6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:20:41.979235 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.07.18 19:20:41.979456 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.979496 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.979797 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:41.980008 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.980140 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} executeQuery: Read 1 rows, 69.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 62.22 KiB/sec. 2025.07.18 19:20:41.980175 [ 4 ] {e99f26ab-2b32-43cd-bee4-d5ffa53ded8a} TCPHandler: Processed in 0.00125456 sec. 2025.07.18 19:20:41.980283 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.980377 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.980431 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:41.981352 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.981391 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.981976 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:20:41.982190 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.982298 [ 154 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.07.18 19:20:41.982324 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} executeQuery: Read 41 rows, 75.23 KiB in 0.001965 sec., 20865.139949109413 rows/sec., 37.39 MiB/sec. 2025.07.18 19:20:41.982334 [ 154 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.982367 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.982383 [ 4 ] {95455566-55b8-40cc-852b-28b93ed94b80} TCPHandler: Processed in 0.002147603 sec. 2025.07.18 19:20:41.982453 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:20:41.982504 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:41.982609 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:41.982649 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:41.982663 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:41.982718 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1036 rows starting from the beginning of the part 2025.07.18 19:20:41.982829 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2025.07.18 19:20:41.982925 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part 2025.07.18 19:20:41.982981 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:41.983021 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:41.983023 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part 2025.07.18 19:20:41.983136 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part 2025.07.18 19:20:41.983235 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part 2025.07.18 19:20:41.983321 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:20:41.983549 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.983684 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} executeQuery: Read 102 rows, 6.42 KiB in 0.001102 sec., 92558.98366606171 rows/sec., 5.69 MiB/sec. 2025.07.18 19:20:41.983720 [ 4 ] {cdadc6f6-c093-4ab5-9df6-fd6d39058779} TCPHandler: Processed in 0.001263629 sec. 2025.07.18 19:20:41.988731 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1241 rows, containing 19 columns (19 merged, 0 gathered) in 0.006309867 sec., 196676.09475762324 rows/sec., 352.43 MiB/sec. 2025.07.18 19:20:41.989652 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.07.18 19:20:41.989939 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:41.990007 [ 186 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_31_6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.07.18 19:20:41.990083 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. 2025.07.18 19:20:42.000240 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 277.61 MiB, peak 288.99 MiB, free memory in arenas 0.00 B, will set to 278.69 MiB (RSS), difference: 1.08 MiB 2025.07.18 19:20:46.608802 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:46.609013 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:46.609087 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:46.610352 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:46.610396 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:46.610850 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:20:46.611072 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:46.611228 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} executeQuery: Read 1196 rows, 100.97 KiB in 0.002268 sec., 527336.860670194 rows/sec., 43.48 MiB/sec. 2025.07.18 19:20:46.611271 [ 4 ] {13376b69-70d0-4f59-adf7-a629495cb1c1} TCPHandler: Processed in 0.00260297 sec. 2025.07.18 19:20:46.611399 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:46.611496 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:46.611537 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:46.612058 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:46.612094 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:46.612397 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:20:46.612605 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:46.612738 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.07.18 19:20:46.612776 [ 4 ] {37cd24ea-9ed2-4bee-b2b7-817db425144e} TCPHandler: Processed in 0.001427222 sec. 2025.07.18 19:20:46.612905 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:46.613027 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:46.613076 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:46.613823 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:46.613867 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:46.614264 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:20:46.614476 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:46.614609 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} executeQuery: Read 520 rows, 39.40 KiB in 0.001606 sec., 323785.80323785805 rows/sec., 23.96 MiB/sec. 2025.07.18 19:20:46.614647 [ 4 ] {47e9a213-c8ac-4fc1-a1d4-131f693bab27} TCPHandler: Processed in 0.001803818 sec. 2025.07.18 19:20:46.614773 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:46.614869 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:46.614914 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:46.615585 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:46.615624 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:46.616025 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:20:46.616246 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:46.616376 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} executeQuery: Read 1006 rows, 69.24 KiB in 0.001526 sec., 659239.8427260813 rows/sec., 44.31 MiB/sec. 2025.07.18 19:20:46.616413 [ 4 ] {5d745502-22d3-4824-82f7-f74611e04287} TCPHandler: Processed in 0.001689596 sec. 2025.07.18 19:20:46.616531 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:46.616626 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:46.616667 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:46.617011 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:46.617046 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:46.617344 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:20:46.617546 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:46.617674 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.07.18 19:20:46.617708 [ 4 ] {6c514a3e-b326-43a5-a74f-5f2013d8a612} TCPHandler: Processed in 0.001227139 sec. 2025.07.18 19:20:48.108463 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 2025.07.18 19:20:48.108995 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:48.109050 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:48.109579 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:20:48.109819 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:48.109963 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.07.18 19:20:49.229650 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.07.18 19:20:49.247123 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:49.247170 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.07.18 19:20:49.253341 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:20:49.254027 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:49.256934 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.07.18 19:20:50.657810 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1164 2025.07.18 19:20:50.660082 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:50.660120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:50.661257 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:20:50.661508 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:50.661756 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2025.07.18 19:20:51.964859 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.965053 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.965130 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:20:51.965996 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.966037 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.966439 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:51.966666 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.966823 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} executeQuery: Read 392 rows, 25.47 KiB in 0.001823 sec., 215030.1700493692 rows/sec., 13.64 MiB/sec. 2025.07.18 19:20:51.966873 [ 4 ] {9060f0d7-3bd9-46db-92dd-eae37dac6ce1} TCPHandler: Processed in 0.002147533 sec. 2025.07.18 19:20:51.967001 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.967105 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:51.967148 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:51.968123 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.968159 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.968532 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:20:51.968738 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.968872 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} executeQuery: Read 1149 rows, 93.90 KiB in 0.001792 sec., 641183.0357142857 rows/sec., 51.17 MiB/sec. 2025.07.18 19:20:51.968911 [ 4 ] {ef5f6d6e-48ab-4250-9bf7-adefd284dcb0} TCPHandler: Processed in 0.00196284 sec. 2025.07.18 19:20:51.969029 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.969127 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.969167 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:20:51.969681 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.969715 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.970020 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:20:51.970223 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.970349 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} executeQuery: Read 237 rows, 14.86 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 11.68 MiB/sec. 2025.07.18 19:20:51.970386 [ 4 ] {be24d8b4-559c-4e9d-9c0b-5443ed816798} TCPHandler: Processed in 0.001407562 sec. 2025.07.18 19:20:51.970488 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.970581 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.970619 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:20:51.971106 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.971140 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.971440 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:20:51.971640 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.971733 [ 139 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2025.07.18 19:20:51.971765 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} executeQuery: Read 203 rows, 13.41 KiB in 0.001201 sec., 169025.81182348044 rows/sec., 10.90 MiB/sec. 2025.07.18 19:20:51.971770 [ 139 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.971796 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.971802 [ 4 ] {5266e127-5500-47e5-909b-07c9c85fec74} TCPHandler: Processed in 0.00136351 sec. 2025.07.18 19:20:51.971884 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2025.07.18 19:20:51.971917 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.971990 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:51.972010 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.972024 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 431 rows starting from the beginning of the part 2025.07.18 19:20:51.972049 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:20:51.972089 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:51.972140 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:51.972185 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:51.972229 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part 2025.07.18 19:20:51.972270 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 203 rows starting from the beginning of the part 2025.07.18 19:20:51.972557 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.972596 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.972920 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:51.973132 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.973159 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131646 sec., 1117390.5777615728 rows/sec., 77.45 MiB/sec. 2025.07.18 19:20:51.973260 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} executeQuery: Read 202 rows, 11.75 KiB in 0.001268 sec., 159305.99369085173 rows/sec., 9.05 MiB/sec. 2025.07.18 19:20:51.973290 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2025.07.18 19:20:51.973299 [ 4 ] {dd99c617-a3bc-4598-9c89-77a817e5620f} TCPHandler: Processed in 0.001430771 sec. 2025.07.18 19:20:51.973415 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.973511 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:51.973551 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:51.973565 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.973634 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_37_8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2025.07.18 19:20:51.973704 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:20:51.974211 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.974247 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.974569 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:20:51.974775 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.974915 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} executeQuery: Read 693 rows, 49.85 KiB in 0.001423 sec., 486999.2972593113 rows/sec., 34.21 MiB/sec. 2025.07.18 19:20:51.974953 [ 4 ] {5dbe402c-30a0-4797-ab01-5a7661620272} TCPHandler: Processed in 0.001587764 sec. 2025.07.18 19:20:51.975064 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.975161 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:20:51.975203 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:20:51.975534 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.975568 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.975861 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:51.976062 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.976191 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. 2025.07.18 19:20:51.976227 [ 4 ] {10f08644-4ffe-4b91-85ad-48e5ecda9aa5} TCPHandler: Processed in 0.001212008 sec. 2025.07.18 19:20:51.976336 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.976431 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.976473 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:51.976921 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.976956 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.977284 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:20:51.977483 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.977613 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} executeQuery: Read 307 rows, 20.68 KiB in 0.0012 sec., 255833.33333333334 rows/sec., 16.83 MiB/sec. 2025.07.18 19:20:51.977648 [ 4 ] {fa6e37b9-fc24-40ef-a6aa-42aa2691b99f} TCPHandler: Processed in 0.001360141 sec. 2025.07.18 19:20:51.977756 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.977849 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.977891 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:20:51.978201 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.978235 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.978516 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:51.978712 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.978835 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2025.07.18 19:20:51.978871 [ 4 ] {3a58b20f-a63d-4417-88c9-a0b2d3b6b42a} TCPHandler: Processed in 0.001164228 sec. 2025.07.18 19:20:51.978976 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.979069 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.979124 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:20:51.980025 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.980061 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.980606 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:20:51.980819 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.980951 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} executeQuery: Read 41 rows, 75.23 KiB in 0.0019 sec., 21578.947368421053 rows/sec., 38.67 MiB/sec. 2025.07.18 19:20:51.981003 [ 4 ] {ec1dbea4-4f8c-4f7b-be38-a4f188d7612e} TCPHandler: Processed in 0.002075552 sec. 2025.07.18 19:20:51.981124 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:51.981219 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:51.981283 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:51.981631 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:51.981665 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:51.981971 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:20:51.982185 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:51.982308 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} executeQuery: Read 102 rows, 6.42 KiB in 0.001107 sec., 92140.9214092141 rows/sec., 5.66 MiB/sec. 2025.07.18 19:20:51.982343 [ 4 ] {0235358b-a216-472b-93f4-fc8be669a7db} TCPHandler: Processed in 0.00126834 sec. 2025.07.18 19:20:55.462267 [ 57 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:20:55.462330 [ 57 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:20:55.610181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 2025.07.18 19:20:55.610713 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:55.610757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:55.611228 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:20:55.611456 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:55.611585 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.07.18 19:20:55.611589 [ 57 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:20:55.611655 [ 57 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:55.611674 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:55.611785 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:20:55.611921 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:55.611959 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:20:55.612022 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part 2025.07.18 19:20:55.612068 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part 2025.07.18 19:20:55.612111 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part 2025.07.18 19:20:55.612151 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part 2025.07.18 19:20:55.612191 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part 2025.07.18 19:20:55.614140 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002404208 sec., 8778774.548624745 rows/sec., 125.58 MiB/sec. 2025.07.18 19:20:55.614534 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:20:55.614828 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:55.614906 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_46_9} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:20:55.615026 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2025.07.18 19:20:56.757176 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.07.18 19:20:56.774630 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.774681 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.780697 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:20:56.781413 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.781749 [ 155 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:20:56.781813 [ 155 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.781833 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.781955 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.784709 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.07.18 19:20:56.785916 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:56.787891 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.792633 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.797254 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.801810 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.806136 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.809991 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:20:56.864121 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.082223634 sec., 4220.197808333307 rows/sec., 21.82 MiB/sec. 2025.07.18 19:20:56.866081 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:20:56.867852 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.867952 [ 188 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_46_9} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:20:56.869646 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.07.18 19:20:56.953358 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:56.953533 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:20:56.953598 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:20:56.954272 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.954309 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.954695 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:20:56.954918 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.955035 [ 155 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:20:56.955062 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} executeQuery: Read 56 rows, 4.41 KiB in 0.001576 sec., 35532.99492385787 rows/sec., 2.73 MiB/sec. 2025.07.18 19:20:56.955073 [ 155 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.955094 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.955103 [ 4 ] {4caea6c7-95a4-48a4-9c7a-bc5321439d4c} TCPHandler: Processed in 0.001865759 sec. 2025.07.18 19:20:56.955207 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:20:56.955238 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:56.955341 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:20:56.955352 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:56.955384 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:20:56.955396 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2298 rows starting from the beginning of the part 2025.07.18 19:20:56.955474 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part 2025.07.18 19:20:56.955527 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:20:56.955573 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:20:56.955614 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:20:56.955651 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part 2025.07.18 19:20:56.955812 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.955853 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.956410 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:20:56.956633 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.956741 [ 155 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:20:56.956761 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} executeQuery: Read 64 rows, 5.12 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.47 MiB/sec. 2025.07.18 19:20:56.956768 [ 155 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.956793 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.956799 [ 4 ] {575f42c3-d3df-407e-b1e9-e4f0619ae7f0} TCPHandler: Processed in 0.001615385 sec. 2025.07.18 19:20:56.956870 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:20:56.956930 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:56.956959 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:56.956993 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1185 rows starting from the beginning of the part 2025.07.18 19:20:56.957025 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:20:56.957050 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part 2025.07.18 19:20:56.957069 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:20:56.957098 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 693 rows starting from the beginning of the part 2025.07.18 19:20:56.957137 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 520 rows starting from the beginning of the part 2025.07.18 19:20:56.957175 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 693 rows starting from the beginning of the part 2025.07.18 19:20:56.957214 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2025.07.18 19:20:56.957503 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.957536 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.957683 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5904 rows, containing 5 columns (5 merged, 0 gathered) in 0.002523209 sec., 2339877.5131192063 rows/sec., 198.07 MiB/sec. 2025.07.18 19:20:56.957951 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:20:56.958091 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:20:56.958259 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.958341 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_66_13} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:20:56.958376 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540174 sec., 2090023.5947366985 rows/sec., 157.86 MiB/sec. 2025.07.18 19:20:56.958387 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.958412 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.07.18 19:20:56.958543 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. 2025.07.18 19:20:56.958550 [ 170 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:20:56.958585 [ 4 ] {262255b1-91c0-4260-8d68-99894c6be4f0} TCPHandler: Processed in 0.001702447 sec. 2025.07.18 19:20:56.958620 [ 170 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.958649 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.958690 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:20:56.958711 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:20:56.958721 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:56.958814 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:20:56.958818 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:20:56.958863 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:20:56.958863 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 23858 rows starting from the beginning of the part 2025.07.18 19:20:56.958929 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2025.07.18 19:20:56.958967 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 307 rows starting from the beginning of the part 2025.07.18 19:20:56.959003 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:20:56.959023 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.959038 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 307 rows starting from the beginning of the part 2025.07.18 19:20:56.959081 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:20:56.959125 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_66_13} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:20:56.959215 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:20:56.959235 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.07.18 19:20:56.959260 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:20:56.959596 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:20:56.959818 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.959953 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.07.18 19:20:56.959988 [ 4 ] {0f878c30-07ba-4006-afaa-d020357f8eec} TCPHandler: Processed in 0.00132598 sec. 2025.07.18 19:20:56.970646 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 25798 rows, containing 5 columns (5 merged, 0 gathered) in 0.011953694 sec., 2158161.318166585 rows/sec., 144.45 MiB/sec. 2025.07.18 19:20:56.970943 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:20:56.971188 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:20:56.971258 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_66_13} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:20:56.971319 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.07.18 19:20:57.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 280.20 MiB, peak 293.23 MiB, free memory in arenas 0.00 B, will set to 285.38 MiB (RSS), difference: 5.19 MiB 2025.07.18 19:21:00.662068 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1194 2025.07.18 19:21:00.664349 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:00.664388 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:00.665574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:00.665838 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:00.666093 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1194 2025.07.18 19:21:01.965794 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.965967 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.966033 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:01.966809 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.966854 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.967276 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:21:01.967504 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.967651 [ 81 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.07.18 19:21:01.967657 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} executeQuery: Read 392 rows, 25.47 KiB in 0.001736 sec., 225806.45161290324 rows/sec., 14.33 MiB/sec. 2025.07.18 19:21:01.967727 [ 81 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.967755 [ 4 ] {350e7386-bf3b-4642-a061-8c78600f2834} TCPHandler: Processed in 0.002083452 sec. 2025.07.18 19:21:01.967755 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.967875 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.07.18 19:21:01.967885 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.967979 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:01.968002 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:21:01.968012 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 392 rows starting from the beginning of the part 2025.07.18 19:21:01.968047 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:21:01.968080 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:01.968130 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:01.968175 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:01.968218 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:01.968459 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.968495 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.968804 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:21:01.969026 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.969158 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} executeQuery: Read 4 rows, 334.00 B in 0.001179 sec., 3392.705682782019 rows/sec., 276.65 KiB/sec. 2025.07.18 19:21:01.969198 [ 4 ] {d26f4aef-7fe6-41d0-b0d1-c6de0ba6cd54} TCPHandler: Processed in 0.001364371 sec. 2025.07.18 19:21:01.969205 [ 189 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370981 sec., 1429633.2334292014 rows/sec., 96.15 MiB/sec. 2025.07.18 19:21:01.969311 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.969415 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:01.969430 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.07.18 19:21:01.969456 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:01.969785 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.969871 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_33_8} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.07.18 19:21:01.969961 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:21:01.970265 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.970307 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.970692 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:21:01.970903 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.971034 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} executeQuery: Read 1151 rows, 94.05 KiB in 0.00164 sec., 701829.268292683 rows/sec., 56.00 MiB/sec. 2025.07.18 19:21:01.971073 [ 4 ] {c05e97af-48ad-4d8f-a256-ef5f9e5191f1} TCPHandler: Processed in 0.001810988 sec. 2025.07.18 19:21:01.971185 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.971287 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.971329 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:01.971825 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.971861 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.972172 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:01.972400 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.972509 [ 81 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.07.18 19:21:01.972528 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} executeQuery: Read 241 rows, 15.14 KiB in 0.001279 sec., 188428.45973416732 rows/sec., 11.56 MiB/sec. 2025.07.18 19:21:01.972543 [ 81 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.972568 [ 4 ] {9cd2c51e-00fb-47a8-ba3d-da4f8f1706b7} TCPHandler: Processed in 0.001454142 sec. 2025.07.18 19:21:01.972585 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.972658 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.07.18 19:21:01.972682 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.972734 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:01.972757 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 255 rows starting from the beginning of the part 2025.07.18 19:21:01.972770 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.972799 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:01.972808 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:01.972832 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 249 rows starting from the beginning of the part 2025.07.18 19:21:01.972866 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:01.972897 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:01.972927 [ 199 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 241 rows starting from the beginning of the part 2025.07.18 19:21:01.973415 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.973451 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.973796 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:01.973818 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161878 sec., 1253143.6174882387 rows/sec., 81.71 MiB/sec. 2025.07.18 19:21:01.973985 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.07.18 19:21:01.974036 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.974191 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} executeQuery: Read 203 rows, 13.41 KiB in 0.001401 sec., 144896.50249821556 rows/sec., 9.35 MiB/sec. 2025.07.18 19:21:01.974234 [ 4 ] {0e0d2aa9-679a-4554-8483-d4faea96697c} TCPHandler: Processed in 0.001568544 sec. 2025.07.18 19:21:01.974301 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.974355 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.974392 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_35_7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.07.18 19:21:01.974453 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.974464 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:21:01.974495 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:01.974958 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.974994 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.975306 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:21:01.975518 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.975626 [ 81 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.07.18 19:21:01.975651 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} executeQuery: Read 202 rows, 11.75 KiB in 0.001216 sec., 166118.42105263157 rows/sec., 9.43 MiB/sec. 2025.07.18 19:21:01.975662 [ 81 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.975692 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.975698 [ 4 ] {3505a62e-b720-4fa9-9150-716645573f8a} TCPHandler: Processed in 0.001392292 sec. 2025.07.18 19:21:01.975774 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.07.18 19:21:01.975822 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.975880 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:01.975917 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 202 rows starting from the beginning of the part 2025.07.18 19:21:01.975923 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:01.975972 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:01.975986 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:01.976038 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:01.976080 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:01.976121 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:01.976603 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.976646 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.977006 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127559 sec., 791790.4655884728 rows/sec., 47.99 MiB/sec. 2025.07.18 19:21:01.977012 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:21:01.977140 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.07.18 19:21:01.977265 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.977416 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} executeQuery: Read 697 rows, 50.18 KiB in 0.001511 sec., 461283.9179351423 rows/sec., 32.43 MiB/sec. 2025.07.18 19:21:01.977456 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.977458 [ 4 ] {b4866afa-1871-4f44-9691-f7130ac4214c} TCPHandler: Processed in 0.001685826 sec. 2025.07.18 19:21:01.977537 [ 201 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_33_8} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.07.18 19:21:01.977596 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.977608 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:21:01.977700 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:01.977748 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:01.978089 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.978125 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.978452 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:21:01.978658 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.978788 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} executeQuery: Read 6 rows, 321.00 B in 0.001107 sec., 5420.054200542006 rows/sec., 283.18 KiB/sec. 2025.07.18 19:21:01.978827 [ 4 ] {fd8a6bf9-ded7-4fd0-b4d9-37edc43145d2} TCPHandler: Processed in 0.00128039 sec. 2025.07.18 19:21:01.978937 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.979031 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.979075 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:01.979503 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.979539 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.979881 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:21:01.980086 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.980213 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} executeQuery: Read 309 rows, 20.82 KiB in 0.0012 sec., 257500.00000000003 rows/sec., 16.94 MiB/sec. 2025.07.18 19:21:01.980250 [ 4 ] {ad5988a4-5ee1-4834-b311-3bcab553b6ec} TCPHandler: Processed in 0.001363081 sec. 2025.07.18 19:21:01.980359 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.980453 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.980494 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:01.980806 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.980841 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.981126 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:21:01.981324 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.981452 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. 2025.07.18 19:21:01.981489 [ 4 ] {48c3a91c-4624-48ea-985b-e29ba8141903} TCPHandler: Processed in 0.001179228 sec. 2025.07.18 19:21:01.981596 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.981689 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.981743 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:01.982549 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.982585 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.983167 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:21:01.983387 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.983523 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} executeQuery: Read 41 rows, 75.23 KiB in 0.001852 sec., 22138.228941684665 rows/sec., 39.67 MiB/sec. 2025.07.18 19:21:01.983575 [ 4 ] {4063d959-75a4-41cd-babb-48b6c5b65ea6} TCPHandler: Processed in 0.002028451 sec. 2025.07.18 19:21:01.983689 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:01.983783 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:01.983823 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:01.984162 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.984199 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.984509 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:21:01.984713 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.984842 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. 2025.07.18 19:21:01.984839 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:21:01.984878 [ 4 ] {4ca620e8-b02f-4b8f-97b1-006c3ccf7788} TCPHandler: Processed in 0.001239349 sec. 2025.07.18 19:21:01.984917 [ 146 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:01.984945 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:01.985033 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:01.985125 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:01.985150 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4740 rows starting from the beginning of the part 2025.07.18 19:21:01.985194 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:01.985229 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:01.985265 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:01.985300 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:01.985335 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:01.986757 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5166 rows, containing 4 columns (4 merged, 0 gathered) in 0.001749107 sec., 2953507.132496754 rows/sec., 187.70 MiB/sec. 2025.07.18 19:21:01.987226 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:21:01.987597 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:01.987687 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_66_13} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:21:01.987784 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.07.18 19:21:03.111706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 2025.07.18 19:21:03.112234 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:03.112270 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:03.112749 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:21:03.112989 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:03.113117 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.07.18 19:21:04.284825 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.07.18 19:21:04.299942 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:04.300001 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:04.305744 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:21:04.306449 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:04.309278 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.07.18 19:21:06.953675 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:06.953864 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:06.953930 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:06.954629 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:06.954671 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:06.955059 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:21:06.955284 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:06.955441 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} executeQuery: Read 56 rows, 4.41 KiB in 0.001627 sec., 34419.17639827904 rows/sec., 2.64 MiB/sec. 2025.07.18 19:21:06.955485 [ 4 ] {a11bf697-aa51-4ec3-915d-03b660369d5d} TCPHandler: Processed in 0.001930719 sec. 2025.07.18 19:21:06.955623 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:06.955720 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:06.955761 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:06.956222 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:06.956258 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:06.956579 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:21:06.956809 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:06.956941 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2025.07.18 19:21:06.956979 [ 4 ] {f8e8d270-25ae-47a6-a406-c3379030b4dd} TCPHandler: Processed in 0.001414961 sec. 2025.07.18 19:21:06.957112 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:06.957208 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:06.957252 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:06.957717 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:06.957753 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:06.958086 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:21:06.958298 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:06.958447 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.07.18 19:21:06.958487 [ 4 ] {7716e9d9-a1e1-47bb-9242-72175365ff40} TCPHandler: Processed in 0.001432142 sec. 2025.07.18 19:21:06.958611 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:06.958703 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:06.958744 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:06.959086 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:06.959121 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:06.959424 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:21:06.959654 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:06.959781 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.07.18 19:21:06.959816 [ 4 ] {ab1e8840-dffc-4e2e-bd8f-f5a2b0c41695} TCPHandler: Processed in 0.001260899 sec. 2025.07.18 19:21:10.462651 [ 147 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:21:10.462706 [ 147 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:21:10.613257 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 2025.07.18 19:21:10.614042 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:10.614116 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:10.614628 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:21:10.614864 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:10.614998 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.07.18 19:21:10.666373 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1226 2025.07.18 19:21:10.668987 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:10.669025 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:10.670191 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:10.670444 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:10.670690 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1226 2025.07.18 19:21:11.001745 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001256839 sec. 2025.07.18 19:21:11.809382 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.07.18 19:21:11.825918 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.825985 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.832017 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:21:11.832844 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.835649 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.07.18 19:21:11.965804 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.966006 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.966082 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:11.966907 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.966954 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.967392 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:11.967619 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.967770 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} executeQuery: Read 392 rows, 25.47 KiB in 0.001819 sec., 215503.02363936228 rows/sec., 13.67 MiB/sec. 2025.07.18 19:21:11.967813 [ 4 ] {528e8289-4419-4ec2-b39b-da19586bf4b1} TCPHandler: Processed in 0.002146082 sec. 2025.07.18 19:21:11.967932 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.968029 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:11.968071 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:11.969064 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.969101 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.969476 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:21:11.969682 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.969811 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} executeQuery: Read 1149 rows, 93.90 KiB in 0.001799 sec., 638688.1600889383 rows/sec., 50.97 MiB/sec. 2025.07.18 19:21:11.969848 [ 4 ] {0e5b9f2b-41a9-4304-b46a-cac303c26ba0} TCPHandler: Processed in 0.0019651 sec. 2025.07.18 19:21:11.969963 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.970057 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.970097 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:11.970608 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.970643 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.970947 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:11.971164 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.971295 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} executeQuery: Read 237 rows, 14.86 KiB in 0.001256 sec., 188694.26751592357 rows/sec., 11.55 MiB/sec. 2025.07.18 19:21:11.971335 [ 4 ] {35c805ed-c083-45d2-8e2e-5f65d8dab346} TCPHandler: Processed in 0.001422162 sec. 2025.07.18 19:21:11.971447 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.971541 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.971581 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:11.972054 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.972090 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.972399 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:21:11.972616 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.972750 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} executeQuery: Read 203 rows, 13.41 KiB in 0.001227 sec., 165444.1727791361 rows/sec., 10.67 MiB/sec. 2025.07.18 19:21:11.972787 [ 4 ] {249fd738-d849-4e92-ac4d-b49e6d2aa19a} TCPHandler: Processed in 0.001391341 sec. 2025.07.18 19:21:11.972895 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.972989 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.973029 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:11.973477 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.973513 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.973809 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:11.974018 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.974145 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} executeQuery: Read 202 rows, 11.75 KiB in 0.001173 sec., 172208.0136402387 rows/sec., 9.78 MiB/sec. 2025.07.18 19:21:11.974183 [ 4 ] {007586f7-96d0-4b91-8849-01e6b382123c} TCPHandler: Processed in 0.00133699 sec. 2025.07.18 19:21:11.974295 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.974388 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:11.974428 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:11.975067 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.975103 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.975433 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:21:11.975646 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.975771 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} executeQuery: Read 693 rows, 49.85 KiB in 0.001399 sec., 495353.82416011434 rows/sec., 34.80 MiB/sec. 2025.07.18 19:21:11.975807 [ 4 ] {af0a4107-c8c0-4199-90fd-e49a3aab6af9} TCPHandler: Processed in 0.001562084 sec. 2025.07.18 19:21:11.975919 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.976013 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:11.976055 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:11.976390 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.976425 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.976728 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:11.976937 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.977064 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2025.07.18 19:21:11.977098 [ 4 ] {77be1956-a7ab-4027-8968-0852d4d7ccf5} TCPHandler: Processed in 0.001228968 sec. 2025.07.18 19:21:11.977206 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.977299 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.977341 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:11.977776 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.977811 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.978132 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:21:11.978343 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.978471 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} executeQuery: Read 307 rows, 20.68 KiB in 0.001189 sec., 258200.16820857866 rows/sec., 16.99 MiB/sec. 2025.07.18 19:21:11.978507 [ 4 ] {e260d13a-7d97-43eb-9ca7-15b33a464c5d} TCPHandler: Processed in 0.001350741 sec. 2025.07.18 19:21:11.978618 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.978714 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.978756 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:11.979068 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.979104 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.979395 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:11.979592 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.979719 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. 2025.07.18 19:21:11.979754 [ 4 ] {74e8871c-648e-4d0a-90d7-6f581ed38ac2} TCPHandler: Processed in 0.001186508 sec. 2025.07.18 19:21:11.979862 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.979955 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.980009 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:11.980898 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.980934 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.981506 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.07.18 19:21:11.981736 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.981875 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} executeQuery: Read 41 rows, 75.23 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 37.93 MiB/sec. 2025.07.18 19:21:11.981926 [ 4 ] {2cf6572e-5491-476f-9ef0-aec87ab8f8ff} TCPHandler: Processed in 0.002113922 sec. 2025.07.18 19:21:11.982040 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:11.982135 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:11.982176 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:11.982511 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:11.982545 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.07.18 19:21:11.982856 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:21:11.983062 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:11.983191 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} executeQuery: Read 102 rows, 6.42 KiB in 0.001073 sec., 95060.57781919852 rows/sec., 5.84 MiB/sec. 2025.07.18 19:21:11.983226 [ 4 ] {aa1542f2-15c8-4263-aa34-67515050be3b} TCPHandler: Processed in 0.001235659 sec. 2025.07.18 19:21:12.000265 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 287.34 MiB, peak 293.23 MiB, free memory in arenas 0.00 B, will set to 286.21 MiB (RSS), difference: -1.14 MiB 2025.07.18 19:21:16.604783 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.604980 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:21:16.605046 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:21:16.605647 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.605695 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.606095 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:21:16.606326 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.606487 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} executeQuery: Read 2 rows, 167.00 B in 0.001553 sec., 1287.83000643915 rows/sec., 105.01 KiB/sec. 2025.07.18 19:21:16.606529 [ 4 ] {49da93d2-4a0f-47f2-828b-8fd407d5fa48} TCPHandler: Processed in 0.001874289 sec. 2025.07.18 19:21:16.606643 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.606740 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:16.606781 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:16.607803 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.607841 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.608248 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:21:16.608486 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.608622 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} executeQuery: Read 1197 rows, 101.04 KiB in 0.0019 sec., 630000 rows/sec., 51.93 MiB/sec. 2025.07.18 19:21:16.608660 [ 4 ] {c005220e-5c6e-4101-8463-32c20b958f86} TCPHandler: Processed in 0.002066622 sec. 2025.07.18 19:21:16.608785 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.608882 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:16.608923 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:16.609326 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.609362 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.609672 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:16.609886 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.610018 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} executeQuery: Read 2 rows, 143.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 120.91 KiB/sec. 2025.07.18 19:21:16.610057 [ 4 ] {0c6bafdc-73b5-4e16-b1cc-2a40b409701c} TCPHandler: Processed in 0.00132236 sec. 2025.07.18 19:21:16.610165 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.610261 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:16.610301 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:16.610785 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.610823 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.611142 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:21:16.611363 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.611503 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.07.18 19:21:16.611542 [ 4 ] {7e5e2539-8416-4a4b-b3c8-76955f9a85d2} TCPHandler: Processed in 0.001425882 sec. 2025.07.18 19:21:16.611650 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.611746 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:16.611787 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:16.612376 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.612413 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.612750 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:21:16.612991 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.613122 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} executeQuery: Read 522 rows, 39.57 KiB in 0.001394 sec., 374461.9799139168 rows/sec., 27.72 MiB/sec. 2025.07.18 19:21:16.613161 [ 4 ] {f2f2541c-1ba1-483b-a832-ea637582ae20} TCPHandler: Processed in 0.001560814 sec. 2025.07.18 19:21:16.613272 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.613369 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:16.613413 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:16.614030 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.614068 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.614464 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:21:16.614683 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.614813 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} executeQuery: Read 1007 rows, 69.31 KiB in 0.001463 sec., 688311.6883116883 rows/sec., 46.27 MiB/sec. 2025.07.18 19:21:16.614850 [ 4 ] {4f612519-43b9-40d8-8cd8-acd2552e01c5} TCPHandler: Processed in 0.001627105 sec. 2025.07.18 19:21:16.614962 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:16.615058 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:16.615099 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:16.615439 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:16.615475 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:16.615784 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:21:16.616005 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:16.616135 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.07.18 19:21:16.616173 [ 4 ] {5a862c8d-762e-4957-999d-085d5934ec92} TCPHandler: Processed in 0.001260509 sec. 2025.07.18 19:21:18.115206 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 2025.07.18 19:21:18.115729 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:18.115779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:18.116301 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:21:18.116559 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:18.116704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.07.18 19:21:19.335841 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.07.18 19:21:19.352370 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:19.352416 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:19.358252 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:21:19.358989 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:19.361844 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.07.18 19:21:20.670999 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1262 2025.07.18 19:21:20.673370 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:20.673417 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:20.674608 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:20.674882 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:20.675058 [ 132 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:21:20.675144 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2025.07.18 19:21:20.675152 [ 132 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:20.675206 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:20.675380 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:21:20.676297 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:20.676512 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1100 rows starting from the beginning of the part 2025.07.18 19:21:20.676852 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2025.07.18 19:21:20.677176 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2025.07.18 19:21:20.677534 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part 2025.07.18 19:21:20.677883 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2025.07.18 19:21:20.678216 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2025.07.18 19:21:20.684193 [ 194 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 72 columns (72 merged, 0 gathered) in 0.008896397 sec., 141855.1802488131 rows/sec., 111.75 MiB/sec. 2025.07.18 19:21:20.685760 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:21:20.686287 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:20.686365 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_36_7} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:21:20.686537 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.07.18 19:21:21.966417 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.966604 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.966673 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:21.967524 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.967576 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.968013 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:21.968272 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.968432 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} executeQuery: Read 392 rows, 25.47 KiB in 0.001879 sec., 208621.6072378925 rows/sec., 13.24 MiB/sec. 2025.07.18 19:21:21.968476 [ 4 ] {e80ef161-ecd7-4f74-97dd-89935e370611} TCPHandler: Processed in 0.002188103 sec. 2025.07.18 19:21:21.968663 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.968786 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:21.968831 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:21.970210 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.970249 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.970674 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:21:21.970918 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.971058 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} executeQuery: Read 1149 rows, 93.90 KiB in 0.002311 sec., 497187.3647771527 rows/sec., 39.68 MiB/sec. 2025.07.18 19:21:21.971056 [ 130 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:21:21.971098 [ 4 ] {1efe3628-2cc3-4029-9271-cc09ae31bb64} TCPHandler: Processed in 0.002513329 sec. 2025.07.18 19:21:21.971135 [ 130 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.971165 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.971235 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.971257 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:21:21.971335 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.971342 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:21.971376 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2298 rows starting from the beginning of the part 2025.07.18 19:21:21.971381 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:21.971434 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:21:21.971487 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2025.07.18 19:21:21.971532 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:21:21.971587 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:21:21.971639 [ 195 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:21:21.971993 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.972031 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.972489 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:21.972729 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.972917 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} executeQuery: Read 237 rows, 14.86 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.08 MiB/sec. 2025.07.18 19:21:21.972973 [ 4 ] {58457cdc-23c4-4f19-b5f6-c5566942cc1d} TCPHandler: Processed in 0.001789508 sec. 2025.07.18 19:21:21.973114 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.973239 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.973296 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:21.973980 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.974027 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.974331 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 7000 rows, containing 5 columns (5 merged, 0 gathered) in 0.003109828 sec., 2250928.3471626085 rows/sec., 190.23 MiB/sec. 2025.07.18 19:21:21.974412 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:21:21.974682 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:21:21.974853 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.975046 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.975078 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} executeQuery: Read 203 rows, 13.41 KiB in 0.001861 sec., 109081.1391724879 rows/sec., 7.04 MiB/sec. 2025.07.18 19:21:21.975143 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_71_14} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:21:21.975147 [ 4 ] {dd17df2f-cfde-4ed3-a613-7895dc08624c} TCPHandler: Processed in 0.002094272 sec. 2025.07.18 19:21:21.975260 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.07.18 19:21:21.975318 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.975451 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.975509 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:21.976031 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.976069 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.976439 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:21.976676 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.976824 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} executeQuery: Read 202 rows, 11.75 KiB in 0.0014 sec., 144285.7142857143 rows/sec., 8.19 MiB/sec. 2025.07.18 19:21:21.976863 [ 4 ] {d05a4bef-cbe6-45e9-a3c9-e4e97088cd29} TCPHandler: Processed in 0.001612384 sec. 2025.07.18 19:21:21.976984 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.977079 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:21.977120 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:21.977871 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.977907 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.978274 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:21:21.978493 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.978614 [ 130 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:21:21.978625 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} executeQuery: Read 693 rows, 49.85 KiB in 0.001564 sec., 443094.6291560102 rows/sec., 31.13 MiB/sec. 2025.07.18 19:21:21.978654 [ 130 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.978674 [ 4 ] {d8f50883-7833-4c68-a2ce-84c23515499f} TCPHandler: Processed in 0.001741616 sec. 2025.07.18 19:21:21.978680 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.978781 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:21:21.978808 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.978899 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:21.978909 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:21.978948 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1185 rows starting from the beginning of the part 2025.07.18 19:21:21.978965 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:21.979046 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 697 rows starting from the beginning of the part 2025.07.18 19:21:21.979117 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2025.07.18 19:21:21.979177 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 693 rows starting from the beginning of the part 2025.07.18 19:21:21.979231 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 522 rows starting from the beginning of the part 2025.07.18 19:21:21.979282 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 693 rows starting from the beginning of the part 2025.07.18 19:21:21.979318 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.979358 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.979716 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:21.979950 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.980087 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} executeQuery: Read 6 rows, 321.00 B in 0.001196 sec., 5016.722408026756 rows/sec., 262.10 KiB/sec. 2025.07.18 19:21:21.980124 [ 4 ] {3e6ccb24-4bb6-44f2-9c87-cbf497c19144} TCPHandler: Processed in 0.001373472 sec. 2025.07.18 19:21:21.980243 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.980338 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.980381 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:21.980876 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.980899 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3854 rows, containing 5 columns (5 merged, 0 gathered) in 0.002156134 sec., 1787458.4789257068 rows/sec., 134.37 MiB/sec. 2025.07.18 19:21:21.980912 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.981102 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:21:21.981325 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:21:21.981389 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.981468 [ 195 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_71_14} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:21:21.981551 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.07.18 19:21:21.981554 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.981783 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} executeQuery: Read 307 rows, 20.68 KiB in 0.001463 sec., 209842.7887901572 rows/sec., 13.80 MiB/sec. 2025.07.18 19:21:21.981782 [ 130 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:21:21.981823 [ 4 ] {ae48ebf4-70cd-4ad9-b444-04b59b1d2901} TCPHandler: Processed in 0.001630495 sec. 2025.07.18 19:21:21.981854 [ 130 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.981890 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.981967 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.981996 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:21:21.982089 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.982105 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:21.982240 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:21.982240 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 25798 rows starting from the beginning of the part 2025.07.18 19:21:21.982321 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 309 rows starting from the beginning of the part 2025.07.18 19:21:21.982388 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2025.07.18 19:21:21.982451 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 307 rows starting from the beginning of the part 2025.07.18 19:21:21.982539 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:21:21.982589 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 307 rows starting from the beginning of the part 2025.07.18 19:21:21.982626 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.982660 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.982967 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:21.983197 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.983316 [ 130 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.07.18 19:21:21.983332 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} executeQuery: Read 1 rows, 69.00 B in 0.001267 sec., 789.2659826361485 rows/sec., 53.18 KiB/sec. 2025.07.18 19:21:21.983358 [ 130 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.983380 [ 4 ] {2e847369-ab57-4b21-8ad9-e3d0837014ad} TCPHandler: Processed in 0.001469283 sec. 2025.07.18 19:21:21.983387 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.983476 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.07.18 19:21:21.983504 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.983562 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:21.983587 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part 2025.07.18 19:21:21.983599 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.983632 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.07.18 19:21:21.983654 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:21.983675 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.07.18 19:21:21.983711 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2025.07.18 19:21:21.983744 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.07.18 19:21:21.983776 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.07.18 19:21:21.984589 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.984625 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.984792 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001344371 sec., 26034.480065398613 rows/sec., 1.71 MiB/sec. 2025.07.18 19:21:21.984925 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.07.18 19:21:21.985186 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.985272 [ 195 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_35_7} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.07.18 19:21:21.985340 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:21:21.985576 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.07.18 19:21:21.985823 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.985974 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} executeQuery: Read 41 rows, 75.23 KiB in 0.002393 sec., 17133.30547430004 rows/sec., 30.70 MiB/sec. 2025.07.18 19:21:21.986055 [ 4 ] {76952bd0-3eef-4bee-9dd7-562ff734aa72} TCPHandler: Processed in 0.00260161 sec. 2025.07.18 19:21:21.986190 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:21.986288 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:21.986331 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:21.986689 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:21.986725 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:21.987078 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:21:21.987307 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.987486 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} executeQuery: Read 102 rows, 6.42 KiB in 0.001215 sec., 83950.61728395062 rows/sec., 5.16 MiB/sec. 2025.07.18 19:21:21.987541 [ 4 ] {085a64a6-d623-43b3-8a50-6d2da007f00a} TCPHandler: Processed in 0.001402182 sec. 2025.07.18 19:21:21.990343 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 27888 rows, containing 5 columns (5 merged, 0 gathered) in 0.008392729 sec., 3322876.265872519 rows/sec., 222.37 MiB/sec. 2025.07.18 19:21:21.990893 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:21:21.991217 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:21.991318 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_71_14} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:21:21.991415 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.07.18 19:21:22.000165 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 287.50 MiB, peak 294.80 MiB, free memory in arenas 0.00 B, will set to 289.19 MiB (RSS), difference: 1.70 MiB 2025.07.18 19:21:25.462751 [ 126 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:21:25.462810 [ 126 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:21:25.616778 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 2025.07.18 19:21:25.617568 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:25.617634 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:25.618122 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:21:25.618351 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:25.618488 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.07.18 19:21:26.861938 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.07.18 19:21:26.879930 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.879995 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.886049 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:21:26.886736 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.889802 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.07.18 19:21:26.953999 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:26.954201 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:26.954277 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:26.955025 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.955072 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.955483 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:21:26.955695 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.955837 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} executeQuery: Read 56 rows, 4.41 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.52 MiB/sec. 2025.07.18 19:21:26.955876 [ 4 ] {256bc769-9f9a-4b38-b468-2206df472e02} TCPHandler: Processed in 0.002039591 sec. 2025.07.18 19:21:26.955995 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:26.956085 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:26.956124 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:26.956590 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.956625 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.956924 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:21:26.957141 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.957270 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} executeQuery: Read 64 rows, 5.12 KiB in 0.001165 sec., 54935.622317596564 rows/sec., 4.29 MiB/sec. 2025.07.18 19:21:26.957307 [ 4 ] {6308623f-3319-40e9-8c84-2211f4cbc00d} TCPHandler: Processed in 0.001330991 sec. 2025.07.18 19:21:26.957439 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:26.957533 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:26.957578 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:26.958000 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.958035 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.958360 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:21:26.958589 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.958718 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.07.18 19:21:26.958755 [ 4 ] {5945bb05-8725-4359-b0e0-4ae75e5b4ed3} TCPHandler: Processed in 0.001367051 sec. 2025.07.18 19:21:26.958865 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:26.958959 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:26.959000 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:26.959339 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.959374 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.959671 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:21:26.959891 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.960005 [ 124 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:21:26.960018 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.07.18 19:21:26.960080 [ 124 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:26.960106 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:26.960115 [ 4 ] {a85c2de3-a9cf-4154-b474-df8fe8cb6183} TCPHandler: Processed in 0.00129768 sec. 2025.07.18 19:21:26.960216 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:26.960365 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:26.960408 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 5166 rows starting from the beginning of the part 2025.07.18 19:21:26.960475 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:26.960518 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:26.960559 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:26.960601 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:26.960638 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:26.962329 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002169413 sec., 2558295.723313173 rows/sec., 162.70 MiB/sec. 2025.07.18 19:21:26.962739 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:21:26.963013 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:26.963083 [ 195 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_71_14} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:21:26.963161 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.07.18 19:21:27.512391 [ 124 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.07.18 19:21:27.512453 [ 124 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:27.512474 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:27.512575 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:21:27.512715 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:27.512753 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.07.18 19:21:27.512817 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:21:27.512860 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.07.18 19:21:27.512905 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2025.07.18 19:21:27.512942 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2025.07.18 19:21:27.513641 [ 200 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001112207 sec., 34166.30177655778 rows/sec., 2.85 MiB/sec. 2025.07.18 19:21:27.513759 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.07.18 19:21:27.514001 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:27.514069 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_13_3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.07.18 19:21:27.514131 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.18 19:21:30.675500 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1292 2025.07.18 19:21:30.678000 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:30.678039 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:30.679190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:30.679440 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:30.679692 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1292 2025.07.18 19:21:31.966359 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.966553 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.966623 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:31.967387 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.967429 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.967821 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:31.968038 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.968196 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} executeQuery: Read 392 rows, 25.47 KiB in 0.001697 sec., 230995.8750736594 rows/sec., 14.66 MiB/sec. 2025.07.18 19:21:31.968237 [ 4 ] {35853693-4c59-46e6-81ef-b2ba72b09e7e} TCPHandler: Processed in 0.002007311 sec. 2025.07.18 19:21:31.968352 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.968445 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:21:31.968486 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:21:31.968917 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.968953 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.969262 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.18 19:21:31.969474 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.969602 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} executeQuery: Read 12 rows, 1002.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 832.78 KiB/sec. 2025.07.18 19:21:31.969640 [ 4 ] {b72a65ea-d524-41dc-b4a2-0895476a1ad4} TCPHandler: Processed in 0.001334981 sec. 2025.07.18 19:21:31.969751 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.969843 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:31.969882 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:31.970849 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.970886 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.971327 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:21:31.971599 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.971739 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} executeQuery: Read 1155 rows, 94.34 KiB in 0.001913 sec., 603763.7219027706 rows/sec., 48.16 MiB/sec. 2025.07.18 19:21:31.971780 [ 4 ] {e8c647a3-2ce6-41aa-9808-49ab276c14fb} TCPHandler: Processed in 0.002075331 sec. 2025.07.18 19:21:31.971897 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.971993 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.972034 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:31.972521 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.972558 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.972878 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:21:31.973101 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.973235 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} executeQuery: Read 249 rows, 15.70 KiB in 0.001261 sec., 197462.33148295005 rows/sec., 12.16 MiB/sec. 2025.07.18 19:21:31.973274 [ 4 ] {22b159f4-cb7f-4dbf-a6ab-d1426a8e3a2b} TCPHandler: Processed in 0.001427152 sec. 2025.07.18 19:21:31.973385 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.973479 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.973519 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:31.973977 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.974013 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.974336 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:21:31.974550 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.974667 [ 117 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 2025.07.18 19:21:31.974685 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} executeQuery: Read 203 rows, 13.41 KiB in 0.001225 sec., 165714.2857142857 rows/sec., 10.69 MiB/sec. 2025.07.18 19:21:31.974736 [ 117 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.974745 [ 4 ] {c2cad285-954a-4a1a-a314-fa84ab7400a5} TCPHandler: Processed in 0.001408662 sec. 2025.07.18 19:21:31.974764 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.974861 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full 2025.07.18 19:21:31.974865 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.974955 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:31.974975 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.974982 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 431 rows starting from the beginning of the part 2025.07.18 19:21:31.975014 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:31.975045 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part 2025.07.18 19:21:31.975089 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 203 rows starting from the beginning of the part 2025.07.18 19:21:31.975130 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part 2025.07.18 19:21:31.975171 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 203 rows starting from the beginning of the part 2025.07.18 19:21:31.975211 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 203 rows starting from the beginning of the part 2025.07.18 19:21:31.975454 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.975490 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.975803 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:31.976035 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.976079 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001255379 sec., 1171757.692298501 rows/sec., 81.22 MiB/sec. 2025.07.18 19:21:31.976165 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} executeQuery: Read 202 rows, 11.75 KiB in 0.001209 sec., 167080.23159636062 rows/sec., 9.49 MiB/sec. 2025.07.18 19:21:31.976208 [ 4 ] {b33d9797-de93-4072-9a38-39b3effc838a} TCPHandler: Processed in 0.001391872 sec. 2025.07.18 19:21:31.976307 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2025.07.18 19:21:31.976322 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.976422 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:31.976465 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:31.976633 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.976721 [ 197 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_42_9} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 2025.07.18 19:21:31.976814 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:21:31.977066 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.977109 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.977452 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:21:31.977666 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.977797 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} executeQuery: Read 705 rows, 50.83 KiB in 0.001393 sec., 506101.9382627423 rows/sec., 35.64 MiB/sec. 2025.07.18 19:21:31.977834 [ 4 ] {7678ac9d-941a-4a5f-927f-4063ab6dbbcc} TCPHandler: Processed in 0.001561044 sec. 2025.07.18 19:21:31.977947 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.978040 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:31.978080 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:31.978415 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.978451 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.978764 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:31.978972 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.979080 [ 117 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:21:31.979106 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.07.18 19:21:31.979124 [ 117 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.979148 [ 4 ] {4a4d4b44-28f7-493f-985f-6f10c97cbc79} TCPHandler: Processed in 0.00125029 sec. 2025.07.18 19:21:31.979148 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.979240 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:21:31.979267 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.979337 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:31.979361 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.979367 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part 2025.07.18 19:21:31.979406 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:31.979420 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.07.18 19:21:31.979459 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.07.18 19:21:31.979494 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.07.18 19:21:31.979530 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.07.18 19:21:31.979569 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.07.18 19:21:31.979834 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.979869 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.980205 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:21:31.980241 [ 188 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.001032265 sec., 209248.5941110083 rows/sec., 10.68 MiB/sec. 2025.07.18 19:21:31.980379 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:21:31.980424 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.980557 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} executeQuery: Read 313 rows, 21.10 KiB in 0.001214 sec., 257825.37067545304 rows/sec., 16.98 MiB/sec. 2025.07.18 19:21:31.980594 [ 4 ] {37398c39-316f-4fbe-8f36-d1eab1e0f8d0} TCPHandler: Processed in 0.001376541 sec. 2025.07.18 19:21:31.980626 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.980687 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_36_7} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:21:31.980697 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.980744 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:21:31.980791 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.980834 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:31.981154 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.981189 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.981489 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:31.981705 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.981830 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.07.18 19:21:31.981863 [ 4 ] {14dea0c0-dbc6-4601-8e85-86acb28f78ae} TCPHandler: Processed in 0.001229699 sec. 2025.07.18 19:21:31.981965 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.982053 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.982103 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:31.982947 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.982984 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.983547 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.07.18 19:21:31.983769 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.983878 [ 117 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.07.18 19:21:31.983906 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} executeQuery: Read 41 rows, 75.23 KiB in 0.001843 sec., 22246.33749321758 rows/sec., 39.86 MiB/sec. 2025.07.18 19:21:31.983910 [ 117 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.983946 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.983967 [ 4 ] {b77dfc1a-0e8c-44af-aee7-a730f1cf1a92} TCPHandler: Processed in 0.002027721 sec. 2025.07.18 19:21:31.984034 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:21:31.984089 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:31.984188 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:31.984229 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:31.984283 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:31.984348 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1241 rows starting from the beginning of the part 2025.07.18 19:21:31.984488 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part 2025.07.18 19:21:31.984564 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:31.984602 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2025.07.18 19:21:31.984606 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:31.984713 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part 2025.07.18 19:21:31.984816 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part 2025.07.18 19:21:31.984919 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part 2025.07.18 19:21:31.984947 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:21:31.985166 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.985309 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} executeQuery: Read 102 rows, 6.42 KiB in 0.00114 sec., 89473.68421052632 rows/sec., 5.50 MiB/sec. 2025.07.18 19:21:31.985349 [ 4 ] {2d134930-8515-4531-b7c3-cf868ee097f8} TCPHandler: Processed in 0.00130916 sec. 2025.07.18 19:21:31.990883 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1446 rows, containing 19 columns (19 merged, 0 gathered) in 0.006889446 sec., 209886.2521021284 rows/sec., 376.11 MiB/sec. 2025.07.18 19:21:31.992600 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.07.18 19:21:31.992903 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:31.992970 [ 199 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_36_7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.07.18 19:21:31.993077 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2025.07.18 19:21:32.000231 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 290.31 MiB, peak 301.88 MiB, free memory in arenas 0.00 B, will set to 292.34 MiB (RSS), difference: 2.04 MiB 2025.07.18 19:21:33.118773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 2025.07.18 19:21:33.119281 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:33.119329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:33.119894 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:21:33.120123 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:33.120260 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.07.18 19:21:33.120271 [ 115 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:21:33.120340 [ 115 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:33.120360 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:33.120478 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:21:33.120636 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:33.120681 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part 2025.07.18 19:21:33.120749 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part 2025.07.18 19:21:33.120795 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part 2025.07.18 19:21:33.120837 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part 2025.07.18 19:21:33.120878 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part 2025.07.18 19:21:33.120917 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part 2025.07.18 19:21:33.122846 [ 191 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425148 sec., 9658791.958263991 rows/sec., 138.17 MiB/sec. 2025.07.18 19:21:33.123153 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:21:33.123470 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:33.123559 [ 189 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_51_10} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:21:33.123642 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.07.18 19:21:34.390023 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.07.18 19:21:34.407473 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:34.407519 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:34.413236 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:21:34.413917 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:34.414224 [ 113 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:21:34.414271 [ 113 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:34.414293 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:34.414451 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.417048 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.07.18 19:21:34.418406 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:34.419953 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.424749 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.429429 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.434026 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.438460 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.442386 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:21:34.497002 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082632511 sec., 4647.081340660216 rows/sec., 24.03 MiB/sec. 2025.07.18 19:21:34.499030 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:21:34.500742 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:34.500848 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_51_10} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:21:34.502580 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.07.18 19:21:36.953495 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:36.953708 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:36.953781 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:36.954459 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:36.954506 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:36.954907 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:21:36.955132 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:36.955283 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. 2025.07.18 19:21:36.955325 [ 4 ] {e86f88a8-3e1c-4ef4-b449-da85ee1ef791} TCPHandler: Processed in 0.00196745 sec. 2025.07.18 19:21:36.955449 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:36.955546 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:36.955588 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:36.956022 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:36.956059 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:36.956378 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:21:36.956606 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:36.956735 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. 2025.07.18 19:21:36.956772 [ 4 ] {1c34502e-f817-42ec-a05f-75600673fa62} TCPHandler: Processed in 0.001372731 sec. 2025.07.18 19:21:36.956888 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:36.956982 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:36.957026 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:36.957432 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:36.957468 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:36.957789 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:21:36.957999 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:36.958132 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.07.18 19:21:36.958170 [ 4 ] {c37c97dc-b445-4eca-959e-189c8315afe7} TCPHandler: Processed in 0.001331221 sec. 2025.07.18 19:21:36.958274 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:36.958367 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:36.958410 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:36.958746 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:36.958782 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.07.18 19:21:36.959084 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:21:36.959294 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:36.959422 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.07.18 19:21:36.959458 [ 4 ] {8ed07649-d772-4f52-8ff1-5f83874a1834} TCPHandler: Processed in 0.001233809 sec. 2025.07.18 19:21:40.462851 [ 110 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:21:40.462907 [ 110 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:21:40.620396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 2025.07.18 19:21:40.621188 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:40.621271 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:40.622167 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:21:40.622405 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:40.622537 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.07.18 19:21:40.679970 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1324 2025.07.18 19:21:40.682249 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:40.682295 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:40.683465 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:40.683723 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:40.683989 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1324 2025.07.18 19:21:41.917193 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.07.18 19:21:41.932409 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.932467 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.937792 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:21:41.938508 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.941157 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.07.18 19:21:41.966552 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.966755 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.966830 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:41.967787 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.967832 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.968240 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:41.968493 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.968638 [ 108 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.07.18 19:21:41.968667 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} executeQuery: Read 392 rows, 25.47 KiB in 0.001966 sec., 199389.62360122075 rows/sec., 12.65 MiB/sec. 2025.07.18 19:21:41.968714 [ 108 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.968733 [ 4 ] {84856821-078a-4b89-b794-9f1207daf26c} TCPHandler: Processed in 0.002315666 sec. 2025.07.18 19:21:41.968744 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.968872 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.968881 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.07.18 19:21:41.968979 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:41.969027 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:41.969033 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:41.969075 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 392 rows starting from the beginning of the part 2025.07.18 19:21:41.969140 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:41.969184 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:41.969225 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:41.969275 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 392 rows starting from the beginning of the part 2025.07.18 19:21:41.969915 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.969959 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.970282 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455913 sec., 1346234.2873509612 rows/sec., 90.55 MiB/sec. 2025.07.18 19:21:41.970388 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:21:41.970452 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.07.18 19:21:41.970618 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.970727 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.970758 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} executeQuery: Read 1149 rows, 93.90 KiB in 0.001802 sec., 637624.8612652608 rows/sec., 50.89 MiB/sec. 2025.07.18 19:21:41.970798 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_37_9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.07.18 19:21:41.970799 [ 4 ] {cc591c15-b863-4e8e-b367-5db850ca8880} TCPHandler: Processed in 0.001978381 sec. 2025.07.18 19:21:41.970887 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.07.18 19:21:41.970937 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.971034 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.971076 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:41.971573 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.971609 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.971919 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:21:41.972126 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.972256 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} executeQuery: Read 237 rows, 14.86 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 11.68 MiB/sec. 2025.07.18 19:21:41.972277 [ 106 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.07.18 19:21:41.972295 [ 4 ] {001da7a0-235a-45a7-9729-af200b46a08e} TCPHandler: Processed in 0.001409042 sec. 2025.07.18 19:21:41.972333 [ 106 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.972362 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.972429 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.972440 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.07.18 19:21:41.972542 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.972559 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:41.972587 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:41.972590 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 255 rows starting from the beginning of the part 2025.07.18 19:21:41.972660 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:41.972704 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part 2025.07.18 19:21:41.972742 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:41.972782 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 249 rows starting from the beginning of the part 2025.07.18 19:21:41.972869 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part 2025.07.18 19:21:41.973085 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.973128 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.973461 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:21:41.973717 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.973796 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 1217 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390252 sec., 875380.866202674 rows/sec., 57.10 MiB/sec. 2025.07.18 19:21:41.973856 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} executeQuery: Read 203 rows, 13.41 KiB in 0.001331 sec., 152516.90458302028 rows/sec., 9.84 MiB/sec. 2025.07.18 19:21:41.973911 [ 4 ] {5249f01a-d61b-4c70-9ef9-80eea05b961d} TCPHandler: Processed in 0.001530343 sec. 2025.07.18 19:21:41.973955 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.07.18 19:21:41.974070 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.974172 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.974213 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:41.974257 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.974331 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_40_8} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.07.18 19:21:41.974395 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.18 19:21:41.974771 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.974815 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.975156 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:41.975363 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.975476 [ 103 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.07.18 19:21:41.975495 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} executeQuery: Read 202 rows, 11.75 KiB in 0.001342 sec., 150521.60953800296 rows/sec., 8.55 MiB/sec. 2025.07.18 19:21:41.975511 [ 103 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.975531 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.975533 [ 4 ] {4c6288c7-a9a7-46a7-bcef-91768cbfc3bf} TCPHandler: Processed in 0.001513043 sec. 2025.07.18 19:21:41.975618 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.07.18 19:21:41.975677 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.975706 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:41.975738 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 202 rows starting from the beginning of the part 2025.07.18 19:21:41.975770 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:41.975806 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:41.975809 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:41.975857 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:41.975904 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:41.975949 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 202 rows starting from the beginning of the part 2025.07.18 19:21:41.976468 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.976503 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.976734 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001148898 sec., 879103.2798385932 rows/sec., 53.28 MiB/sec. 2025.07.18 19:21:41.976832 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:21:41.976877 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.07.18 19:21:41.977093 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.977171 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.977231 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} executeQuery: Read 693 rows, 49.85 KiB in 0.001478 sec., 468876.8606224628 rows/sec., 32.94 MiB/sec. 2025.07.18 19:21:41.977245 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_37_9} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.07.18 19:21:41.977277 [ 4 ] {aff83527-53df-4b6b-9fda-8c1e6064685b} TCPHandler: Processed in 0.001646865 sec. 2025.07.18 19:21:41.977328 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.18 19:21:41.977400 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.977499 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:41.977539 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:41.977879 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.977915 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.978214 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:41.978410 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.978535 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2025.07.18 19:21:41.978571 [ 4 ] {68782b4f-4f26-496c-9625-d6dfc3752d15} TCPHandler: Processed in 0.001218638 sec. 2025.07.18 19:21:41.978681 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.978773 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.978815 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:41.979261 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.979297 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.979640 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:21:41.979871 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.980002 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} executeQuery: Read 307 rows, 20.68 KiB in 0.001247 sec., 246190.8580593424 rows/sec., 16.20 MiB/sec. 2025.07.18 19:21:41.980038 [ 4 ] {9607b3e1-6bd8-4582-a7f9-c1d94deb6805} TCPHandler: Processed in 0.001403092 sec. 2025.07.18 19:21:41.980151 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.980243 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.980284 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:41.980599 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.980634 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.980945 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:41.981143 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.981266 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.07.18 19:21:41.981321 [ 4 ] {d1e577e1-9fe7-4f9c-a91b-fb6f0eef6b15} TCPHandler: Processed in 0.001216059 sec. 2025.07.18 19:21:41.981440 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.981530 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.981582 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:41.982472 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.982509 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.983083 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.07.18 19:21:41.983320 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.983459 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} executeQuery: Read 41 rows, 75.23 KiB in 0.001946 sec., 21068.8591983556 rows/sec., 37.75 MiB/sec. 2025.07.18 19:21:41.983512 [ 4 ] {df8162cf-991e-4dcf-9ad7-5162f4cf949d} TCPHandler: Processed in 0.002119693 sec. 2025.07.18 19:21:41.983628 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:41.983720 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:41.983761 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:41.984104 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:41.984141 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:41.984441 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:21:41.984641 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:41.984765 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} executeQuery: Read 102 rows, 6.42 KiB in 0.001063 sec., 95954.84477892757 rows/sec., 5.90 MiB/sec. 2025.07.18 19:21:41.984800 [ 4 ] {afdfb469-a4a1-4925-aaf2-4f4d467164cf} TCPHandler: Processed in 0.001220059 sec. 2025.07.18 19:21:42.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 295.16 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 293.81 MiB (RSS), difference: -1.34 MiB 2025.07.18 19:21:46.598876 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:46.599070 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:46.599138 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:46.600212 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.600266 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.600739 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:21:46.600985 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.601156 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} executeQuery: Read 1196 rows, 100.97 KiB in 0.002133 sec., 560712.6113455228 rows/sec., 46.23 MiB/sec. 2025.07.18 19:21:46.601154 [ 96 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:21:46.601212 [ 4 ] {befb159c-ee8e-4ed0-b0b6-a9753255fe5c} TCPHandler: Processed in 0.002462338 sec. 2025.07.18 19:21:46.601237 [ 96 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.601267 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.601339 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:46.601379 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:21:46.601452 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:46.601500 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:46.601512 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:46.601554 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2298 rows starting from the beginning of the part 2025.07.18 19:21:46.601625 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part 2025.07.18 19:21:46.601675 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:21:46.601721 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part 2025.07.18 19:21:46.601770 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:21:46.601813 [ 192 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:21:46.602070 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.602125 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.602682 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:21:46.602926 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.603075 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} executeQuery: Read 228 rows, 15.81 KiB in 0.001649 sec., 138265.61552456033 rows/sec., 9.36 MiB/sec. 2025.07.18 19:21:46.603136 [ 4 ] {bac00384-b70d-4a7f-9f93-9fdd7d4ecfc8} TCPHandler: Processed in 0.001850329 sec. 2025.07.18 19:21:46.603295 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:46.603403 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:46.603449 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:46.604038 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5910 rows, containing 5 columns (5 merged, 0 gathered) in 0.002711162 sec., 2179877.115421358 rows/sec., 184.51 MiB/sec. 2025.07.18 19:21:46.604077 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.604117 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.604380 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:21:46.604519 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:21:46.604817 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.604857 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.604921 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_76_15} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:21:46.604994 [ 96 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:21:46.605012 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} executeQuery: Read 520 rows, 39.40 KiB in 0.00163 sec., 319018.40490797546 rows/sec., 23.61 MiB/sec. 2025.07.18 19:21:46.605032 [ 96 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.605034 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:21:46.605057 [ 4 ] {ba2a2cf9-bc00-489d-b34d-cfdf0fd19578} TCPHandler: Processed in 0.001834658 sec. 2025.07.18 19:21:46.605060 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.605151 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:21:46.605200 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:46.605245 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:46.605278 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1185 rows starting from the beginning of the part 2025.07.18 19:21:46.605305 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:46.605341 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part 2025.07.18 19:21:46.605357 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:46.605394 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 705 rows starting from the beginning of the part 2025.07.18 19:21:46.605443 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part 2025.07.18 19:21:46.605485 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 693 rows starting from the beginning of the part 2025.07.18 19:21:46.605526 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 520 rows starting from the beginning of the part 2025.07.18 19:21:46.605964 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.606005 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.606438 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:21:46.606660 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.606764 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3231 rows, containing 5 columns (5 merged, 0 gathered) in 0.001649155 sec., 1959185.1584599386 rows/sec., 148.04 MiB/sec. 2025.07.18 19:21:46.606773 [ 96 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:21:46.606790 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} executeQuery: Read 1006 rows, 69.24 KiB in 0.001507 sec., 667551.4266755142 rows/sec., 44.87 MiB/sec. 2025.07.18 19:21:46.606814 [ 96 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.606838 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.606844 [ 4 ] {ffff13b5-3137-42bc-8758-a1c739738955} TCPHandler: Processed in 0.001694866 sec. 2025.07.18 19:21:46.606912 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:21:46.606940 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:21:46.606967 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:46.607020 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:46.607056 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 27888 rows starting from the beginning of the part 2025.07.18 19:21:46.607068 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:46.607114 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:21:46.607115 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:46.607171 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 313 rows starting from the beginning of the part 2025.07.18 19:21:46.607220 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2025.07.18 19:21:46.607233 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.607280 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 307 rows starting from the beginning of the part 2025.07.18 19:21:46.607314 [ 197 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_76_15} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:21:46.607340 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:21:46.607387 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:21:46.607482 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:46.607525 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:46.607877 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:21:46.608088 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.608221 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2025.07.18 19:21:46.608257 [ 4 ] {b164c23c-bc30-430d-9d58-bc2ae4dcd893} TCPHandler: Processed in 0.001339571 sec. 2025.07.18 19:21:46.615118 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 29834 rows, containing 5 columns (5 merged, 0 gathered) in 0.008242426 sec., 3619565.404651494 rows/sec., 242.29 MiB/sec. 2025.07.18 19:21:46.615656 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:21:46.615932 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:46.616004 [ 197 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_76_15} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:21:46.616086 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.07.18 19:21:47.000375 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 294.25 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 297.34 MiB (RSS), difference: 3.09 MiB 2025.07.18 19:21:48.122718 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 2025.07.18 19:21:48.123239 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:48.123285 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:48.123890 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:21:48.124124 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:48.124254 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.07.18 19:21:49.441275 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.07.18 19:21:49.457909 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:49.457975 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:49.463925 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:21:49.464686 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:49.467546 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.07.18 19:21:50.684240 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1356 2025.07.18 19:21:50.686553 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:50.686601 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:50.687857 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:21:50.688141 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:50.688510 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1356 2025.07.18 19:21:51.967013 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.967266 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.967360 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:21:51.968213 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.968257 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.968656 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:51.968868 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.969018 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} executeQuery: Read 392 rows, 25.47 KiB in 0.001822 sec., 215148.1888035126 rows/sec., 13.65 MiB/sec. 2025.07.18 19:21:51.969059 [ 4 ] {08065a1b-3422-49a1-9e9e-3f3a80f1994a} TCPHandler: Processed in 0.002207364 sec. 2025.07.18 19:21:51.969160 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.969253 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:51.969292 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:51.970065 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.970101 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.970592 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:21:51.970822 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.970951 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} executeQuery: Read 1149 rows, 93.90 KiB in 0.001715 sec., 669970.8454810496 rows/sec., 53.47 MiB/sec. 2025.07.18 19:21:51.970988 [ 4 ] {9ef37d01-3913-4d27-87c6-46ba286fa2c1} TCPHandler: Processed in 0.001874239 sec. 2025.07.18 19:21:51.971101 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.971193 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.971257 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:21:51.971743 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.971779 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.972086 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:21:51.972285 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.972411 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} executeQuery: Read 237 rows, 14.86 KiB in 0.001237 sec., 191592.5626515764 rows/sec., 11.73 MiB/sec. 2025.07.18 19:21:51.972448 [ 4 ] {498c09cf-264b-4755-a7c2-22e0a1ca0527} TCPHandler: Processed in 0.001394741 sec. 2025.07.18 19:21:51.972551 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.972666 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.972706 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:21:51.973164 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.973200 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.973515 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:21:51.973726 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.973853 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} executeQuery: Read 203 rows, 13.41 KiB in 0.001204 sec., 168604.6511627907 rows/sec., 10.88 MiB/sec. 2025.07.18 19:21:51.973889 [ 4 ] {7748ed46-8a71-4e65-98c8-5671e3a41e61} TCPHandler: Processed in 0.001385751 sec. 2025.07.18 19:21:51.973992 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.974083 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.974121 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:21:51.974542 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.974577 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.974876 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:51.975077 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.975203 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} executeQuery: Read 202 rows, 11.75 KiB in 0.001138 sec., 177504.39367311072 rows/sec., 10.08 MiB/sec. 2025.07.18 19:21:51.975240 [ 4 ] {99863f68-65c2-4877-a7b3-516707aaa94d} TCPHandler: Processed in 0.00129405 sec. 2025.07.18 19:21:51.975345 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.975435 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:51.975473 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:51.976044 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.976081 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.976425 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:21:51.976623 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.976747 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} executeQuery: Read 693 rows, 49.85 KiB in 0.001329 sec., 521444.69525959366 rows/sec., 36.63 MiB/sec. 2025.07.18 19:21:51.976784 [ 4 ] {3caa73a7-0a09-4adc-ad32-fa590f673897} TCPHandler: Processed in 0.001485383 sec. 2025.07.18 19:21:51.976890 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.976980 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:21:51.977021 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:21:51.977339 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.977375 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.977680 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:51.977882 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.978009 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.07.18 19:21:51.978044 [ 4 ] {5e24b8c0-93e4-4e32-ac48-f534572b24f2} TCPHandler: Processed in 0.001201169 sec. 2025.07.18 19:21:51.978142 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.978233 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.978274 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:51.978676 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.978711 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.979036 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:21:51.979257 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.979383 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} executeQuery: Read 307 rows, 20.68 KiB in 0.001168 sec., 262842.4657534247 rows/sec., 17.29 MiB/sec. 2025.07.18 19:21:51.979419 [ 4 ] {01be4df7-3d21-4f02-998d-db09ab2eab6d} TCPHandler: Processed in 0.00132277 sec. 2025.07.18 19:21:51.979522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.979611 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.979652 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:21:51.979957 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.979992 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.980298 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:51.980503 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.980630 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.07.18 19:21:51.980665 [ 4 ] {4648b39a-f1da-4347-a49d-95e9bf6da984} TCPHandler: Processed in 0.001189948 sec. 2025.07.18 19:21:51.980823 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.980914 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.980965 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:21:51.981760 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.981796 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.982365 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.07.18 19:21:51.982585 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.982722 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} executeQuery: Read 41 rows, 75.23 KiB in 0.001825 sec., 22465.753424657534 rows/sec., 40.26 MiB/sec. 2025.07.18 19:21:51.982778 [ 4 ] {07ff57b3-4b5f-4518-adce-13648a67c77a} TCPHandler: Processed in 0.002000921 sec. 2025.07.18 19:21:51.982895 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:51.982986 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:51.983026 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:51.983347 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.983383 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.983688 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:21:51.983895 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.984018 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} executeQuery: Read 102 rows, 6.42 KiB in 0.00105 sec., 97142.85714285714 rows/sec., 5.97 MiB/sec. 2025.07.18 19:21:51.984017 [ 93 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:21:51.984052 [ 4 ] {ea5833d0-84ee-46f7-80a6-458c3dd59687} TCPHandler: Processed in 0.001205958 sec. 2025.07.18 19:21:51.984103 [ 93 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:51.984130 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:51.984258 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:51.984417 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:21:51.984455 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 5550 rows starting from the beginning of the part 2025.07.18 19:21:51.984518 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:51.984563 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:51.984607 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:51.984646 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:21:51.984682 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 102 rows starting from the beginning of the part 2025.07.18 19:21:51.986534 [ 199 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5976 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337925 sec., 2556112.792326529 rows/sec., 162.48 MiB/sec. 2025.07.18 19:21:51.986963 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:21:51.987294 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:51.987384 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_76_15} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:21:51.987473 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.07.18 19:21:55.463151 [ 88 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:21:55.463201 [ 88 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:21:55.624407 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 2025.07.18 19:21:55.624911 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:55.624945 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:55.625414 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:21:55.625640 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:55.625777 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.07.18 19:21:56.954190 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:56.954360 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:21:56.954426 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:21:56.955082 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:56.955129 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:56.955511 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:21:56.955736 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:56.955898 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} executeQuery: Read 56 rows, 4.41 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.71 MiB/sec. 2025.07.18 19:21:56.955943 [ 4 ] {ff4b743e-1fb9-4533-91f7-f75fcc1d71cf} TCPHandler: Processed in 0.001879879 sec. 2025.07.18 19:21:56.956072 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:56.956171 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:21:56.956213 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:21:56.956649 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:56.956684 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:56.956987 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:21:56.957190 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:56.957325 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2025.07.18 19:21:56.957361 [ 4 ] {0366e174-31df-4944-9143-9b0c99b5c25c} TCPHandler: Processed in 0.00134087 sec. 2025.07.18 19:21:56.957488 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:56.957580 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:21:56.957623 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:21:56.958047 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:56.958083 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:56.958406 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:21:56.958610 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:56.958743 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.07.18 19:21:56.958778 [ 4 ] {68868d8d-5f7e-4bb4-b866-08e43a79e1be} TCPHandler: Processed in 0.001337681 sec. 2025.07.18 19:21:56.958890 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:21:56.958981 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:21:56.959021 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:21:56.959364 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:56.959399 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:56.959690 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:21:56.959901 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:56.960032 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.07.18 19:21:56.960067 [ 4 ] {d6595268-542d-4c67-b0a3-bea609244a86} TCPHandler: Processed in 0.001223719 sec. 2025.07.18 19:21:56.967670 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.07.18 19:21:56.984489 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:21:56.984548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:21:56.990592 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:21:56.991305 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:21:56.994212 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.07.18 19:22:00.688891 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1386 2025.07.18 19:22:00.691746 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:00.691812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:00.693397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:00.693663 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:00.694017 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1386 2025.07.18 19:22:01.967532 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.967724 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.967794 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:01.968657 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.968704 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.969097 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:22:01.969311 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.969457 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} executeQuery: Read 392 rows, 25.47 KiB in 0.001786 sec., 219484.88241881298 rows/sec., 13.92 MiB/sec. 2025.07.18 19:22:01.969497 [ 4 ] {77e6d82e-97f8-4a2b-a102-e40774fdf2d9} TCPHandler: Processed in 0.002096952 sec. 2025.07.18 19:22:01.969624 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.969718 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:22:01.969759 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:22:01.970175 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.970210 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.970497 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.18 19:22:01.970692 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.970815 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} executeQuery: Read 4 rows, 334.00 B in 0.001116 sec., 3584.2293906810037 rows/sec., 292.27 KiB/sec. 2025.07.18 19:22:01.970850 [ 4 ] {a93d5ef7-996f-4185-a602-a973178eb16b} TCPHandler: Processed in 0.00127357 sec. 2025.07.18 19:22:01.970961 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.971052 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:01.971090 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:01.972043 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.972077 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.972430 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:22:01.972635 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.972758 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} executeQuery: Read 1151 rows, 94.05 KiB in 0.001724 sec., 667633.4106728538 rows/sec., 53.28 MiB/sec. 2025.07.18 19:22:01.972793 [ 4 ] {bd773c6f-23fb-463c-8cb7-571ffe347b07} TCPHandler: Processed in 0.001879318 sec. 2025.07.18 19:22:01.972904 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.972997 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.973040 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:01.973527 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.973565 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.973857 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:01.974056 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.974178 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} executeQuery: Read 241 rows, 15.14 KiB in 0.001199 sec., 201000.83402835697 rows/sec., 12.33 MiB/sec. 2025.07.18 19:22:01.974213 [ 4 ] {c2e51627-7d26-4e04-89a9-9739b4d4484f} TCPHandler: Processed in 0.001356471 sec. 2025.07.18 19:22:01.974326 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.974417 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.974456 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:01.974921 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.974955 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.975247 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:22:01.975442 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.975569 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} executeQuery: Read 203 rows, 13.41 KiB in 0.001169 sec., 173652.69461077845 rows/sec., 11.20 MiB/sec. 2025.07.18 19:22:01.975604 [ 4 ] {983b2691-61fd-47c8-92a5-932e2f825e40} TCPHandler: Processed in 0.001324671 sec. 2025.07.18 19:22:01.975713 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.975804 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.975843 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:01.976277 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.976310 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.976602 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:22:01.976810 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.976932 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} executeQuery: Read 202 rows, 11.75 KiB in 0.001145 sec., 176419.21397379914 rows/sec., 10.02 MiB/sec. 2025.07.18 19:22:01.976968 [ 4 ] {29b804b6-10c1-49ec-b304-99a2da5ffaa3} TCPHandler: Processed in 0.00130228 sec. 2025.07.18 19:22:01.977083 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.977175 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:01.977213 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:01.977841 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.977875 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.978195 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:22:01.978404 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.978525 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} executeQuery: Read 697 rows, 50.18 KiB in 0.001368 sec., 509502.92397660814 rows/sec., 35.82 MiB/sec. 2025.07.18 19:22:01.978561 [ 4 ] {6cefb025-ef2e-44a3-a30b-429686a7553a} TCPHandler: Processed in 0.001524383 sec. 2025.07.18 19:22:01.978673 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.978765 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:01.978805 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:01.979137 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.979169 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.979459 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:22:01.979660 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.979782 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2025.07.18 19:22:01.979815 [ 4 ] {f9745c37-e254-4170-a6a7-273a5e02e15a} TCPHandler: Processed in 0.001189738 sec. 2025.07.18 19:22:01.979922 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.980014 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.980055 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:01.980486 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.980520 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.980839 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:22:01.981042 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.981166 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} executeQuery: Read 309 rows, 20.82 KiB in 0.001171 sec., 263877.0281810419 rows/sec., 17.36 MiB/sec. 2025.07.18 19:22:01.981201 [ 4 ] {5643b63f-7629-4c88-b271-71e675bd67ab} TCPHandler: Processed in 0.001325461 sec. 2025.07.18 19:22:01.981308 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.981403 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.981447 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:01.981764 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.981799 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.982094 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:22:01.982291 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.982412 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2025.07.18 19:22:01.982445 [ 4 ] {ecf664bf-d715-42ea-94d9-c42cfe5bb90e} TCPHandler: Processed in 0.001184108 sec. 2025.07.18 19:22:01.982551 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.982642 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.982694 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:01.983542 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.983577 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.984126 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.07.18 19:22:01.984351 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.984480 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} executeQuery: Read 41 rows, 75.23 KiB in 0.001855 sec., 22102.42587601078 rows/sec., 39.61 MiB/sec. 2025.07.18 19:22:01.984530 [ 4 ] {2beef007-3106-4d89-8242-828672bc8753} TCPHandler: Processed in 0.002025451 sec. 2025.07.18 19:22:01.984643 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:01.984735 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:01.984774 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:01.985112 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:01.985145 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:01.985451 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:22:01.985649 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:01.985773 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} executeQuery: Read 102 rows, 6.42 KiB in 0.001056 sec., 96590.90909090909 rows/sec., 5.93 MiB/sec. 2025.07.18 19:22:01.985807 [ 4 ] {187d259b-16e8-4d67-b53b-b0d7588675bf} TCPHandler: Processed in 0.001211248 sec. 2025.07.18 19:22:03.126055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 2025.07.18 19:22:03.126653 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:03.126698 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:03.127224 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:22:03.127446 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:03.127579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.07.18 19:22:04.494415 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 2025.07.18 19:22:04.510767 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:04.510815 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:04.517287 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:22:04.517994 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:04.520862 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 414 2025.07.18 19:22:06.954590 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:06.954795 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:06.954865 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:06.955550 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:06.955593 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:06.955970 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:22:06.956195 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:06.956340 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} executeQuery: Read 56 rows, 4.41 KiB in 0.001597 sec., 35065.748278021296 rows/sec., 2.69 MiB/sec. 2025.07.18 19:22:06.956380 [ 4 ] {ffc5535d-8d90-4ac8-9fec-304098c1288a} TCPHandler: Processed in 0.00192103 sec. 2025.07.18 19:22:06.956496 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:06.956588 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:06.956627 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:06.957026 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:06.957061 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:06.957351 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:22:06.957556 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:06.957682 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} executeQuery: Read 64 rows, 5.12 KiB in 0.001111 sec., 57605.760576057604 rows/sec., 4.50 MiB/sec. 2025.07.18 19:22:06.957717 [ 4 ] {222f16d2-6cd7-47dd-b8ef-b2911fe747a0} TCPHandler: Processed in 0.001268679 sec. 2025.07.18 19:22:06.957826 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:06.957917 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:06.957960 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:06.958369 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:06.958404 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:06.958728 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:22:06.958932 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:06.959059 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.07.18 19:22:06.959093 [ 4 ] {62a3c7ab-d43b-4d64-a16f-f1d16ce7558a} TCPHandler: Processed in 0.00131445 sec. 2025.07.18 19:22:06.959208 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:06.959298 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:06.959337 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:06.959671 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:06.959706 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:06.960000 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:22:06.960208 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:06.960331 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.07.18 19:22:06.960365 [ 4 ] {abbebcac-b076-417a-b99d-83353af98534} TCPHandler: Processed in 0.001204919 sec. 2025.07.18 19:22:10.463239 [ 70 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:22:10.463302 [ 70 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:22:10.627743 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 2025.07.18 19:22:10.628438 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:10.628480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:10.629113 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:22:10.629345 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:10.629481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.07.18 19:22:10.629491 [ 70 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:22:10.629568 [ 70 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:10.629593 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:10.629700 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:22:10.629808 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:10.629845 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:22:10.629909 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part 2025.07.18 19:22:10.629959 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part 2025.07.18 19:22:10.630009 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part 2025.07.18 19:22:10.630056 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part 2025.07.18 19:22:10.630097 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part 2025.07.18 19:22:10.632198 [ 199 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002541619 sec., 10104189.494963642 rows/sec., 144.54 MiB/sec. 2025.07.18 19:22:10.632519 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:22:10.632863 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:10.632956 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_56_11} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:22:10.633067 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. 2025.07.18 19:22:10.694200 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1418 2025.07.18 19:22:10.696527 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:10.696569 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:10.697734 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:10.697987 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:10.698135 [ 70 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:22:10.698181 [ 70 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:10.698201 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:10.698241 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1418 2025.07.18 19:22:10.698282 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:22:10.698713 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:10.698839 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1262 rows starting from the beginning of the part 2025.07.18 19:22:10.699173 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part 2025.07.18 19:22:10.699499 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2025.07.18 19:22:10.699818 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2025.07.18 19:22:10.700134 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part 2025.07.18 19:22:10.700450 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.07.18 19:22:10.706644 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1418 rows, containing 72 columns (72 merged, 0 gathered) in 0.008437289 sec., 168063.46209072604 rows/sec., 130.90 MiB/sec. 2025.07.18 19:22:10.708151 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:22:10.708728 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:10.708810 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_41_8} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:22:10.709128 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.07.18 19:22:11.967315 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.967514 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.967587 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:11.968498 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.968553 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.969007 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:11.969263 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.969427 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} executeQuery: Read 392 rows, 25.47 KiB in 0.001968 sec., 199186.99186991868 rows/sec., 12.64 MiB/sec. 2025.07.18 19:22:11.969469 [ 4 ] {4158344d-f026-43c3-9ebb-ed0255b53b39} TCPHandler: Processed in 0.002290836 sec. 2025.07.18 19:22:11.969590 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.969684 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:11.969724 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:11.970691 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.970727 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.971093 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:22:11.971297 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.971424 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} executeQuery: Read 1149 rows, 93.90 KiB in 0.001759 sec., 653212.0523024446 rows/sec., 52.13 MiB/sec. 2025.07.18 19:22:11.971461 [ 4 ] {9792ea09-22ac-49f9-8375-ce71d2da7205} TCPHandler: Processed in 0.0019191 sec. 2025.07.18 19:22:11.971465 [ 68 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:22:11.971563 [ 68 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.971573 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.971606 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.971679 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.971724 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:11.971752 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:22:11.971906 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:11.971950 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2298 rows starting from the beginning of the part 2025.07.18 19:22:11.972053 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:22:11.972112 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2025.07.18 19:22:11.972166 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:22:11.972212 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part 2025.07.18 19:22:11.972214 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.972259 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:22:11.972263 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.972619 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:11.972846 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.972979 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} executeQuery: Read 237 rows, 14.86 KiB in 0.001318 sec., 179817.90591805766 rows/sec., 11.01 MiB/sec. 2025.07.18 19:22:11.973015 [ 4 ] {284580a0-9f61-41f3-a6dd-c42fd6f83bbb} TCPHandler: Processed in 0.001489533 sec. 2025.07.18 19:22:11.973162 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.973282 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.973331 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:11.973824 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.973860 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.974172 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:22:11.974364 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5859 rows, containing 5 columns (5 merged, 0 gathered) in 0.002668961 sec., 2195236.273591109 rows/sec., 184.66 MiB/sec. 2025.07.18 19:22:11.974381 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.974522 [ 68 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 2025.07.18 19:22:11.974542 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} executeQuery: Read 203 rows, 13.41 KiB in 0.001284 sec., 158099.68847352025 rows/sec., 10.20 MiB/sec. 2025.07.18 19:22:11.974556 [ 68 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.974587 [ 4 ] {813671a2-d890-441c-bfa3-eba054420f3f} TCPHandler: Processed in 0.001484503 sec. 2025.07.18 19:22:11.974587 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.974654 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:22:11.974704 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full 2025.07.18 19:22:11.974706 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.974845 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.974855 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:11.974888 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:11.974904 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 431 rows starting from the beginning of the part 2025.07.18 19:22:11.974943 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.974988 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:11.975032 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_81_16} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:22:11.975048 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part 2025.07.18 19:22:11.975107 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:11.975117 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.07.18 19:22:11.975154 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:11.975207 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:11.975415 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.975465 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.975875 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:11.976128 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.976195 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537944 sec., 956471.757099088 rows/sec., 66.29 MiB/sec. 2025.07.18 19:22:11.976284 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} executeQuery: Read 202 rows, 11.75 KiB in 0.001455 sec., 138831.61512027492 rows/sec., 7.89 MiB/sec. 2025.07.18 19:22:11.976332 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) 2025.07.18 19:22:11.976336 [ 4 ] {06a06b93-eabb-41a0-a901-910bf498ce44} TCPHandler: Processed in 0.001677926 sec. 2025.07.18 19:22:11.976506 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.976602 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.976607 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:11.976664 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:11.976685 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_47_10} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 2025.07.18 19:22:11.976760 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:22:11.977373 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.977415 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.977761 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:22:11.977981 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.978117 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} executeQuery: Read 693 rows, 49.85 KiB in 0.001529 sec., 453237.41007194243 rows/sec., 31.84 MiB/sec. 2025.07.18 19:22:11.978117 [ 68 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:22:11.978155 [ 4 ] {86b1e4f7-fccc-48ab-a13e-240daafd0f60} TCPHandler: Processed in 0.001699896 sec. 2025.07.18 19:22:11.978167 [ 68 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.978194 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.978271 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:22:11.978284 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.978375 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:11.978393 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:11.978405 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1185 rows starting from the beginning of the part 2025.07.18 19:22:11.978449 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:11.978468 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 693 rows starting from the beginning of the part 2025.07.18 19:22:11.978515 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2025.07.18 19:22:11.978556 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 697 rows starting from the beginning of the part 2025.07.18 19:22:11.978594 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2025.07.18 19:22:11.978633 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 693 rows starting from the beginning of the part 2025.07.18 19:22:11.978798 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.978838 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.979158 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:11.979385 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.979512 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. 2025.07.18 19:22:11.979548 [ 4 ] {8327fc1c-c496-427c-93ca-6b82b854f526} TCPHandler: Processed in 0.00131116 sec. 2025.07.18 19:22:11.979656 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.979748 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.979790 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:11.979904 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3396 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650456 sec., 2057613.1687242799 rows/sec., 154.10 MiB/sec. 2025.07.18 19:22:11.980172 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:22:11.980295 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.980361 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.980571 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.980670 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_81_16} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:22:11.980730 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:22:11.980766 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.07.18 19:22:11.980948 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.981065 [ 68 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:22:11.981082 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} executeQuery: Read 307 rows, 20.68 KiB in 0.001353 sec., 226903.17812269033 rows/sec., 14.93 MiB/sec. 2025.07.18 19:22:11.981097 [ 68 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.981121 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.981124 [ 4 ] {e4610f69-f428-4e45-a468-62d916810604} TCPHandler: Processed in 0.001514824 sec. 2025.07.18 19:22:11.981187 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:22:11.981250 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.981275 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:11.981305 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 29834 rows starting from the beginning of the part 2025.07.18 19:22:11.981346 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.981352 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 307 rows starting from the beginning of the part 2025.07.18 19:22:11.981395 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:11.981406 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:22:11.981450 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 309 rows starting from the beginning of the part 2025.07.18 19:22:11.981483 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2025.07.18 19:22:11.981517 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 307 rows starting from the beginning of the part 2025.07.18 19:22:11.981758 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.981798 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.982095 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:11.982302 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.982424 [ 66 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.07.18 19:22:11.982433 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2025.07.18 19:22:11.982475 [ 66 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.982489 [ 4 ] {9b9cd93e-cf71-4907-bc06-c64bd914422e} TCPHandler: Processed in 0.00128614 sec. 2025.07.18 19:22:11.982506 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.982580 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.07.18 19:22:11.982608 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.982672 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:11.982704 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part 2025.07.18 19:22:11.982704 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.982762 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.07.18 19:22:11.982770 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:11.982813 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.07.18 19:22:11.982855 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.07.18 19:22:11.982895 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.07.18 19:22:11.982935 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.07.18 19:22:11.983670 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.983711 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.983738 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.001183438 sec., 33799.82728288259 rows/sec., 2.22 MiB/sec. 2025.07.18 19:22:11.983869 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.07.18 19:22:11.984145 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.984218 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_40_8} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.07.18 19:22:11.984276 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:22:11.984605 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.07.18 19:22:11.984839 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.984978 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} executeQuery: Read 41 rows, 75.23 KiB in 0.002291 sec., 17896.11523352248 rows/sec., 32.07 MiB/sec. 2025.07.18 19:22:11.985032 [ 4 ] {740135f1-0540-47ae-a2bc-83b349022548} TCPHandler: Processed in 0.002470618 sec. 2025.07.18 19:22:11.985157 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:11.985248 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:11.985289 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:11.985629 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:11.985665 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:11.986087 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:22:11.986301 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.986428 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} executeQuery: Read 102 rows, 6.42 KiB in 0.001198 sec., 85141.90317195325 rows/sec., 5.23 MiB/sec. 2025.07.18 19:22:11.986464 [ 4 ] {9738f4f2-eacd-4121-98bd-fffa0e2af3f4} TCPHandler: Processed in 0.001354071 sec. 2025.07.18 19:22:11.988581 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 31077 rows, containing 5 columns (5 merged, 0 gathered) in 0.007418694 sec., 4189012.24393404 rows/sec., 280.38 MiB/sec. 2025.07.18 19:22:11.989378 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:22:11.989665 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:11.989740 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_81_16} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:22:11.989833 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.07.18 19:22:12.000229 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 299.54 MiB, peak 306.82 MiB, free memory in arenas 0.00 B, will set to 300.68 MiB (RSS), difference: 1.14 MiB 2025.07.18 19:22:12.020938 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 2025.07.18 19:22:12.037999 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:12.038039 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:12.044199 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:22:12.044883 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:12.045201 [ 66 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:22:12.045266 [ 66 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:12.045298 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:12.045417 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:12.047928 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.07.18 19:22:12.049444 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:12.050845 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:12.055718 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:12.060586 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:12.065596 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:12.070504 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part 2025.07.18 19:22:12.074656 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2025.07.18 19:22:12.128550 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.083178449 sec., 5073.429537018657 rows/sec., 26.23 MiB/sec. 2025.07.18 19:22:12.131797 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:22:12.133784 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:12.133880 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_56_11} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:22:12.136699 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.07.18 19:22:16.599955 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.600141 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:22:16.600204 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:22:16.600816 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.600856 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.601247 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.18 19:22:16.601474 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.601627 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} executeQuery: Read 2 rows, 167.00 B in 0.001534 sec., 1303.780964797914 rows/sec., 106.31 KiB/sec. 2025.07.18 19:22:16.601668 [ 4 ] {2786603c-66b6-4fcd-8d51-469b97612cd5} TCPHandler: Processed in 0.001835828 sec. 2025.07.18 19:22:16.601790 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.601887 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:16.601926 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:16.602988 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.603025 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.603421 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:22:16.603634 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.603764 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} executeQuery: Read 1197 rows, 101.04 KiB in 0.001896 sec., 631329.1139240507 rows/sec., 52.04 MiB/sec. 2025.07.18 19:22:16.603802 [ 4 ] {edec07ad-d2b1-4c10-8007-d5e5968c987f} TCPHandler: Processed in 0.002061632 sec. 2025.07.18 19:22:16.603908 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.604002 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:16.604043 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:16.604441 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.604475 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.604786 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:16.605007 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.605136 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} executeQuery: Read 2 rows, 143.00 B in 0.001152 sec., 1736.111111111111 rows/sec., 121.22 KiB/sec. 2025.07.18 19:22:16.605173 [ 4 ] {57b6ea25-caba-4bc4-b1b1-b590ff3acb4a} TCPHandler: Processed in 0.00131442 sec. 2025.07.18 19:22:16.605282 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.605375 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:16.605415 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:16.605909 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.605944 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.606260 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:22:16.606475 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.606603 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} executeQuery: Read 228 rows, 15.81 KiB in 0.001246 sec., 182985.55377207065 rows/sec., 12.39 MiB/sec. 2025.07.18 19:22:16.606640 [ 4 ] {ec505374-89e3-4277-8c8f-2a6fa46d10d4} TCPHandler: Processed in 0.001407421 sec. 2025.07.18 19:22:16.606742 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.606835 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:16.606874 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:16.607456 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.607490 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.607818 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:22:16.608036 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.608163 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} executeQuery: Read 522 rows, 39.57 KiB in 0.001346 sec., 387815.75037147105 rows/sec., 28.71 MiB/sec. 2025.07.18 19:22:16.608201 [ 4 ] {98edc7dc-5416-4cbd-ac79-92b3d4d99b78} TCPHandler: Processed in 0.001507573 sec. 2025.07.18 19:22:16.608313 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.608408 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:16.608451 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:16.609052 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.609087 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.609467 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:22:16.609696 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.609825 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} executeQuery: Read 1007 rows, 69.31 KiB in 0.001435 sec., 701742.1602787456 rows/sec., 47.17 MiB/sec. 2025.07.18 19:22:16.609862 [ 4 ] {8d5463da-f5bc-4eb1-83af-d498c82cf2e5} TCPHandler: Processed in 0.001597165 sec. 2025.07.18 19:22:16.609972 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:16.610066 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:16.610106 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:16.610444 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.610478 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.610789 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:22:16.611009 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.611106 [ 55 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:22:16.611137 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.07.18 19:22:16.611141 [ 55 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:16.611168 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:16.611176 [ 4 ] {fa8b039b-92c1-4adc-81c8-5b7e71ea8ea1} TCPHandler: Processed in 0.001253089 sec. 2025.07.18 19:22:16.611278 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:16.611416 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:16.611450 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5976 rows starting from the beginning of the part 2025.07.18 19:22:16.611513 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:16.611561 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 102 rows starting from the beginning of the part 2025.07.18 19:22:16.611603 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:16.611641 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 102 rows starting from the beginning of the part 2025.07.18 19:22:16.611684 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:16.613483 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002255095 sec., 2820280.298612697 rows/sec., 179.38 MiB/sec. 2025.07.18 19:22:16.613934 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:22:16.614244 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:16.614321 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_81_16} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:22:16.614413 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.07.18 19:22:18.129732 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 2025.07.18 19:22:18.130305 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:18.130347 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:18.130913 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:22:18.131145 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:18.131280 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.07.18 19:22:19.548128 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.07.18 19:22:19.563472 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:19.563525 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:19.569306 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:22:19.570001 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:19.572838 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.07.18 19:22:20.698556 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1454 2025.07.18 19:22:20.701095 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:20.701146 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:20.702396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:20.702664 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:20.702913 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1454 2025.07.18 19:22:21.966843 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.967035 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.967104 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:21.968031 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.968072 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.968463 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:21.968690 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.968821 [ 49 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.07.18 19:22:21.968833 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} executeQuery: Read 392 rows, 25.47 KiB in 0.001851 sec., 211777.41761210156 rows/sec., 13.44 MiB/sec. 2025.07.18 19:22:21.968893 [ 49 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.968936 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.968950 [ 4 ] {0a1ebc02-63c9-4e2a-b202-0c7aa760cb99} TCPHandler: Processed in 0.002235325 sec. 2025.07.18 19:22:21.969059 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.07.18 19:22:21.969120 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.969196 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:21.969239 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 392 rows starting from the beginning of the part 2025.07.18 19:22:21.969246 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:21.969300 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:21.969315 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 392 rows starting from the beginning of the part 2025.07.18 19:22:21.969371 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 392 rows starting from the beginning of the part 2025.07.18 19:22:21.969420 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 392 rows starting from the beginning of the part 2025.07.18 19:22:21.969465 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 392 rows starting from the beginning of the part 2025.07.18 19:22:21.970367 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.970409 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:21.970532 [ 201 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521573 sec., 1288140.6281525763 rows/sec., 86.64 MiB/sec. 2025.07.18 19:22:21.970735 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.07.18 19:22:21.970852 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:22:21.971148 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.971209 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.971246 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_41_10} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.07.18 19:22:21.971366 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:22:21.971372 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} executeQuery: Read 1149 rows, 93.90 KiB in 0.002156 sec., 532931.3543599258 rows/sec., 42.53 MiB/sec. 2025.07.18 19:22:21.971421 [ 4 ] {4a15c8c5-3139-48a4-8eaf-1cfcb8c7fd9b} TCPHandler: Processed in 0.002360046 sec. 2025.07.18 19:22:21.971545 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.971639 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.971679 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:21.972246 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.972284 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.972597 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:22:21.972804 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.972933 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} executeQuery: Read 237 rows, 14.86 KiB in 0.001313 sec., 180502.66565118052 rows/sec., 11.05 MiB/sec. 2025.07.18 19:22:21.972943 [ 50 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.07.18 19:22:21.972971 [ 4 ] {572de67f-803a-48a3-b55a-5a67bde4c75a} TCPHandler: Processed in 0.001474072 sec. 2025.07.18 19:22:21.973012 [ 50 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.973039 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.973112 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.973149 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.07.18 19:22:21.973210 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.973244 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:21.973249 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:21.973273 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 255 rows starting from the beginning of the part 2025.07.18 19:22:21.973328 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part 2025.07.18 19:22:21.973370 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 241 rows starting from the beginning of the part 2025.07.18 19:22:21.973411 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part 2025.07.18 19:22:21.973449 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part 2025.07.18 19:22:21.973486 [ 187 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part 2025.07.18 19:22:21.973753 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.973787 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:21.974085 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:22:21.974307 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.974343 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001229599 sec., 983247.3839032074 rows/sec., 64.09 MiB/sec. 2025.07.18 19:22:21.974436 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} executeQuery: Read 203 rows, 13.41 KiB in 0.001245 sec., 163052.20883534136 rows/sec., 10.52 MiB/sec. 2025.07.18 19:22:21.974478 [ 4 ] {eea9ec1a-06ae-4546-b396-12389204ad38} TCPHandler: Processed in 0.001418762 sec. 2025.07.18 19:22:21.974482 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.07.18 19:22:21.974589 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.974681 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.974718 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:21.974719 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.974787 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_45_9} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.07.18 19:22:21.974844 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.18 19:22:21.975206 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.975240 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.975528 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:21.975742 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.975855 [ 50 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.07.18 19:22:21.975864 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} executeQuery: Read 202 rows, 11.75 KiB in 0.001201 sec., 168193.1723563697 rows/sec., 9.55 MiB/sec. 2025.07.18 19:22:21.975896 [ 50 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.975918 [ 4 ] {f17221fa-843f-43a8-aa65-0943c46f614f} TCPHandler: Processed in 0.001376031 sec. 2025.07.18 19:22:21.975920 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.975997 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.07.18 19:22:21.976051 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.976072 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:21.976094 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 202 rows starting from the beginning of the part 2025.07.18 19:22:21.976136 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 202 rows starting from the beginning of the part 2025.07.18 19:22:21.976160 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:21.976169 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 202 rows starting from the beginning of the part 2025.07.18 19:22:21.976222 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:21.976227 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 202 rows starting from the beginning of the part 2025.07.18 19:22:21.976265 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 202 rows starting from the beginning of the part 2025.07.18 19:22:21.976940 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.000964934 sec., 1046703.7123782559 rows/sec., 63.44 MiB/sec. 2025.07.18 19:22:21.976975 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.977010 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.977055 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.07.18 19:22:21.977289 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.977340 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:22:21.977349 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_41_10} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.07.18 19:22:21.977417 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:22:21.977537 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.977661 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} executeQuery: Read 693 rows, 49.85 KiB in 0.001525 sec., 454426.2295081967 rows/sec., 31.92 MiB/sec. 2025.07.18 19:22:21.977698 [ 4 ] {3c063192-8503-473e-a736-0d16f339679c} TCPHandler: Processed in 0.001705806 sec. 2025.07.18 19:22:21.977811 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.977902 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:21.977942 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:21.978274 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.978309 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.978603 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:21.978818 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.978938 [ 50 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:22:21.978946 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.07.18 19:22:21.978986 [ 50 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.979003 [ 4 ] {882c307f-5d17-4533-aaa0-f93c4c82dea2} TCPHandler: Processed in 0.001239789 sec. 2025.07.18 19:22:21.979012 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.979091 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:22:21.979124 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.979169 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:21.979205 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part 2025.07.18 19:22:21.979218 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.979245 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.07.18 19:22:21.979260 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:21.979276 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.07.18 19:22:21.979305 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.07.18 19:22:21.979335 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.07.18 19:22:21.979366 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2025.07.18 19:22:21.979732 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.979768 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:21.979956 [ 187 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.000891174 sec., 276040.36922082555 rows/sec., 14.08 MiB/sec. 2025.07.18 19:22:21.980054 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:22:21.980104 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:22:21.980297 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.980335 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.980357 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_41_8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:22:21.980415 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:22:21.980462 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} executeQuery: Read 307 rows, 20.68 KiB in 0.001263 sec., 243072.05067300078 rows/sec., 15.99 MiB/sec. 2025.07.18 19:22:21.980499 [ 4 ] {63e6df57-1757-4338-8951-1301ac8bde5a} TCPHandler: Processed in 0.001421511 sec. 2025.07.18 19:22:21.980610 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.980703 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.980744 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:21.981056 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.981092 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.981394 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:21.981600 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.981724 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2025.07.18 19:22:21.981759 [ 4 ] {91724f92-3b7f-4e91-abcd-01ba27873857} TCPHandler: Processed in 0.001195929 sec. 2025.07.18 19:22:21.981868 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.981959 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.982011 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:21.982855 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.982890 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.983438 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.07.18 19:22:21.983649 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.983759 [ 50 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.07.18 19:22:21.983781 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} executeQuery: Read 41 rows, 75.23 KiB in 0.001839 sec., 22294.725394236 rows/sec., 39.95 MiB/sec. 2025.07.18 19:22:21.983798 [ 50 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.983823 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.07.18 19:22:21.983840 [ 4 ] {5d48f22f-ec87-4ecc-8a92-cadf77d9bdec} TCPHandler: Processed in 0.002019021 sec. 2025.07.18 19:22:21.983910 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:22:21.983963 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:21.984059 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:21.984100 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:21.984126 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:21.984182 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1446 rows starting from the beginning of the part 2025.07.18 19:22:21.984302 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2025.07.18 19:22:21.984398 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part 2025.07.18 19:22:21.984446 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:21.984485 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:21.984488 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2025.07.18 19:22:21.984585 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part 2025.07.18 19:22:21.984674 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part 2025.07.18 19:22:21.984795 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:22:21.985030 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.985162 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} executeQuery: Read 102 rows, 6.42 KiB in 0.00112 sec., 91071.42857142858 rows/sec., 5.60 MiB/sec. 2025.07.18 19:22:21.985197 [ 4 ] {01a513bf-42d1-454a-9f5e-3fa02e30bf9d} TCPHandler: Processed in 0.00128195 sec. 2025.07.18 19:22:21.993096 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1651 rows, containing 19 columns (19 merged, 0 gathered) in 0.009225192 sec., 178966.46487140865 rows/sec., 320.70 MiB/sec. 2025.07.18 19:22:21.995395 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.07.18 19:22:21.995771 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:21.995852 [ 194 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_41_8} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.07.18 19:22:21.996001 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2025.07.18 19:22:22.000156 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 303.28 MiB, peak 315.18 MiB, free memory in arenas 0.00 B, will set to 308.46 MiB (RSS), difference: 5.19 MiB 2025.07.18 19:22:25.463348 [ 46 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:22:25.463398 [ 46 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:22:25.631409 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 2025.07.18 19:22:25.631948 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:25.631991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:25.632489 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:22:25.632718 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:25.632858 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.07.18 19:22:26.954909 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:26.955106 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:26.955179 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:26.955856 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:26.955900 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:26.956345 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:22:26.956579 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:26.956729 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} executeQuery: Read 56 rows, 4.41 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.57 MiB/sec. 2025.07.18 19:22:26.956772 [ 4 ] {fb28c862-74b4-4898-a8a2-f4a3fa1bde3d} TCPHandler: Processed in 0.001999301 sec. 2025.07.18 19:22:26.956890 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:26.956985 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:26.957025 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:26.957447 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:26.957483 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:26.957799 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:22:26.958006 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:26.958135 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2025.07.18 19:22:26.958173 [ 4 ] {e9144bef-3c4a-4f16-8df2-f4cd668d3f95} TCPHandler: Processed in 0.00133296 sec. 2025.07.18 19:22:26.958286 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:26.958379 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:26.958424 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:26.958829 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:26.958866 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:26.959202 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:22:26.959411 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:26.959547 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.07.18 19:22:26.959585 [ 4 ] {733496a3-f994-4f7b-b8e6-90a1dba67ebf} TCPHandler: Processed in 0.001347881 sec. 2025.07.18 19:22:26.959693 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:26.959787 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:26.959828 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:26.960158 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:26.960194 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:26.960494 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:22:26.960719 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:26.960847 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.07.18 19:22:26.960882 [ 4 ] {d019d6b9-f304-4790-8071-aaf76e15355c} TCPHandler: Processed in 0.001238629 sec. 2025.07.18 19:22:27.072895 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.07.18 19:22:27.089502 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:27.089550 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:27.095499 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:22:27.096206 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:27.098982 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.07.18 19:22:30.703200 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1484 2025.07.18 19:22:30.705421 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:30.705464 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:30.706607 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:30.706862 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:30.707107 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1484 2025.07.18 19:22:31.966865 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.967041 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.967110 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:31.967971 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.968018 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.968418 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:31.968659 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.968811 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} executeQuery: Read 392 rows, 25.47 KiB in 0.001818 sec., 215621.56215621563 rows/sec., 13.68 MiB/sec. 2025.07.18 19:22:31.968854 [ 4 ] {c31393e4-5b7e-47c0-af9e-596ff5264593} TCPHandler: Processed in 0.002115973 sec. 2025.07.18 19:22:31.968975 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.969081 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:22:31.969126 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:22:31.969539 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.969575 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.969868 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.07.18 19:22:31.970085 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.970219 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} executeQuery: Read 12 rows, 1002.00 B in 0.001161 sec., 10335.917312661499 rows/sec., 842.82 KiB/sec. 2025.07.18 19:22:31.970257 [ 4 ] {1c2f5943-80cf-48d9-b43c-0f8015687210} TCPHandler: Processed in 0.00133448 sec. 2025.07.18 19:22:31.970374 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.970469 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:31.970508 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:31.971485 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.971520 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.971891 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:22:31.972101 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.972238 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} executeQuery: Read 1155 rows, 94.34 KiB in 0.001787 sec., 646334.6390598769 rows/sec., 51.56 MiB/sec. 2025.07.18 19:22:31.972277 [ 4 ] {cac890d9-f493-418b-b4bd-d2efc60bdfd0} TCPHandler: Processed in 0.00195277 sec. 2025.07.18 19:22:31.972402 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.972503 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.972546 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:31.973096 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.973161 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.973508 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:22:31.973729 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.973873 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} executeQuery: Read 249 rows, 15.70 KiB in 0.001388 sec., 179394.81268011528 rows/sec., 11.04 MiB/sec. 2025.07.18 19:22:31.973922 [ 4 ] {39293cc6-b4fc-4258-8678-f538e9f32674} TCPHandler: Processed in 0.001573394 sec. 2025.07.18 19:22:31.974042 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.974139 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.974180 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:31.974675 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.974713 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.975044 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:22:31.975276 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.975414 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} executeQuery: Read 203 rows, 13.41 KiB in 0.001294 sec., 156877.89799072643 rows/sec., 10.12 MiB/sec. 2025.07.18 19:22:31.975453 [ 4 ] {05c320e2-d3dd-4a83-a439-0a4c8ce83886} TCPHandler: Processed in 0.001461392 sec. 2025.07.18 19:22:31.975565 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.975659 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.975700 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:31.976163 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.976201 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.976511 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:31.976718 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.976851 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} executeQuery: Read 202 rows, 11.75 KiB in 0.001209 sec., 167080.23159636062 rows/sec., 9.49 MiB/sec. 2025.07.18 19:22:31.976890 [ 4 ] {2087dcfa-a583-47f9-8c2b-09de99dfe08d} TCPHandler: Processed in 0.001375421 sec. 2025.07.18 19:22:31.977002 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.977101 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:31.977141 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:31.977857 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.977899 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.978238 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:22:31.978452 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.978589 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} executeQuery: Read 705 rows, 50.83 KiB in 0.001506 sec., 468127.49003984063 rows/sec., 32.96 MiB/sec. 2025.07.18 19:22:31.978627 [ 4 ] {492e5d90-1625-47dc-ac5b-e1240a9f890d} TCPHandler: Processed in 0.001675056 sec. 2025.07.18 19:22:31.978742 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.978836 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:31.978878 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:31.979219 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.979255 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.979559 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:31.979773 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.979908 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2025.07.18 19:22:31.979945 [ 4 ] {818342a6-57ed-4cff-a330-708fa3f04ff9} TCPHandler: Processed in 0.001252469 sec. 2025.07.18 19:22:31.980058 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.980152 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.980194 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:31.980636 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.980671 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.981014 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:22:31.981228 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.981368 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} executeQuery: Read 313 rows, 21.10 KiB in 0.001235 sec., 253441.29554655871 rows/sec., 16.69 MiB/sec. 2025.07.18 19:22:31.981405 [ 4 ] {14decd82-85b3-4574-b867-a5abc63076ab} TCPHandler: Processed in 0.001396661 sec. 2025.07.18 19:22:31.981515 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.981610 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.981653 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:31.981970 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.982006 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.982307 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:31.982527 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.982656 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2025.07.18 19:22:31.982692 [ 4 ] {5d50d725-3806-4938-a709-985c5466e68e} TCPHandler: Processed in 0.001226079 sec. 2025.07.18 19:22:31.982800 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.982894 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.982948 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:31.983831 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.983868 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.984421 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.07.18 19:22:31.984658 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.984795 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} executeQuery: Read 41 rows, 75.23 KiB in 0.001919 sec., 21365.29442417926 rows/sec., 38.29 MiB/sec. 2025.07.18 19:22:31.984856 [ 4 ] {c004c6c5-3afb-4e28-a828-8375114e78ce} TCPHandler: Processed in 0.002104023 sec. 2025.07.18 19:22:31.984973 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:31.985067 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:31.985108 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:31.985506 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:31.985542 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:31.985847 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:22:31.986058 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:31.986184 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} executeQuery: Read 102 rows, 6.42 KiB in 0.001136 sec., 89788.73239436619 rows/sec., 5.52 MiB/sec. 2025.07.18 19:22:31.986220 [ 4 ] {f48ff16f-6f5a-42f8-bc0a-df9c0f331eb6} TCPHandler: Processed in 0.00129678 sec. 2025.07.18 19:22:33.133092 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 2025.07.18 19:22:33.133626 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:33.133673 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:33.134162 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:22:33.134417 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:33.134548 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.07.18 19:22:34.599182 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.07.18 19:22:34.616138 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:34.616187 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:34.622243 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:22:34.622937 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:34.625919 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.07.18 19:22:36.955348 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:36.955555 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:36.955627 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:36.956397 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.956440 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.956834 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:22:36.957069 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.957211 [ 35 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:22:36.957229 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} executeQuery: Read 56 rows, 4.41 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.49 MiB/sec. 2025.07.18 19:22:36.957256 [ 35 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.957279 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.957284 [ 4 ] {e6c9c68b-d157-48d2-bd4e-6de759851564} TCPHandler: Processed in 0.002066631 sec. 2025.07.18 19:22:36.957363 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:22:36.957427 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:36.957457 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:36.957487 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2298 rows starting from the beginning of the part 2025.07.18 19:22:36.957526 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:36.957542 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:22:36.957569 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:36.957585 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:22:36.957624 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part 2025.07.18 19:22:36.957665 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:22:36.957703 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part 2025.07.18 19:22:36.958029 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.958063 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.958380 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:22:36.958595 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.958704 [ 35 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:22:36.958728 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2025.07.18 19:22:36.958729 [ 35 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.958757 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.958766 [ 4 ] {99b751a8-3df8-4671-8e34-0f7514d92abb} TCPHandler: Processed in 0.001389401 sec. 2025.07.18 19:22:36.958864 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:22:36.958879 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:36.959018 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:36.959021 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:36.959067 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:36.959071 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1185 rows starting from the beginning of the part 2025.07.18 19:22:36.959156 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 522 rows starting from the beginning of the part 2025.07.18 19:22:36.959203 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 693 rows starting from the beginning of the part 2025.07.18 19:22:36.959244 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2025.07.18 19:22:36.959284 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 705 rows starting from the beginning of the part 2025.07.18 19:22:36.959334 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part 2025.07.18 19:22:36.959530 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.959570 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.959712 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5911 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378176 sec., 2485518.3131946498 rows/sec., 210.37 MiB/sec. 2025.07.18 19:22:36.959947 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:22:36.959960 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:22:36.960187 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.960220 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.960282 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_86_17} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:22:36.960298 [ 35 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:22:36.960319 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. 2025.07.18 19:22:36.960326 [ 35 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.960346 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:22:36.960348 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.960357 [ 4 ] {ecd90793-eb79-428b-a76d-3d19f3078a56} TCPHandler: Processed in 0.001526253 sec. 2025.07.18 19:22:36.960425 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:22:36.960477 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:36.960490 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:36.960516 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 31077 rows starting from the beginning of the part 2025.07.18 19:22:36.960561 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:22:36.960571 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:36.960599 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 307 rows starting from the beginning of the part 2025.07.18 19:22:36.960613 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:36.960632 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:22:36.960667 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 313 rows starting from the beginning of the part 2025.07.18 19:22:36.960700 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2025.07.18 19:22:36.960697 [ 192 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3233 rows, containing 5 columns (5 merged, 0 gathered) in 0.00188562 sec., 1714555.424740934 rows/sec., 129.56 MiB/sec. 2025.07.18 19:22:36.960953 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:36.960986 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:22:36.960992 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:36.961356 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.961391 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:22:36.961453 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_86_17} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:22:36.961559 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.07.18 19:22:36.961641 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.961778 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2025.07.18 19:22:36.961813 [ 4 ] {b8eb8501-7e5b-4fc2-a1ed-d8f448a35a07} TCPHandler: Processed in 0.001383501 sec. 2025.07.18 19:22:36.967492 [ 186 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 33024 rows, containing 5 columns (5 merged, 0 gathered) in 0.007106159 sec., 4647236.29178576 rows/sec., 311.11 MiB/sec. 2025.07.18 19:22:36.967754 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:22:36.968093 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:36.968183 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_86_17} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:22:36.968292 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.07.18 19:22:40.463437 [ 30 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:22:40.463498 [ 30 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:22:40.634757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 2025.07.18 19:22:40.635314 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:40.635364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:40.635856 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:22:40.636083 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:40.636219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.07.18 19:22:40.707381 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1516 2025.07.18 19:22:40.709624 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:40.709667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:40.710863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:40.711147 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:40.711401 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1516 2025.07.18 19:22:41.967125 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.967376 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.967469 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:41.968328 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.968374 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.968791 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:41.969034 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.969190 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} executeQuery: Read 392 rows, 25.47 KiB in 0.001883 sec., 208178.43866171004 rows/sec., 13.21 MiB/sec. 2025.07.18 19:22:41.969232 [ 4 ] {116a0ddf-de06-4e40-9ce8-50644d9909d2} TCPHandler: Processed in 0.002267184 sec. 2025.07.18 19:22:41.969355 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.969449 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:41.969490 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:41.970432 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.970466 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.970845 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:22:41.971048 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.971170 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} executeQuery: Read 1149 rows, 93.90 KiB in 0.00174 sec., 660344.8275862068 rows/sec., 52.70 MiB/sec. 2025.07.18 19:22:41.971206 [ 4 ] {e570883f-523f-46ae-9788-fcda504f8f03} TCPHandler: Processed in 0.00189966 sec. 2025.07.18 19:22:41.971321 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.971414 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.971453 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:41.971938 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.971972 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.972287 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:22:41.972485 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.972609 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} executeQuery: Read 237 rows, 14.86 KiB in 0.001213 sec., 195383.34707337178 rows/sec., 11.96 MiB/sec. 2025.07.18 19:22:41.972644 [ 4 ] {d92a1aab-486b-459c-9121-53724ac254d7} TCPHandler: Processed in 0.001370631 sec. 2025.07.18 19:22:41.972754 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.972847 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.972886 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:41.973351 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.973386 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.973693 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:22:41.973914 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.974050 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} executeQuery: Read 203 rows, 13.41 KiB in 0.001221 sec., 166257.16625716625 rows/sec., 10.72 MiB/sec. 2025.07.18 19:22:41.974085 [ 4 ] {71017dd2-2e70-44b5-b9b6-f2ceb88a5d9b} TCPHandler: Processed in 0.001378481 sec. 2025.07.18 19:22:41.974196 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.974288 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.974330 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:41.974776 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.974810 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.975118 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:41.975324 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.975456 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} executeQuery: Read 202 rows, 11.75 KiB in 0.001184 sec., 170608.1081081081 rows/sec., 9.69 MiB/sec. 2025.07.18 19:22:41.975497 [ 4 ] {231ac6d0-648d-4414-a982-9377a0414ccf} TCPHandler: Processed in 0.001348361 sec. 2025.07.18 19:22:41.975628 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.975719 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:41.975757 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:41.976381 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.976415 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.976759 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:22:41.976960 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.977084 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} executeQuery: Read 693 rows, 49.85 KiB in 0.001383 sec., 501084.5986984816 rows/sec., 35.20 MiB/sec. 2025.07.18 19:22:41.977120 [ 4 ] {30ecb941-aa1e-49bb-845a-29768fba94e2} TCPHandler: Processed in 0.001555804 sec. 2025.07.18 19:22:41.977232 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.977324 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:41.977365 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:41.977697 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.977730 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.978030 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:41.978250 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.978376 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.07.18 19:22:41.978410 [ 4 ] {6ead7ea4-ce83-49d6-9884-b6718eae96c5} TCPHandler: Processed in 0.001224808 sec. 2025.07.18 19:22:41.978529 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.978621 [ 4 ] {59cfe873-c675-414a-8989-738978762596} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.978662 [ 4 ] {59cfe873-c675-414a-8989-738978762596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:41.979091 [ 4 ] {59cfe873-c675-414a-8989-738978762596} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.979125 [ 4 ] {59cfe873-c675-414a-8989-738978762596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.979458 [ 4 ] {59cfe873-c675-414a-8989-738978762596} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:22:41.979662 [ 4 ] {59cfe873-c675-414a-8989-738978762596} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.979788 [ 4 ] {59cfe873-c675-414a-8989-738978762596} executeQuery: Read 307 rows, 20.68 KiB in 0.001185 sec., 259071.7299578059 rows/sec., 17.04 MiB/sec. 2025.07.18 19:22:41.979824 [ 4 ] {59cfe873-c675-414a-8989-738978762596} TCPHandler: Processed in 0.001352181 sec. 2025.07.18 19:22:41.979941 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.980033 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.980072 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:41.980383 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.980415 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.980693 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:41.980881 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.980995 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2025.07.18 19:22:41.981027 [ 4 ] {02b0362c-08a9-4407-a07c-1598b28d6f42} TCPHandler: Processed in 0.001178088 sec. 2025.07.18 19:22:41.981136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.981223 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.981272 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:41.982207 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.982241 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.982808 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.07.18 19:22:41.983022 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.983152 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2025.07.18 19:22:41.983213 [ 4 ] {95a4599e-ce89-48b3-b14d-3def3191dff7} TCPHandler: Processed in 0.002087342 sec. 2025.07.18 19:22:41.983328 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:41.983420 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:41.983460 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:41.983789 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.983822 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.984143 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:22:41.984346 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.984467 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} executeQuery: Read 102 rows, 6.42 KiB in 0.001064 sec., 95864.66165413533 rows/sec., 5.89 MiB/sec. 2025.07.18 19:22:41.984468 [ 27 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:22:41.984501 [ 4 ] {ba411896-14fe-43a4-b39b-35e52cc0320d} TCPHandler: Processed in 0.001220209 sec. 2025.07.18 19:22:41.984513 [ 27 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:41.984537 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:41.984691 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:41.984867 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:41.984920 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 6360 rows starting from the beginning of the part 2025.07.18 19:22:41.984998 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 102 rows starting from the beginning of the part 2025.07.18 19:22:41.985049 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:41.985095 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 102 rows starting from the beginning of the part 2025.07.18 19:22:41.985138 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:22:41.985181 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 102 rows starting from the beginning of the part 2025.07.18 19:22:41.986997 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6786 rows, containing 4 columns (4 merged, 0 gathered) in 0.002374956 sec., 2857316.093434994 rows/sec., 181.65 MiB/sec. 2025.07.18 19:22:41.987398 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:22:41.987647 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:41.987714 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_86_17} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:22:41.987780 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.07.18 19:22:42.126087 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.07.18 19:22:42.143788 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:42.143852 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:42.150107 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:22:42.150822 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:42.154021 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.07.18 19:22:42.977690 [ 28 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.07.18 19:22:42.977753 [ 28 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:42.977776 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:42.977908 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:22:42.978059 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:42.978092 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2025.07.18 19:22:42.978161 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.07.18 19:22:42.978206 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2025.07.18 19:22:42.978248 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:22:42.978289 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.07.18 19:22:42.979044 [ 192 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192308 sec., 40258.05412695377 rows/sec., 3.36 MiB/sec. 2025.07.18 19:22:42.979171 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.07.18 19:22:42.979415 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:42.979487 [ 190 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_17_4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.07.18 19:22:42.979556 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:22:46.604298 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:46.604501 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:46.604569 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:46.605929 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.605979 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:46.606448 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:22:46.606695 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.606861 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} executeQuery: Read 1196 rows, 100.97 KiB in 0.002409 sec., 496471.5649647156 rows/sec., 40.93 MiB/sec. 2025.07.18 19:22:46.606909 [ 4 ] {a4fc322c-7c95-4458-a14d-8803e6c2cf86} TCPHandler: Processed in 0.002745193 sec. 2025.07.18 19:22:46.607040 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:46.607142 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:46.607192 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:46.607733 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.607771 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:46.608151 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:22:46.608389 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.608523 [ 85 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 2025.07.18 19:22:46.608529 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} executeQuery: Read 228 rows, 15.81 KiB in 0.001411 sec., 161587.52657689582 rows/sec., 10.94 MiB/sec. 2025.07.18 19:22:46.608598 [ 85 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.608615 [ 4 ] {191e698e-36c3-4ca2-b7c0-578ac9b5be26} TCPHandler: Processed in 0.001627195 sec. 2025.07.18 19:22:46.608628 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:46.608740 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full 2025.07.18 19:22:46.608744 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:46.608863 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:46.608866 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:46.608905 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 431 rows starting from the beginning of the part 2025.07.18 19:22:46.608924 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:46.609006 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part 2025.07.18 19:22:46.609060 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:46.609108 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:46.609150 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 203 rows starting from the beginning of the part 2025.07.18 19:22:46.609189 [ 189 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part 2025.07.18 19:22:46.609629 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.609672 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:46.610051 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:22:46.610244 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546793 sec., 967162.3804865938 rows/sec., 67.49 MiB/sec. 2025.07.18 19:22:46.610269 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.610413 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} executeQuery: Read 520 rows, 39.40 KiB in 0.001565 sec., 332268.3706070288 rows/sec., 24.59 MiB/sec. 2025.07.18 19:22:46.610453 [ 4 ] {6be74913-e000-4c06-8d63-5bb1dbae3e0f} TCPHandler: Processed in 0.001759147 sec. 2025.07.18 19:22:46.610476 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) 2025.07.18 19:22:46.610578 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:46.610679 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:46.610726 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:46.610831 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.610924 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_52_11} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 2025.07.18 19:22:46.611045 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:22:46.611472 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.611514 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:46.611924 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:22:46.612142 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.612275 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} executeQuery: Read 1006 rows, 69.24 KiB in 0.001615 sec., 622910.2167182663 rows/sec., 41.87 MiB/sec. 2025.07.18 19:22:46.612317 [ 4 ] {56cd2fb4-67a4-4a43-be7b-b07836ec3abe} TCPHandler: Processed in 0.001789738 sec. 2025.07.18 19:22:46.612441 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:46.612537 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:46.612585 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:46.612939 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:46.612976 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:46.613293 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:22:46.613520 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:46.613662 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.07.18 19:22:46.613701 [ 4 ] {db9ce7d2-2a23-4da4-9eb2-f572eb19b0fe} TCPHandler: Processed in 0.0013102 sec. 2025.07.18 19:22:48.136444 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 2025.07.18 19:22:48.137016 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:48.137064 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:48.137577 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:22:48.137823 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:48.137949 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.07.18 19:22:48.137953 [ 104 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:22:48.137996 [ 104 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:48.138016 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:48.138126 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:22:48.138261 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:48.138297 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part 2025.07.18 19:22:48.138362 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part 2025.07.18 19:22:48.138407 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part 2025.07.18 19:22:48.138451 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part 2025.07.18 19:22:48.138561 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part 2025.07.18 19:22:48.138606 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part 2025.07.18 19:22:48.140970 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002860814 sec., 9787074.587862056 rows/sec., 140.01 MiB/sec. 2025.07.18 19:22:48.141397 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:22:48.141780 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:48.141866 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_61_12} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:22:48.141976 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.07.18 19:22:49.654172 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.07.18 19:22:49.671668 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:49.671729 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:49.677937 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:22:49.678713 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:49.679026 [ 141 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:22:49.679065 [ 141 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:49.679085 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.07.18 19:22:49.679176 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.681759 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.07.18 19:22:49.682247 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:22:49.682990 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.686242 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.689666 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.693463 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.697598 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.701641 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:22:49.753856 [ 192 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.074712869 sec., 6156.904508646295 rows/sec., 31.84 MiB/sec. 2025.07.18 19:22:49.756945 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:22:49.759014 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:49.759126 [ 194 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_61_12} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:22:49.761923 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.07.18 19:22:50.711718 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1548 2025.07.18 19:22:50.714051 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:50.714109 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:50.715334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:22:50.715636 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:50.716031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1548 2025.07.18 19:22:51.966628 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.966822 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.966898 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:22:51.967698 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.967743 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.968138 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:51.968366 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.968514 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} executeQuery: Read 392 rows, 25.47 KiB in 0.001746 sec., 224513.17296678122 rows/sec., 14.24 MiB/sec. 2025.07.18 19:22:51.968556 [ 4 ] {b256c0a6-844b-406c-8d9e-7dce04482583} TCPHandler: Processed in 0.002062092 sec. 2025.07.18 19:22:51.968673 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.968767 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:51.968808 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:51.969987 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.970023 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.970380 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:22:51.970584 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.970708 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} executeQuery: Read 1149 rows, 93.90 KiB in 0.001959 sec., 586523.7366003064 rows/sec., 46.81 MiB/sec. 2025.07.18 19:22:51.970745 [ 4 ] {65ff2dae-b82e-4366-8b79-a06331c400ff} TCPHandler: Processed in 0.002120132 sec. 2025.07.18 19:22:51.970860 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.970953 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.970992 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:22:51.971525 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.971561 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.971857 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:22:51.972065 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.972218 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} executeQuery: Read 237 rows, 14.86 KiB in 0.001283 sec., 184723.30475448168 rows/sec., 11.31 MiB/sec. 2025.07.18 19:22:51.972254 [ 4 ] {11943ebf-203b-42da-92ac-98e5877611d0} TCPHandler: Processed in 0.001442103 sec. 2025.07.18 19:22:51.972365 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.972456 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.972495 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:22:51.973004 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.973040 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.973328 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:22:51.973554 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.973679 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} executeQuery: Read 203 rows, 13.41 KiB in 0.00124 sec., 163709.67741935485 rows/sec., 10.56 MiB/sec. 2025.07.18 19:22:51.973715 [ 4 ] {c57a4028-c0bf-4c7c-9ba9-5efb475ea393} TCPHandler: Processed in 0.001397421 sec. 2025.07.18 19:22:51.973826 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.973918 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.973956 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:22:51.974446 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.974481 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.974766 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:51.974966 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.975089 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} executeQuery: Read 202 rows, 11.75 KiB in 0.001189 sec., 169890.66442388564 rows/sec., 9.65 MiB/sec. 2025.07.18 19:22:51.975125 [ 4 ] {9493db7b-2a80-4f79-aec5-df80ac18130e} TCPHandler: Processed in 0.001346041 sec. 2025.07.18 19:22:51.975237 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.975327 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:51.975365 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:51.976130 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.976164 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.976478 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:22:51.976686 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.976810 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} executeQuery: Read 693 rows, 49.85 KiB in 0.001499 sec., 462308.20547031355 rows/sec., 32.48 MiB/sec. 2025.07.18 19:22:51.976846 [ 4 ] {ee1b49db-4a08-4fbb-9add-70b75f830342} TCPHandler: Processed in 0.001656375 sec. 2025.07.18 19:22:51.976964 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.977056 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:22:51.977096 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:22:51.977426 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.977462 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.977753 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:51.977965 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.978091 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2025.07.18 19:22:51.978125 [ 4 ] {8a86954a-5536-4a90-9126-5bca5b3c5619} TCPHandler: Processed in 0.001208649 sec. 2025.07.18 19:22:51.978233 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.978324 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.978365 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:51.978824 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.978859 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.979173 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:22:51.979373 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.979499 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} executeQuery: Read 307 rows, 20.68 KiB in 0.001192 sec., 257550.33557046982 rows/sec., 16.94 MiB/sec. 2025.07.18 19:22:51.979534 [ 4 ] {847561e6-73da-4afa-9fdb-c6712523f648} TCPHandler: Processed in 0.0013488 sec. 2025.07.18 19:22:51.979644 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.979736 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.979776 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:22:51.980084 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.980117 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.980402 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:51.980598 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.980721 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. 2025.07.18 19:22:51.980757 [ 4 ] {11b8fe5d-e319-4795-9f47-56687aa73309} TCPHandler: Processed in 0.001159948 sec. 2025.07.18 19:22:51.980865 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.980956 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.981008 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:22:51.981876 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.981911 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.982452 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.07.18 19:22:51.982660 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.982792 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. 2025.07.18 19:22:51.982845 [ 4 ] {90d650bd-ccca-42d2-a5aa-4e70f7a00773} TCPHandler: Processed in 0.002026732 sec. 2025.07.18 19:22:51.982965 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:51.983059 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:51.983099 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:51.983439 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:51.983475 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:51.983776 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:22:51.983987 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:51.984119 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. 2025.07.18 19:22:51.984154 [ 4 ] {1a46340e-90e2-4ee9-9ca8-6beab3fc3c9c} TCPHandler: Processed in 0.001242279 sec. 2025.07.18 19:22:55.463537 [ 40 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:22:55.463593 [ 40 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:22:55.638310 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 2025.07.18 19:22:55.638812 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:55.638849 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:55.639564 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:22:55.639829 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:55.639971 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.07.18 19:22:56.955038 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:56.955237 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:22:56.955312 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:22:56.956054 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:56.956104 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:56.956509 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:22:56.956758 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:56.956915 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} executeQuery: Read 56 rows, 4.41 KiB in 0.001731 sec., 32351.242056614676 rows/sec., 2.49 MiB/sec. 2025.07.18 19:22:56.956957 [ 4 ] {cdbd277e-c26c-4ff1-9c04-debd3c52f43a} TCPHandler: Processed in 0.002057912 sec. 2025.07.18 19:22:56.957084 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:56.957180 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:22:56.957220 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:22:56.957633 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:56.957670 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:56.957977 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:22:56.958204 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:56.958336 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2025.07.18 19:22:56.958376 [ 4 ] {e505e8fa-0171-4f7c-8cdd-e279790e0398} TCPHandler: Processed in 0.001342831 sec. 2025.07.18 19:22:56.958499 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:56.958595 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:22:56.958641 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:22:56.959087 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:56.959124 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:56.959468 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:22:56.959684 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:56.959807 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.07.18 19:22:56.959844 [ 4 ] {ba1d39c6-2459-45d5-a645-3fe9f1e17228} TCPHandler: Processed in 0.001412942 sec. 2025.07.18 19:22:56.959962 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:22:56.960052 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:22:56.960091 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:22:56.960412 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:56.960447 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:56.960821 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:22:56.961041 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:56.961171 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.07.18 19:22:56.961209 [ 4 ] {670867cc-7df3-46fe-bc79-97edcefaf255} TCPHandler: Processed in 0.001270799 sec. 2025.07.18 19:22:57.181820 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.07.18 19:22:57.197078 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:22:57.197124 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.07.18 19:22:57.203247 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:22:57.203942 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:22:57.206714 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.07.18 19:23:00.716340 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1578 2025.07.18 19:23:00.718783 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:00.718833 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:00.720019 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:00.720285 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:00.720410 [ 67 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:23:00.720446 [ 67 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:00.720464 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:00.720555 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1578 2025.07.18 19:23:00.720586 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:23:00.721152 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:00.721301 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1418 rows starting from the beginning of the part 2025.07.18 19:23:00.721662 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2025.07.18 19:23:00.722014 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part 2025.07.18 19:23:00.722353 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2025.07.18 19:23:00.722674 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2025.07.18 19:23:00.722991 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part 2025.07.18 19:23:00.729111 [ 191 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1578 rows, containing 72 columns (72 merged, 0 gathered) in 0.008583892 sec., 183832.69500594836 rows/sec., 141.84 MiB/sec. 2025.07.18 19:23:00.730740 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:23:00.731269 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:00.731335 [ 199 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_46_9} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:23:00.731610 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.07.18 19:23:01.967604 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.967859 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.967951 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:01.968949 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.968986 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.969383 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:23:01.969599 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.969726 [ 139 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.07.18 19:23:01.969749 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} executeQuery: Read 392 rows, 25.47 KiB in 0.001958 sec., 200204.29009193054 rows/sec., 12.70 MiB/sec. 2025.07.18 19:23:01.969766 [ 139 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.969791 [ 4 ] {5d3a709b-834b-4f56-a630-49115f647028} TCPHandler: Processed in 0.002352626 sec. 2025.07.18 19:23:01.969791 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.969885 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.07.18 19:23:01.969914 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.969973 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.970001 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 392 rows starting from the beginning of the part 2025.07.18 19:23:01.970009 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:23:01.970050 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:23:01.970059 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:01.970102 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:01.970147 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:01.970184 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:01.970462 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.970496 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.970794 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.07.18 19:23:01.971005 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.971072 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220819 sec., 1605479.6001700498 rows/sec., 107.98 MiB/sec. 2025.07.18 19:23:01.971132 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} executeQuery: Read 4 rows, 334.00 B in 0.001141 sec., 3505.6967572304993 rows/sec., 285.86 KiB/sec. 2025.07.18 19:23:01.971168 [ 4 ] {d3fb656d-485f-4a44-9778-227243e867f1} TCPHandler: Processed in 0.00130226 sec. 2025.07.18 19:23:01.971181 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.07.18 19:23:01.971282 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.971375 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:01.971408 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.971414 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:01.971468 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_45_11} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.07.18 19:23:01.971526 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:23:01.972358 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.972392 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.972750 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:23:01.972956 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.973071 [ 171 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:23:01.973078 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} executeQuery: Read 1151 rows, 94.05 KiB in 0.00172 sec., 669186.046511628 rows/sec., 53.40 MiB/sec. 2025.07.18 19:23:01.973111 [ 171 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.973127 [ 4 ] {c916008f-516c-4e42-a797-cd0906a2689a} TCPHandler: Processed in 0.001891899 sec. 2025.07.18 19:23:01.973134 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.973244 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.973243 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:23:01.973337 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.973383 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:01.973444 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.973505 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2298 rows starting from the beginning of the part 2025.07.18 19:23:01.973613 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:01.973691 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:23:01.973762 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:01.973830 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part 2025.07.18 19:23:01.973871 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.973897 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:23:01.973909 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.974225 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:01.974446 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.974565 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} executeQuery: Read 241 rows, 15.14 KiB in 0.001299 sec., 185527.3287143957 rows/sec., 11.38 MiB/sec. 2025.07.18 19:23:01.974599 [ 4 ] {a9e7c84c-c5c6-4d3a-9d7d-220239272d43} TCPHandler: Processed in 0.001458232 sec. 2025.07.18 19:23:01.974698 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.974853 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.974891 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:01.975354 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.975388 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.975695 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:23:01.975905 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.976029 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} executeQuery: Read 203 rows, 13.41 KiB in 0.001194 sec., 170016.75041876046 rows/sec., 10.97 MiB/sec. 2025.07.18 19:23:01.976067 [ 4 ] {6917c91a-e141-4f75-b3d7-ae55b5f0493b} TCPHandler: Processed in 0.001353531 sec. 2025.07.18 19:23:01.976170 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.976264 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.976280 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6999 rows, containing 5 columns (5 merged, 0 gathered) in 0.003087577 sec., 2266826.058103166 rows/sec., 191.57 MiB/sec. 2025.07.18 19:23:01.976302 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:01.976616 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:23:01.976752 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.976795 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.976963 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.977066 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_91_18} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:23:01.977135 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:23:01.977166 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2025.07.18 19:23:01.977343 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.977443 [ 171 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.07.18 19:23:01.977471 [ 171 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.977473 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} executeQuery: Read 202 rows, 11.75 KiB in 0.001228 sec., 164495.11400651466 rows/sec., 9.34 MiB/sec. 2025.07.18 19:23:01.977489 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.977514 [ 4 ] {6c3be809-8676-4fed-a71c-59a29d7d55bb} TCPHandler: Processed in 0.001390881 sec. 2025.07.18 19:23:01.977548 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.07.18 19:23:01.977621 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.977621 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.977662 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 202 rows starting from the beginning of the part 2025.07.18 19:23:01.977709 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:01.977713 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:01.977754 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:01.977769 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:01.977792 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:01.977831 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:01.978411 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.978445 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.978598 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001074487 sec., 939983.452568528 rows/sec., 56.97 MiB/sec. 2025.07.18 19:23:01.978714 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.07.18 19:23:01.978784 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:23:01.978956 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.979016 [ 199 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_45_11} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.07.18 19:23:01.979069 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:23:01.979097 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.979218 [ 171 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:23:01.979241 [ 171 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.979254 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} executeQuery: Read 697 rows, 50.18 KiB in 0.001557 sec., 447655.74823378294 rows/sec., 31.47 MiB/sec. 2025.07.18 19:23:01.979256 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.979299 [ 4 ] {584b7d86-5643-459f-bf4d-d1ba87e41315} TCPHandler: Processed in 0.001725027 sec. 2025.07.18 19:23:01.979327 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:23:01.979400 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.979412 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.979424 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1185 rows starting from the beginning of the part 2025.07.18 19:23:01.979474 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:01.979515 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 520 rows starting from the beginning of the part 2025.07.18 19:23:01.979536 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:01.979568 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:01.979612 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part 2025.07.18 19:23:01.979614 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:01.979655 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 697 rows starting from the beginning of the part 2025.07.18 19:23:01.980038 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.980081 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.980449 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:23:01.980671 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.980808 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} executeQuery: Read 6 rows, 321.00 B in 0.001306 sec., 4594.180704441041 rows/sec., 240.03 KiB/sec. 2025.07.18 19:23:01.980845 [ 4 ] {989d80d3-8a49-46bf-b4f7-1ec2cffd2d5e} TCPHandler: Processed in 0.001480132 sec. 2025.07.18 19:23:01.980852 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3852 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552494 sec., 2481169.0093488283 rows/sec., 186.51 MiB/sec. 2025.07.18 19:23:01.980956 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.980996 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:23:01.981052 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.981095 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:01.981231 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.981299 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_91_18} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:23:01.981353 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.07.18 19:23:01.981533 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.981567 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.981928 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:23:01.982135 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.982243 [ 171 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:23:01.982265 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} executeQuery: Read 309 rows, 20.82 KiB in 0.001232 sec., 250811.6883116883 rows/sec., 16.50 MiB/sec. 2025.07.18 19:23:01.982270 [ 171 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.982294 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.982302 [ 4 ] {034d9c7c-f6c1-4af2-b2f8-b66bed8df613} TCPHandler: Processed in 0.001396662 sec. 2025.07.18 19:23:01.982371 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:23:01.982405 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.982489 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.982504 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.982524 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 33024 rows starting from the beginning of the part 2025.07.18 19:23:01.982551 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:01.982596 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 307 rows starting from the beginning of the part 2025.07.18 19:23:01.982648 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:23:01.982693 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 307 rows starting from the beginning of the part 2025.07.18 19:23:01.982735 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::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.07.18 19:23:01.982779 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 309 rows starting from the beginning of the part 2025.07.18 19:23:01.982870 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.982911 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.983287 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:23:01.983513 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.983612 [ 171 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.07.18 19:23:01.983637 [ 171 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.983649 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} executeQuery: Read 1 rows, 69.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 57.99 KiB/sec. 2025.07.18 19:23:01.983653 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.983686 [ 4 ] {79dcf694-8f94-4799-848e-fa9168e30b6a} TCPHandler: Processed in 0.00133042 sec. 2025.07.18 19:23:01.983732 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.07.18 19:23:01.983792 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.983809 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:01.983834 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part 2025.07.18 19:23:01.983877 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:01.983886 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.983913 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:01.983941 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:01.983945 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:01.983985 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:01.984017 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:01.984885 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.984915 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197589 sec., 37575.495432907286 rows/sec., 2.47 MiB/sec. 2025.07.18 19:23:01.984921 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.985047 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.07.18 19:23:01.985282 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.985342 [ 187 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_45_9} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.07.18 19:23:01.985399 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:23:01.985787 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.07.18 19:23:01.986015 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.986156 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} executeQuery: Read 41 rows, 75.23 KiB in 0.002287 sec., 17927.415828596415 rows/sec., 32.13 MiB/sec. 2025.07.18 19:23:01.986211 [ 4 ] {260bce90-0baf-441d-accf-1b11596e7311} TCPHandler: Processed in 0.002467638 sec. 2025.07.18 19:23:01.986323 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:01.986419 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:01.986460 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:01.986791 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:01.986826 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:01.987199 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:23:01.987411 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.987542 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} executeQuery: Read 102 rows, 6.42 KiB in 0.001143 sec., 89238.84514435696 rows/sec., 5.48 MiB/sec. 2025.07.18 19:23:01.987578 [ 4 ] {b15f8080-4bb6-4000-8e3d-33cc879d722c} TCPHandler: Processed in 0.0013064 sec. 2025.07.18 19:23:01.991519 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 35113 rows, containing 5 columns (5 merged, 0 gathered) in 0.009183872 sec., 3823332.9035944757 rows/sec., 255.92 MiB/sec. 2025.07.18 19:23:01.991797 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:23:01.992073 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:01.992148 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_91_18} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:23:01.992212 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.07.18 19:23:02.000173 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 311.58 MiB, peak 324.73 MiB, free memory in arenas 0.00 B, will set to 313.07 MiB (RSS), difference: 1.49 MiB 2025.07.18 19:23:03.140310 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 2025.07.18 19:23:03.140827 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:03.140862 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:03.141349 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:23:03.141584 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:03.141710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.07.18 19:23:04.707012 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.07.18 19:23:04.723409 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:04.723454 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:04.729633 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:23:04.730341 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:04.733139 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.07.18 19:23:06.955267 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:06.955456 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:06.955523 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:06.956184 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:06.956226 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:06.956631 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:23:06.956857 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:06.957015 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} executeQuery: Read 56 rows, 4.41 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.68 MiB/sec. 2025.07.18 19:23:06.957059 [ 4 ] {98c9cb76-8b56-4431-b3b8-5f75a98ab538} TCPHandler: Processed in 0.001917919 sec. 2025.07.18 19:23:06.957185 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:06.957285 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:06.957328 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:06.957759 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:06.957796 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:06.958158 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:23:06.958377 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:06.958510 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} executeQuery: Read 64 rows, 5.12 KiB in 0.001246 sec., 51364.365971107545 rows/sec., 4.01 MiB/sec. 2025.07.18 19:23:06.958549 [ 4 ] {677c27b7-381e-4b71-a11d-d19d38c9656f} TCPHandler: Processed in 0.001415212 sec. 2025.07.18 19:23:06.958670 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:06.958765 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:06.958810 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:06.959243 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:06.959279 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:06.959608 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:23:06.959827 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:06.959959 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.07.18 19:23:06.959996 [ 4 ] {3b3e75ef-9aaf-4f24-a410-35a0d7fdbb0d} TCPHandler: Processed in 0.001377751 sec. 2025.07.18 19:23:06.960111 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:06.960206 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:06.960247 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:06.960589 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:06.960625 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:06.960923 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:23:06.961128 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:06.961257 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.07.18 19:23:06.961277 [ 153 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:23:06.961293 [ 4 ] {6573fccf-f8d2-45d2-a71b-90a3cadf0543} TCPHandler: Processed in 0.001232589 sec. 2025.07.18 19:23:06.961350 [ 153 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:06.961378 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:06.961493 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:06.961634 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:06.961671 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 6786 rows starting from the beginning of the part 2025.07.18 19:23:06.961738 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:06.961784 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:06.961825 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:06.961860 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:06.961898 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:06.964074 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 7170 rows, containing 4 columns (4 merged, 0 gathered) in 0.002633751 sec., 2722353.0242608353 rows/sec., 173.16 MiB/sec. 2025.07.18 19:23:06.964478 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:23:06.964760 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:06.964863 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_91_18} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:23:06.964962 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.07.18 19:23:10.463839 [ 81 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:23:10.463900 [ 81 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:23:10.641864 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 2025.07.18 19:23:10.642651 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:10.642694 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:10.643206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:23:10.643451 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:10.643586 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.07.18 19:23:10.720760 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1610 2025.07.18 19:23:10.723143 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:10.723198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:10.724425 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:10.724681 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:10.724970 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1610 2025.07.18 19:23:11.002120 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001635676 sec. 2025.07.18 19:23:11.968118 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.968313 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.968385 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:11.969229 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.969271 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.969661 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:11.969882 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.970032 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} executeQuery: Read 392 rows, 25.47 KiB in 0.001774 sec., 220969.5603156708 rows/sec., 14.02 MiB/sec. 2025.07.18 19:23:11.970075 [ 4 ] {a9faf99c-82d4-4c7c-9a64-1e1d8dea45de} TCPHandler: Processed in 0.002089822 sec. 2025.07.18 19:23:11.970194 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.970289 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:11.970330 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:11.971257 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.971292 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.971658 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:23:11.971887 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.972015 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} executeQuery: Read 1149 rows, 93.90 KiB in 0.001744 sec., 658830.2752293578 rows/sec., 52.58 MiB/sec. 2025.07.18 19:23:11.972053 [ 4 ] {1b911475-127a-4414-9c00-81b175948911} TCPHandler: Processed in 0.001909199 sec. 2025.07.18 19:23:11.972168 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.972263 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.972304 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:11.972796 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.972833 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.973137 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:11.973349 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.973460 [ 146 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.07.18 19:23:11.973480 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} executeQuery: Read 237 rows, 14.86 KiB in 0.001235 sec., 191902.83400809715 rows/sec., 11.75 MiB/sec. 2025.07.18 19:23:11.973530 [ 146 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.973541 [ 4 ] {cbdeecc5-26cc-4d4c-bb99-5e824f8d12a2} TCPHandler: Processed in 0.001423162 sec. 2025.07.18 19:23:11.973560 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.973667 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.973677 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.07.18 19:23:11.973770 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.973815 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:11.973815 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:11.973867 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 255 rows starting from the beginning of the part 2025.07.18 19:23:11.973942 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 249 rows starting from the beginning of the part 2025.07.18 19:23:11.973994 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:11.974041 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:11.974085 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 241 rows starting from the beginning of the part 2025.07.18 19:23:11.974130 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:11.974304 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.974347 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.974673 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:23:11.974899 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.975031 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} executeQuery: Read 203 rows, 13.41 KiB in 0.001278 sec., 158841.94053208138 rows/sec., 10.25 MiB/sec. 2025.07.18 19:23:11.975068 [ 4 ] {a15cb86d-9d8f-48b3-8bfe-4f837e8cac6d} TCPHandler: Processed in 0.001450973 sec. 2025.07.18 19:23:11.975179 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.975199 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568064 sec., 928533.5292437043 rows/sec., 60.55 MiB/sec. 2025.07.18 19:23:11.975272 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.975317 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:11.975382 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.07.18 19:23:11.975645 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.975711 [ 195 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_50_10} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.07.18 19:23:11.975770 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.975794 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.18 19:23:11.975805 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.976114 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:11.976338 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.976465 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} executeQuery: Read 202 rows, 11.75 KiB in 0.001211 sec., 166804.29397192402 rows/sec., 9.47 MiB/sec. 2025.07.18 19:23:11.976502 [ 4 ] {31269a70-353c-47ef-83c0-d27caf77d828} TCPHandler: Processed in 0.001373071 sec. 2025.07.18 19:23:11.976613 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.976707 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:11.976747 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:11.977460 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.977496 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.977824 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:23:11.978029 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.978154 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} executeQuery: Read 693 rows, 49.85 KiB in 0.001464 sec., 473360.6557377049 rows/sec., 33.25 MiB/sec. 2025.07.18 19:23:11.978190 [ 4 ] {54dffc60-00bb-471a-b896-b4ba9310717c} TCPHandler: Processed in 0.001625815 sec. 2025.07.18 19:23:11.978303 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.978397 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:11.978439 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:11.978771 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.978807 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.979094 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:11.979309 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.979415 [ 146 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:23:11.979435 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.07.18 19:23:11.979457 [ 146 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.979478 [ 4 ] {91e55686-7275-4032-9864-7f3bbb82d921} TCPHandler: Processed in 0.001225469 sec. 2025.07.18 19:23:11.979481 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.979568 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:23:11.979603 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.979665 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:11.979699 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part 2025.07.18 19:23:11.979704 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.979751 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2025.07.18 19:23:11.979756 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:11.979797 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2025.07.18 19:23:11.979840 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2025.07.18 19:23:11.979878 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2025.07.18 19:23:11.979916 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2025.07.18 19:23:11.980241 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.980282 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.980637 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:23:11.980673 [ 195 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001134728 sec., 243230.0956705043 rows/sec., 12.41 MiB/sec. 2025.07.18 19:23:11.980858 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.980861 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:23:11.980995 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} executeQuery: Read 307 rows, 20.68 KiB in 0.00131 sec., 234351.14503816795 rows/sec., 15.42 MiB/sec. 2025.07.18 19:23:11.981039 [ 4 ] {4dcc2a25-c571-41a6-bde8-2e324cbf9f61} TCPHandler: Processed in 0.001485322 sec. 2025.07.18 19:23:11.981153 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.981250 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.981276 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.981292 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:11.981397 [ 189 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_46_9} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:23:11.981511 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:23:11.981625 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.981668 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.981985 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:11.982185 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.982314 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. 2025.07.18 19:23:11.982349 [ 4 ] {2a4e94c9-8743-491a-a183-091294a438e3} TCPHandler: Processed in 0.00124755 sec. 2025.07.18 19:23:11.982462 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.982557 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.982611 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:11.983477 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.983513 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.984078 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.07.18 19:23:11.984295 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.984412 [ 64 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.07.18 19:23:11.984432 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} executeQuery: Read 41 rows, 75.23 KiB in 0.001893 sec., 21658.742736397253 rows/sec., 38.81 MiB/sec. 2025.07.18 19:23:11.984479 [ 64 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.984506 [ 4 ] {34ebc770-a60e-48e7-bc15-458ca507eeb9} TCPHandler: Processed in 0.002093322 sec. 2025.07.18 19:23:11.984505 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.984620 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:23:11.984634 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:11.984746 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:11.984789 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:11.984962 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:11.985059 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1651 rows starting from the beginning of the part 2025.07.18 19:23:11.985138 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:11.985181 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:11.985271 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2025.07.18 19:23:11.985444 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part 2025.07.18 19:23:11.985507 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:23:11.985606 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part 2025.07.18 19:23:11.985730 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:11.985737 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2025.07.18 19:23:11.985842 [ 197 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part 2025.07.18 19:23:11.985865 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} executeQuery: Read 102 rows, 6.42 KiB in 0.001137 sec., 89709.76253298153 rows/sec., 5.51 MiB/sec. 2025.07.18 19:23:11.985906 [ 4 ] {3829edea-60ef-40c5-a652-583ab54ca318} TCPHandler: Processed in 0.00132354 sec. 2025.07.18 19:23:11.999652 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 19 columns (19 merged, 0 gathered) in 0.015074082 sec., 123125.24238623619 rows/sec., 220.63 MiB/sec. 2025.07.18 19:23:12.000188 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 321.04 MiB, peak 331.88 MiB, free memory in arenas 0.00 B, will set to 322.26 MiB (RSS), difference: 1.22 MiB 2025.07.18 19:23:12.001502 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.07.18 19:23:12.001858 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:12.001926 [ 195 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_46_9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.07.18 19:23:12.002044 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.36 MiB. 2025.07.18 19:23:12.234185 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.07.18 19:23:12.252625 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:12.252688 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:12.259228 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:23:12.259999 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:12.263149 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.07.18 19:23:13.000253 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 316.30 MiB, peak 331.88 MiB, free memory in arenas 0.00 B, will set to 322.26 MiB (RSS), difference: 5.96 MiB 2025.07.18 19:23:16.602338 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.602550 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:23:16.602625 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:23:16.603263 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.603310 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.603700 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.07.18 19:23:16.603920 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.604075 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} executeQuery: Read 2 rows, 167.00 B in 0.00158 sec., 1265.8227848101264 rows/sec., 103.22 KiB/sec. 2025.07.18 19:23:16.604118 [ 4 ] {ade88c98-0c18-42bb-b83e-c06b4d87b539} TCPHandler: Processed in 0.00191704 sec. 2025.07.18 19:23:16.604237 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.604334 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:16.604375 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:16.605471 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.605507 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.605892 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:23:16.606103 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.606237 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} executeQuery: Read 1197 rows, 101.04 KiB in 0.001921 sec., 623112.9619989588 rows/sec., 51.37 MiB/sec. 2025.07.18 19:23:16.606276 [ 4 ] {3108bcca-de44-43cb-8b44-db736fed6601} TCPHandler: Processed in 0.002088072 sec. 2025.07.18 19:23:16.606391 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.606487 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:16.606527 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:16.606925 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.606961 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.607247 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:23:16.607450 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.607587 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} executeQuery: Read 2 rows, 143.00 B in 0.001118 sec., 1788.9087656529516 rows/sec., 124.91 KiB/sec. 2025.07.18 19:23:16.607625 [ 4 ] {fe82392e-97eb-47e0-85ba-848398f40ceb} TCPHandler: Processed in 0.00128538 sec. 2025.07.18 19:23:16.607732 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.607844 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:16.607894 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:16.608508 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.608553 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.608911 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:23:16.609121 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.609253 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} executeQuery: Read 228 rows, 15.81 KiB in 0.001433 sec., 159106.76901605024 rows/sec., 10.77 MiB/sec. 2025.07.18 19:23:16.609292 [ 4 ] {0ad1e0e7-a29d-4db0-bcdf-411ca0dd9472} TCPHandler: Processed in 0.001609595 sec. 2025.07.18 19:23:16.609395 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.609489 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:16.609529 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:16.610154 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.610191 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.610515 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:23:16.610724 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.610853 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} executeQuery: Read 522 rows, 39.57 KiB in 0.001383 sec., 377440.34707158356 rows/sec., 27.94 MiB/sec. 2025.07.18 19:23:16.610893 [ 4 ] {5b595426-1182-458a-823f-3284066c5232} TCPHandler: Processed in 0.001547294 sec. 2025.07.18 19:23:16.611006 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.611099 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:16.611142 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:16.611771 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.611807 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.612185 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:23:16.612394 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.612519 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} executeQuery: Read 1007 rows, 69.31 KiB in 0.00144 sec., 699305.5555555555 rows/sec., 47.01 MiB/sec. 2025.07.18 19:23:16.612557 [ 4 ] {11977c6d-21b8-43ac-a94b-11a04cd0a844} TCPHandler: Processed in 0.001599235 sec. 2025.07.18 19:23:16.612669 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:16.612762 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:16.612804 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:16.613151 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:16.613189 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:16.613499 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:23:16.613704 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:16.613834 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.07.18 19:23:16.613873 [ 4 ] {119f87d5-3c19-480e-9793-df7fae3e5901} TCPHandler: Processed in 0.00125132 sec. 2025.07.18 19:23:18.143754 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 2025.07.18 19:23:18.144282 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:18.144331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:18.144842 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:23:18.145108 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:18.145259 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.07.18 19:23:19.763221 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.07.18 19:23:19.780482 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:19.780541 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.07.18 19:23:19.786773 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:23:19.787468 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:19.790581 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.07.18 19:23:20.725140 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1646 2025.07.18 19:23:20.727494 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:20.727542 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:20.728734 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:20.729009 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:20.729280 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1646 2025.07.18 19:23:21.968497 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.968685 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.968755 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:21.969598 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.969652 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.970101 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:21.970324 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.970480 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} executeQuery: Read 392 rows, 25.47 KiB in 0.001846 sec., 212351.0292524377 rows/sec., 13.47 MiB/sec. 2025.07.18 19:23:21.970522 [ 4 ] {f47679b8-29d4-4434-b24e-bd4eba7177e4} TCPHandler: Processed in 0.002153003 sec. 2025.07.18 19:23:21.970641 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.970736 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:21.970778 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:21.971558 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.971594 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.971971 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:23:21.972191 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.972322 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} executeQuery: Read 1149 rows, 93.90 KiB in 0.001604 sec., 716334.1645885287 rows/sec., 57.17 MiB/sec. 2025.07.18 19:23:21.972362 [ 4 ] {c479e322-7c03-4334-9eac-d1d4f457114c} TCPHandler: Processed in 0.001772488 sec. 2025.07.18 19:23:21.972475 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.972569 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.972609 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:21.973085 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.973121 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.973460 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:23:21.973669 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.973799 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} executeQuery: Read 237 rows, 14.86 KiB in 0.001247 sec., 190056.134723336 rows/sec., 11.64 MiB/sec. 2025.07.18 19:23:21.973838 [ 4 ] {4383a69b-e691-4650-9725-4ac6c39a786f} TCPHandler: Processed in 0.001412281 sec. 2025.07.18 19:23:21.973964 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.974090 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.974141 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:21.974699 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.974743 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.975113 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:23:21.975331 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.975447 [ 140 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 2025.07.18 19:23:21.975466 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} executeQuery: Read 203 rows, 13.41 KiB in 0.0014 sec., 145000 rows/sec., 9.35 MiB/sec. 2025.07.18 19:23:21.975515 [ 140 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.975526 [ 4 ] {7d7cd549-c44d-4f10-b080-3c761ef0a07a} TCPHandler: Processed in 0.001624775 sec. 2025.07.18 19:23:21.975545 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.975645 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full 2025.07.18 19:23:21.975648 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.975766 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:21.975769 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.975805 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 431 rows starting from the beginning of the part 2025.07.18 19:23:21.975824 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:21.975879 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 203 rows starting from the beginning of the part 2025.07.18 19:23:21.975935 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 203 rows starting from the beginning of the part 2025.07.18 19:23:21.975982 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 203 rows starting from the beginning of the part 2025.07.18 19:23:21.976026 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part 2025.07.18 19:23:21.976069 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part 2025.07.18 19:23:21.976277 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.976318 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.976656 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:21.976886 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.977021 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} executeQuery: Read 202 rows, 11.75 KiB in 0.001271 sec., 158929.97639653817 rows/sec., 9.03 MiB/sec. 2025.07.18 19:23:21.977060 [ 4 ] {b67bb391-8b27-4ac2-965e-33354a6a6e42} TCPHandler: Processed in 0.001463043 sec. 2025.07.18 19:23:21.977175 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.977180 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568695 sec., 937722.119341236 rows/sec., 64.99 MiB/sec. 2025.07.18 19:23:21.977271 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:21.977317 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:21.977427 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) 2025.07.18 19:23:21.977788 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.977885 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_57_12} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 2025.07.18 19:23:21.977928 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.977970 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.978002 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:23:21.978318 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:23:21.978535 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.978667 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} executeQuery: Read 693 rows, 49.85 KiB in 0.001414 sec., 490099.0099009901 rows/sec., 34.43 MiB/sec. 2025.07.18 19:23:21.978706 [ 4 ] {e19853d8-26d4-4c39-a8d5-b4a6dc358a97} TCPHandler: Processed in 0.001581094 sec. 2025.07.18 19:23:21.978821 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.978915 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:21.978958 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:21.979293 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.979328 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.979640 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:21.979851 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.979980 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.07.18 19:23:21.980017 [ 4 ] {155de1b9-38b8-41a2-a30b-db8f266df92e} TCPHandler: Processed in 0.001247269 sec. 2025.07.18 19:23:21.980127 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.980220 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.980264 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:21.980683 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.980717 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.981047 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:23:21.981253 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.981388 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} executeQuery: Read 307 rows, 20.68 KiB in 0.001186 sec., 258853.28836424957 rows/sec., 17.03 MiB/sec. 2025.07.18 19:23:21.981425 [ 4 ] {9fb58313-4e18-46dd-8729-6c184091693c} TCPHandler: Processed in 0.001347441 sec. 2025.07.18 19:23:21.981527 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.981627 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.981669 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:21.981988 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.982023 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.982333 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:21.982541 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.982670 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. 2025.07.18 19:23:21.982707 [ 4 ] {b2db72d8-3200-45d6-af86-6a45388fed2b} TCPHandler: Processed in 0.001226759 sec. 2025.07.18 19:23:21.982806 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.982898 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.982951 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:21.983740 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.983776 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.984314 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.07.18 19:23:21.984522 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.984656 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} executeQuery: Read 41 rows, 75.23 KiB in 0.001775 sec., 23098.591549295772 rows/sec., 41.39 MiB/sec. 2025.07.18 19:23:21.984708 [ 4 ] {e34e21da-0952-47c1-9f20-3899af295111} TCPHandler: Processed in 0.001947859 sec. 2025.07.18 19:23:21.984820 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:21.984912 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:21.984952 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:21.985275 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:21.985310 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:21.985607 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:23:21.985819 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:21.985945 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} executeQuery: Read 102 rows, 6.42 KiB in 0.00105 sec., 97142.85714285714 rows/sec., 5.97 MiB/sec. 2025.07.18 19:23:21.985979 [ 4 ] {79308918-e2a5-41a1-850d-fcad48b68501} TCPHandler: Processed in 0.001208129 sec. 2025.07.18 19:23:25.463948 [ 136 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:23:25.464007 [ 136 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:23:25.646310 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 2025.07.18 19:23:25.646800 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:25.646837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:25.647354 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:23:25.647619 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:25.647756 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.07.18 19:23:25.647761 [ 136 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:23:25.647812 [ 136 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:25.647834 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:25.647959 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:23:25.648098 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:25.648135 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:23:25.648203 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part 2025.07.18 19:23:25.648253 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part 2025.07.18 19:23:25.648295 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part 2025.07.18 19:23:25.648339 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part 2025.07.18 19:23:25.648382 [ 201 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part 2025.07.18 19:23:25.650633 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002732872 sec., 11071136.884566858 rows/sec., 158.37 MiB/sec. 2025.07.18 19:23:25.651008 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:23:25.651291 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:25.651356 [ 188 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_66_13} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:23:25.651465 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.07.18 19:23:26.955080 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:26.955276 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:26.955351 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:26.956083 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.956132 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.956498 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:23:26.956712 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.956935 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. 2025.07.18 19:23:26.956958 [ 134 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.07.18 19:23:26.956984 [ 4 ] {83b09c3b-2064-4912-9505-9666192a5579} TCPHandler: Processed in 0.002036821 sec. 2025.07.18 19:23:26.957048 [ 134 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.957077 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.957148 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:26.957207 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:23:26.957253 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:26.957300 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:26.957361 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:26.957402 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2298 rows starting from the beginning of the part 2025.07.18 19:23:26.957471 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part 2025.07.18 19:23:26.957519 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:26.957574 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:23:26.957616 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:26.957662 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2025.07.18 19:23:26.957744 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.957788 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.958130 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:23:26.958358 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.958492 [ 134 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.07.18 19:23:26.958496 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} executeQuery: Read 64 rows, 5.12 KiB in 0.001265 sec., 50592.88537549407 rows/sec., 3.95 MiB/sec. 2025.07.18 19:23:26.958530 [ 134 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.958553 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.958554 [ 4 ] {34bb3c18-1d36-43ad-bc65-f944326d43d0} TCPHandler: Processed in 0.001456093 sec. 2025.07.18 19:23:26.958658 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:23:26.958689 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:26.958791 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:26.958795 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:26.958837 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:26.958842 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1185 rows starting from the beginning of the part 2025.07.18 19:23:26.958922 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part 2025.07.18 19:23:26.958966 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:26.959009 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 522 rows starting from the beginning of the part 2025.07.18 19:23:26.959053 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:26.959094 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2025.07.18 19:23:26.959269 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.959310 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.959720 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:23:26.959786 [ 191 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5905 rows, containing 5 columns (5 merged, 0 gathered) in 0.002642041 sec., 2235014.5209707194 rows/sec., 189.19 MiB/sec. 2025.07.18 19:23:26.959946 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.960071 [ 134 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 2025.07.18 19:23:26.960080 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} executeQuery: Read 160 rows, 11.41 KiB in 0.00131 sec., 122137.40458015268 rows/sec., 8.51 MiB/sec. 2025.07.18 19:23:26.960088 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.07.18 19:23:26.960111 [ 134 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.960133 [ 4 ] {4fc5d5f5-aeb7-4968-8b5e-9549ffb5e24a} TCPHandler: Processed in 0.001492683 sec. 2025.07.18 19:23:26.960147 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.960225 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full 2025.07.18 19:23:26.960257 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:26.960330 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:26.960356 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:26.960363 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001754167 sec., 1836199.176019159 rows/sec., 138.70 MiB/sec. 2025.07.18 19:23:26.960363 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTreeSequentialSource: Reading 6 marks from part all_1_91_18, total 35113 rows starting from the beginning of the part 2025.07.18 19:23:26.960406 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:26.960403 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.960462 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2025.07.18 19:23:26.960506 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 307 rows starting from the beginning of the part 2025.07.18 19:23:26.960514 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_96_19} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.07.18 19:23:26.960537 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.07.18 19:23:26.960547 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:23:26.960598 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 307 rows starting from the beginning of the part 2025.07.18 19:23:26.960615 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:23:26.960771 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:26.960812 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:26.960866 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.960948 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_96_19} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.07.18 19:23:26.961022 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:23:26.961155 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:23:26.961364 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.961497 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2025.07.18 19:23:26.961532 [ 4 ] {4528e4f1-eeef-475e-be91-a00cbcd79ac7} TCPHandler: Processed in 0.00132333 sec. 2025.07.18 19:23:26.967544 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 36894 rows, containing 5 columns (5 merged, 0 gathered) in 0.007349233 sec., 5020115.704591214 rows/sec., 336.03 MiB/sec. 2025.07.18 19:23:26.968022 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.07.18 19:23:26.968308 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:26.968383 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_95_19} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 2025.07.18 19:23:26.968462 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.07.18 19:23:27.291580 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.07.18 19:23:27.309485 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:27.309550 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:27.315970 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:23:27.316692 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:27.317007 [ 133 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:23:27.317053 [ 133 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:27.317076 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:27.317176 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.319784 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.07.18 19:23:27.320217 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:27.320937 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.324186 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.327578 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.331648 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.335783 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.339494 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:23:27.391667 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.074530896 sec., 6668.375488200222 rows/sec., 34.48 MiB/sec. 2025.07.18 19:23:27.393682 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:23:27.395346 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:27.395442 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_66_13} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:23:27.396891 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.07.18 19:23:28.000280 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 324.01 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 325.55 MiB (RSS), difference: 1.53 MiB 2025.07.18 19:23:30.729517 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1676 2025.07.18 19:23:30.731766 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:30.731812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:30.732978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:30.733236 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:30.733490 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1676 2025.07.18 19:23:31.969129 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.969326 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.969398 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:31.970205 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.970252 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.970620 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:31.970830 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.971042 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} executeQuery: Read 392 rows, 25.47 KiB in 0.001769 sec., 221594.12097230073 rows/sec., 14.06 MiB/sec. 2025.07.18 19:23:31.971084 [ 4 ] {09f23bec-08f4-498f-b4d7-bffae05ca68a} TCPHandler: Processed in 0.002086652 sec. 2025.07.18 19:23:31.971197 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.971290 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:23:31.971331 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:23:31.971721 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.971757 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.972039 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.07.18 19:23:31.972241 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.972366 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} executeQuery: Read 12 rows, 1002.00 B in 0.001094 sec., 10968.92138939671 rows/sec., 894.44 KiB/sec. 2025.07.18 19:23:31.972403 [ 4 ] {2463d39a-05b1-4305-b366-0f7b205ca189} TCPHandler: Processed in 0.001254209 sec. 2025.07.18 19:23:31.972511 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.972603 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:31.972642 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:31.973434 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.973471 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.973835 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:23:31.974046 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.974173 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} executeQuery: Read 1155 rows, 94.34 KiB in 0.001587 sec., 727788.2797731569 rows/sec., 58.05 MiB/sec. 2025.07.18 19:23:31.974210 [ 4 ] {3109eb76-1ab0-4aec-a475-f1a002ba47eb} TCPHandler: Processed in 0.001745857 sec. 2025.07.18 19:23:31.974320 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.974413 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.974452 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:31.974919 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.974956 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.975249 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:23:31.975457 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.975583 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} executeQuery: Read 249 rows, 15.70 KiB in 0.001187 sec., 209772.5358045493 rows/sec., 12.91 MiB/sec. 2025.07.18 19:23:31.975619 [ 4 ] {0f86e425-2124-40ca-8110-b8b7223ba684} TCPHandler: Processed in 0.001346441 sec. 2025.07.18 19:23:31.975725 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.975817 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.975856 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:31.976299 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.976334 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.976628 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:23:31.976835 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.976963 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} executeQuery: Read 203 rows, 13.41 KiB in 0.001164 sec., 174398.62542955324 rows/sec., 11.25 MiB/sec. 2025.07.18 19:23:31.977000 [ 4 ] {6435f777-d8af-4003-8ce8-307bc7c72886} TCPHandler: Processed in 0.00132175 sec. 2025.07.18 19:23:31.977105 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.977196 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.977235 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:31.977659 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.977695 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.977980 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:31.978196 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.978319 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} executeQuery: Read 202 rows, 11.75 KiB in 0.00114 sec., 177192.98245614037 rows/sec., 10.06 MiB/sec. 2025.07.18 19:23:31.978355 [ 4 ] {c3e468be-425b-4f24-91d0-e72c944ee61a} TCPHandler: Processed in 0.00129685 sec. 2025.07.18 19:23:31.978464 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.978556 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:31.978595 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:31.979187 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.979222 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.979536 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:23:31.979731 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.979853 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} executeQuery: Read 705 rows, 50.83 KiB in 0.001314 sec., 536529.6803652968 rows/sec., 37.78 MiB/sec. 2025.07.18 19:23:31.979890 [ 4 ] {b8a0b64c-32df-4cc5-9185-3cdd7cdeb5f7} TCPHandler: Processed in 0.001472902 sec. 2025.07.18 19:23:31.980003 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.980096 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:31.980137 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:31.980464 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.980499 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.980799 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:31.981003 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.981131 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.07.18 19:23:31.981166 [ 4 ] {7d2b5676-4aca-47fb-bee0-e2662b3d6a48} TCPHandler: Processed in 0.001210499 sec. 2025.07.18 19:23:31.981272 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.981364 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.981406 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:31.981814 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.981850 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.982176 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:23:31.982388 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.982514 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} executeQuery: Read 313 rows, 21.10 KiB in 0.001167 sec., 268209.0831191088 rows/sec., 17.66 MiB/sec. 2025.07.18 19:23:31.982549 [ 4 ] {45fe98fe-84a3-40d0-8513-3d7a87602c4b} TCPHandler: Processed in 0.00132381 sec. 2025.07.18 19:23:31.982676 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.982802 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.982855 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:31.983254 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.983292 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.983603 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:31.983812 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.983950 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} executeQuery: Read 1 rows, 69.00 B in 0.001172 sec., 853.2423208191126 rows/sec., 57.49 KiB/sec. 2025.07.18 19:23:31.983988 [ 4 ] {48379ebb-f4ff-4178-a3a5-c1e6986e95d5} TCPHandler: Processed in 0.001374481 sec. 2025.07.18 19:23:31.984105 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.984209 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.984267 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:31.985105 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.985143 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.985713 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.07.18 19:23:31.985944 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.986086 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2025.07.18 19:23:31.986149 [ 4 ] {5b21b985-c4e9-4ba5-9f4e-0d79272eb939} TCPHandler: Processed in 0.002094873 sec. 2025.07.18 19:23:31.986267 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:31.986362 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:31.986404 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:31.986748 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.986785 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.987117 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:23:31.987326 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.987462 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} executeQuery: Read 102 rows, 6.42 KiB in 0.001119 sec., 91152.81501340483 rows/sec., 5.60 MiB/sec. 2025.07.18 19:23:31.987489 [ 129 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.07.18 19:23:31.987500 [ 4 ] {8daed2e2-b0b4-46d9-a095-d1bf6df5a93b} TCPHandler: Processed in 0.001284629 sec. 2025.07.18 19:23:31.987572 [ 129 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:31.987606 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:31.987729 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:31.987887 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:31.987932 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 7170 rows starting from the beginning of the part 2025.07.18 19:23:31.988007 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:31.988059 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:31.988106 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:31.988150 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:31.988195 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:31.990275 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 7596 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260484 sec., 2916110.01059566 rows/sec., 185.41 MiB/sec. 2025.07.18 19:23:31.990693 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.07.18 19:23:31.990980 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:31.991057 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_96_19} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.07.18 19:23:31.991139 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.07.18 19:23:33.148062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 2025.07.18 19:23:33.148617 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:33.148657 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:33.149385 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:23:33.149613 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:33.149746 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.07.18 19:23:34.819980 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.07.18 19:23:34.835208 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:34.835269 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:34.840573 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:23:34.841265 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:34.843973 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.07.18 19:23:36.955279 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:36.955476 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:36.955545 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:36.956300 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:36.956353 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:36.956767 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:23:36.957009 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:36.957186 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} executeQuery: Read 56 rows, 4.41 KiB in 0.001758 sec., 31854.37997724687 rows/sec., 2.45 MiB/sec. 2025.07.18 19:23:36.957239 [ 4 ] {47a11859-6969-4875-b6cc-770728bc097b} TCPHandler: Processed in 0.002091472 sec. 2025.07.18 19:23:36.957355 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:36.957462 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:36.957508 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:36.957946 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:36.957986 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:36.958325 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:23:36.958552 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:36.958695 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} executeQuery: Read 64 rows, 5.12 KiB in 0.001256 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. 2025.07.18 19:23:36.958733 [ 4 ] {d2e3d12f-005f-44ab-9191-50bd563410e3} TCPHandler: Processed in 0.001430382 sec. 2025.07.18 19:23:36.958850 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:36.958948 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:36.958994 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:36.959408 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:36.959445 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:36.959794 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:23:36.960011 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:36.960149 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.07.18 19:23:36.960186 [ 4 ] {35c074ac-1367-45bc-924f-d5b4e2c2762d} TCPHandler: Processed in 0.001387241 sec. 2025.07.18 19:23:36.960296 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:36.960394 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:36.960436 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:36.960771 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:36.960807 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:36.961152 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:23:36.961435 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:36.961580 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2025.07.18 19:23:36.961618 [ 4 ] {2e12780a-876b-47a1-83a0-b109de04069c} TCPHandler: Processed in 0.001370921 sec. 2025.07.18 19:23:40.464088 [ 119 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:23:40.464157 [ 119 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:23:40.650776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 2025.07.18 19:23:40.651269 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:40.651312 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:40.651800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:23:40.652057 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:40.652186 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.07.18 19:23:40.734604 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1708 2025.07.18 19:23:40.736856 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:40.736898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:40.738068 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:40.738329 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:40.738582 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1708 2025.07.18 19:23:41.000181 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 321.73 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 325.72 MiB (RSS), difference: 3.99 MiB 2025.07.18 19:23:41.967507 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.967685 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.967753 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:41.968599 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.968651 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.969067 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:41.969288 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.969454 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} executeQuery: Read 392 rows, 25.47 KiB in 0.001815 sec., 215977.96143250688 rows/sec., 13.70 MiB/sec. 2025.07.18 19:23:41.969468 [ 118 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.07.18 19:23:41.969502 [ 4 ] {0263a8ca-ba6c-4503-8aae-e1acacf04627} TCPHandler: Processed in 0.002121463 sec. 2025.07.18 19:23:41.969549 [ 118 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.969579 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.969652 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.969712 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2025.07.18 19:23:41.969758 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:41.969809 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:41.969884 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:41.969926 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 392 rows starting from the beginning of the part 2025.07.18 19:23:41.969995 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:41.970043 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:41.970093 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:41.970138 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 392 rows starting from the beginning of the part 2025.07.18 19:23:41.970890 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.970934 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.971198 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001547013 sec., 1266957.6790886696 rows/sec., 85.21 MiB/sec. 2025.07.18 19:23:41.971364 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:23:41.971366 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.07.18 19:23:41.971593 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.971652 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.971729 [ 187 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_49_12} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.07.18 19:23:41.971731 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} executeQuery: Read 1149 rows, 93.90 KiB in 0.001996 sec., 575651.3026052105 rows/sec., 45.94 MiB/sec. 2025.07.18 19:23:41.971776 [ 4 ] {749a0fe4-cf21-4fdf-b59d-7a7b6b31d038} TCPHandler: Processed in 0.002176963 sec. 2025.07.18 19:23:41.971813 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:23:41.971906 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.972003 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.972043 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:41.972538 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.972572 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.972896 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:23:41.973102 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.973231 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} executeQuery: Read 237 rows, 14.86 KiB in 0.001246 sec., 190208.66773675763 rows/sec., 11.65 MiB/sec. 2025.07.18 19:23:41.973268 [ 4 ] {51aac6b8-12e8-476a-9ae4-a7d84021eae3} TCPHandler: Processed in 0.001419512 sec. 2025.07.18 19:23:41.973377 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.973471 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.973510 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:41.973988 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.974024 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.974321 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:23:41.974529 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.974657 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} executeQuery: Read 203 rows, 13.41 KiB in 0.001203 sec., 168744.8046550291 rows/sec., 10.88 MiB/sec. 2025.07.18 19:23:41.974693 [ 4 ] {d73cdf88-60bb-4685-a3ae-91343261eb27} TCPHandler: Processed in 0.001366541 sec. 2025.07.18 19:23:41.974799 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.974905 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.974945 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:41.975389 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.975424 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.975722 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:41.975935 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.976042 [ 118 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2025.07.18 19:23:41.976064 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} executeQuery: Read 202 rows, 11.75 KiB in 0.00119 sec., 169747.89915966385 rows/sec., 9.64 MiB/sec. 2025.07.18 19:23:41.976078 [ 118 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.976105 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.976109 [ 4 ] {8151ea48-610b-49ec-8c5e-8f12c6a14ab7} TCPHandler: Processed in 0.001359441 sec. 2025.07.18 19:23:41.976192 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2025.07.18 19:23:41.976238 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.976285 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:41.976321 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 202 rows starting from the beginning of the part 2025.07.18 19:23:41.976336 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:41.976367 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:41.976382 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:41.976411 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:41.976452 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:41.976491 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 202 rows starting from the beginning of the part 2025.07.18 19:23:41.977040 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.977081 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.977238 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001079016 sec., 936038.0198254706 rows/sec., 56.73 MiB/sec. 2025.07.18 19:23:41.977419 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:23:41.977429 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2025.07.18 19:23:41.977687 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.977824 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.977830 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} executeQuery: Read 693 rows, 49.85 KiB in 0.001511 sec., 458636.6644606221 rows/sec., 32.22 MiB/sec. 2025.07.18 19:23:41.977893 [ 4 ] {4ee8acc9-29b6-42a5-b3fa-56ebac048137} TCPHandler: Processed in 0.001704197 sec. 2025.07.18 19:23:41.977923 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_49_12} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2025.07.18 19:23:41.978013 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.978041 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:23:41.978113 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:41.978159 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:41.978493 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.978528 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.978848 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:41.979080 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.979210 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. 2025.07.18 19:23:41.979245 [ 4 ] {3d99182e-83c7-41bf-9da5-c4b2df471a26} TCPHandler: Processed in 0.001282969 sec. 2025.07.18 19:23:41.979355 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.979449 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.979491 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:41.979929 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.979964 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.980292 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:23:41.980494 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.980622 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} executeQuery: Read 307 rows, 20.68 KiB in 0.00119 sec., 257983.1932773109 rows/sec., 16.97 MiB/sec. 2025.07.18 19:23:41.980658 [ 4 ] {eb4b5200-d596-4d8b-8097-7cc7c424e2ba} TCPHandler: Processed in 0.001353441 sec. 2025.07.18 19:23:41.980759 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.980851 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.980906 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:41.981217 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.981252 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.981534 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:41.981743 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.981870 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.07.18 19:23:41.981918 [ 4 ] {c634bf01-58d2-440a-8cbb-329de3525b0e} TCPHandler: Processed in 0.001206969 sec. 2025.07.18 19:23:41.982027 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.982120 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.982172 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:41.983033 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.983069 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.983614 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.07.18 19:23:41.983826 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.983970 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} executeQuery: Read 41 rows, 75.23 KiB in 0.001867 sec., 21960.36422067488 rows/sec., 39.35 MiB/sec. 2025.07.18 19:23:41.984023 [ 4 ] {96321ad3-9513-4573-a44a-95d7261889e2} TCPHandler: Processed in 0.002045022 sec. 2025.07.18 19:23:41.984136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:41.984231 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:41.984272 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:41.984599 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:41.984635 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:41.984940 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:23:41.985144 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:41.985273 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} executeQuery: Read 102 rows, 6.42 KiB in 0.001061 sec., 96135.72101790762 rows/sec., 5.91 MiB/sec. 2025.07.18 19:23:41.985308 [ 4 ] {4d1aed8a-ef34-4431-8e61-a4e39f9e9687} TCPHandler: Processed in 0.001221419 sec. 2025.07.18 19:23:42.345004 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.07.18 19:23:42.360983 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:42.361038 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:42.366495 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:23:42.367210 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:42.370466 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.07.18 19:23:46.628962 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:46.629215 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:46.629306 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:46.631150 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.631213 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:46.631777 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:23:46.632135 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.632344 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} executeQuery: Read 1196 rows, 100.97 KiB in 0.003193 sec., 374569.37049796426 rows/sec., 30.88 MiB/sec. 2025.07.18 19:23:46.632407 [ 4 ] {052af338-ca8f-47fe-b4f3-36417a8a239f} TCPHandler: Processed in 0.003600965 sec. 2025.07.18 19:23:46.632572 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:46.632705 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:46.632761 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:46.633476 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.633523 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:46.633951 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:23:46.634208 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.634377 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} executeQuery: Read 228 rows, 15.81 KiB in 0.001703 sec., 133881.38578978274 rows/sec., 9.07 MiB/sec. 2025.07.18 19:23:46.634451 [ 4 ] {3f29dd82-56fb-4ebf-94a9-a5390082c4f0} TCPHandler: Processed in 0.00194305 sec. 2025.07.18 19:23:46.634614 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:46.634734 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:46.634797 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:46.635579 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.635619 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:46.635984 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:23:46.636335 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.636503 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} executeQuery: Read 520 rows, 39.40 KiB in 0.001794 sec., 289855.0724637681 rows/sec., 21.45 MiB/sec. 2025.07.18 19:23:46.636548 [ 4 ] {25c99c45-e527-46a4-a071-24e1c7e07b7b} TCPHandler: Processed in 0.001996071 sec. 2025.07.18 19:23:46.636720 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:46.636857 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:46.636922 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:46.637742 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.637784 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:46.638228 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:23:46.638473 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.638630 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} executeQuery: Read 1006 rows, 69.24 KiB in 0.001801 sec., 558578.5674625208 rows/sec., 37.55 MiB/sec. 2025.07.18 19:23:46.638625 [ 113 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.07.18 19:23:46.638690 [ 4 ] {73eac08d-e0cb-4347-8f3f-66c112968f46} TCPHandler: Processed in 0.002041651 sec. 2025.07.18 19:23:46.638726 [ 113 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.638761 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:46.638841 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:46.638884 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2025.07.18 19:23:46.638953 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:46.639005 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:46.639054 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:46.639113 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_95_19, total 36894 rows starting from the beginning of the part 2025.07.18 19:23:46.639222 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.07.18 19:23:46.639303 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 313 rows starting from the beginning of the part 2025.07.18 19:23:46.639379 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2025.07.18 19:23:46.639451 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 307 rows starting from the beginning of the part 2025.07.18 19:23:46.639454 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:46.639511 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:46.639515 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:23:46.639935 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:23:46.640230 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.640392 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2025.07.18 19:23:46.640440 [ 4 ] {0da933b4-94a6-435f-95bf-49596f72c71f} TCPHandler: Processed in 0.001654466 sec. 2025.07.18 19:23:46.652168 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 38840 rows, containing 5 columns (5 merged, 0 gathered) in 0.013339405 sec., 2911674.096408348 rows/sec., 194.93 MiB/sec. 2025.07.18 19:23:46.652901 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.07.18 19:23:46.653316 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:46.653408 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_100_20} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.07.18 19:23:46.653505 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.07.18 19:23:47.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 326.15 MiB, peak 337.74 MiB, free memory in arenas 0.00 B, will set to 327.90 MiB (RSS), difference: 1.75 MiB 2025.07.18 19:23:48.152469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 2025.07.18 19:23:48.152984 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:48.153030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:48.153521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:23:48.153765 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:48.153910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.07.18 19:23:49.870715 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.07.18 19:23:49.887495 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:49.887548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.07.18 19:23:49.893744 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:23:49.894486 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:49.897425 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.07.18 19:23:50.738991 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1740 2025.07.18 19:23:50.741365 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:50.741405 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:50.742566 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:23:50.742840 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:50.743018 [ 110 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:23:50.743084 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1740 2025.07.18 19:23:50.743091 [ 110 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:50.743134 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:50.743232 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:23:50.743776 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:50.743929 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1578 rows starting from the beginning of the part 2025.07.18 19:23:50.744275 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2025.07.18 19:23:50.744609 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part 2025.07.18 19:23:50.744935 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part 2025.07.18 19:23:50.745251 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part 2025.07.18 19:23:50.745566 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part 2025.07.18 19:23:50.751756 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 72 columns (72 merged, 0 gathered) in 0.008561312 sec., 203239.8772524585 rows/sec., 155.59 MiB/sec. 2025.07.18 19:23:50.753748 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:23:50.754367 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:50.754452 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_51_10} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:23:50.754675 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.07.18 19:23:51.970022 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.970222 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.970297 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:23:51.971201 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.971253 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.971666 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:51.971914 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.972080 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} executeQuery: Read 392 rows, 25.47 KiB in 0.001912 sec., 205020.92050209205 rows/sec., 13.01 MiB/sec. 2025.07.18 19:23:51.972130 [ 4 ] {29ed1177-5bdc-4155-92e6-2b34131d2b78} TCPHandler: Processed in 0.002246404 sec. 2025.07.18 19:23:51.972263 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.972369 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:51.972413 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:51.973414 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.973453 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.973834 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:23:51.974056 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.974166 [ 108 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.07.18 19:23:51.974189 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} executeQuery: Read 1149 rows, 93.90 KiB in 0.001843 sec., 623440.0434074878 rows/sec., 49.76 MiB/sec. 2025.07.18 19:23:51.974240 [ 108 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.974252 [ 4 ] {efb4008c-d83e-492a-9a0a-30bbb0e5710e} TCPHandler: Processed in 0.002041191 sec. 2025.07.18 19:23:51.974274 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.974402 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.974414 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:23:51.974504 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.974551 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:23:51.974579 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:51.974623 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2298 rows starting from the beginning of the part 2025.07.18 19:23:51.974701 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:23:51.974754 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part 2025.07.18 19:23:51.974808 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:51.974853 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:23:51.974898 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:23:51.975092 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.975134 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.975477 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:23:51.975701 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.975835 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} executeQuery: Read 237 rows, 14.86 KiB in 0.001351 sec., 175425.61065877127 rows/sec., 10.74 MiB/sec. 2025.07.18 19:23:51.975847 [ 106 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.07.18 19:23:51.975873 [ 4 ] {3a65574f-23db-4c01-bc75-9f9966723724} TCPHandler: Processed in 0.001521983 sec. 2025.07.18 19:23:51.975913 [ 106 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.975940 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.976007 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.976043 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.07.18 19:23:51.976136 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.976175 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:51.976181 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:23:51.976215 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 255 rows starting from the beginning of the part 2025.07.18 19:23:51.976283 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part 2025.07.18 19:23:51.976328 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:51.976367 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 249 rows starting from the beginning of the part 2025.07.18 19:23:51.976432 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:51.976470 [ 194 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part 2025.07.18 19:23:51.976700 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.976745 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.977292 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:23:51.977373 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 7003 rows, containing 5 columns (5 merged, 0 gathered) in 0.003029627 sec., 2311505.6738007683 rows/sec., 195.34 MiB/sec. 2025.07.18 19:23:51.977414 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 1217 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411811 sec., 862013.3998105979 rows/sec., 56.23 MiB/sec. 2025.07.18 19:23:51.977519 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.977628 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.07.18 19:23:51.977648 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.07.18 19:23:51.977667 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} executeQuery: Read 203 rows, 13.41 KiB in 0.001549 sec., 131052.29180116203 rows/sec., 8.45 MiB/sec. 2025.07.18 19:23:51.977711 [ 4 ] {6e873c0a-e0b0-4fc3-9903-21a49b86e034} TCPHandler: Processed in 0.001754407 sec. 2025.07.18 19:23:51.977826 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.977922 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.977965 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:23:51.977973 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.978037 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.978062 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_101_20} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.07.18 19:23:51.978129 [ 188 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_55_11} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.07.18 19:23:51.978155 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.07.18 19:23:51.978251 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.18 19:23:51.978432 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.978473 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.978777 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:51.978986 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.979119 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} executeQuery: Read 202 rows, 11.75 KiB in 0.001214 sec., 166392.09225700164 rows/sec., 9.45 MiB/sec. 2025.07.18 19:23:51.979156 [ 4 ] {06e17d1e-ad65-4628-a30d-71d69b6f7776} TCPHandler: Processed in 0.001378982 sec. 2025.07.18 19:23:51.979269 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.979363 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:51.979401 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:51.980071 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.980107 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.980439 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:23:51.980655 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.980783 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} executeQuery: Read 693 rows, 49.85 KiB in 0.001438 sec., 481919.3324061196 rows/sec., 33.86 MiB/sec. 2025.07.18 19:23:51.980794 [ 106 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.07.18 19:23:51.980820 [ 4 ] {dd2abc5c-74b5-4226-b33f-c39db9f26389} TCPHandler: Processed in 0.001600445 sec. 2025.07.18 19:23:51.980833 [ 106 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.980858 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.980937 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:23:51.980941 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.981037 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:51.981049 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:23:51.981071 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1185 rows starting from the beginning of the part 2025.07.18 19:23:51.981091 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:23:51.981133 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 705 rows starting from the beginning of the part 2025.07.18 19:23:51.981191 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part 2025.07.18 19:23:51.981240 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:51.981285 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 520 rows starting from the beginning of the part 2025.07.18 19:23:51.981327 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 693 rows starting from the beginning of the part 2025.07.18 19:23:51.981437 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.981472 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.981775 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:51.981976 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.982106 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2025.07.18 19:23:51.982141 [ 4 ] {abcb5b5f-2fab-440c-97ab-fe51cdcc25f6} TCPHandler: Processed in 0.001250089 sec. 2025.07.18 19:23:51.982246 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.982333 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.982372 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:51.982630 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3860 rows, containing 5 columns (5 merged, 0 gathered) in 0.001759147 sec., 2194245.2791040204 rows/sec., 164.98 MiB/sec. 2025.07.18 19:23:51.982781 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.982806 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.07.18 19:23:51.982817 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.983036 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.983095 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_101_20} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.07.18 19:23:51.983217 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:23:51.983224 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.07.18 19:23:51.983426 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.983554 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} executeQuery: Read 307 rows, 20.68 KiB in 0.001225 sec., 250612.2448979592 rows/sec., 16.49 MiB/sec. 2025.07.18 19:23:51.983591 [ 4 ] {5686f928-3f35-444f-b0d5-91379c7d940f} TCPHandler: Processed in 0.001387062 sec. 2025.07.18 19:23:51.983693 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.983785 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.983828 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:23:51.984150 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.984185 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.984469 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:51.984680 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.984808 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.07.18 19:23:51.984809 [ 106 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.07.18 19:23:51.984847 [ 4 ] {b1d71be5-bda4-4c21-91ca-844e20f24115} TCPHandler: Processed in 0.001202729 sec. 2025.07.18 19:23:51.984858 [ 106 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.984883 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.984964 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.984965 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.07.18 19:23:51.985065 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.985107 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:51.985121 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:23:51.985152 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part 2025.07.18 19:23:51.985230 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:51.985282 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:51.985328 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:51.985371 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:51.985421 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2025.07.18 19:23:51.985992 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.986033 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.986262 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.001336691 sec., 37405.80283700571 rows/sec., 2.46 MiB/sec. 2025.07.18 19:23:51.986413 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.07.18 19:23:51.986649 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.07.18 19:23:51.986761 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.986860 [ 201 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_50_10} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.07.18 19:23:51.986921 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.986972 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:23:51.987065 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} executeQuery: Read 41 rows, 75.23 KiB in 0.002018 sec., 20317.145688800796 rows/sec., 36.41 MiB/sec. 2025.07.18 19:23:51.987126 [ 4 ] {ab930654-5906-4bd3-9d29-267752337333} TCPHandler: Processed in 0.002210704 sec. 2025.07.18 19:23:51.987244 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:51.987338 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:51.987379 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:51.987713 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:51.987748 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:51.988065 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:23:51.988273 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:51.988399 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} executeQuery: Read 102 rows, 6.42 KiB in 0.001079 sec., 94531.97405004634 rows/sec., 5.81 MiB/sec. 2025.07.18 19:23:51.988435 [ 4 ] {a12fe375-d07f-4717-9368-b8ac06135e62} TCPHandler: Processed in 0.001240869 sec. 2025.07.18 19:23:55.464215 [ 101 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:23:55.464279 [ 101 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:23:55.654223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 2025.07.18 19:23:55.654733 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:55.654784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:55.655284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:23:55.655527 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:55.655675 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.07.18 19:23:55.772351 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:23:55.772389 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:23:55.786931 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:23:56.111814 [ 220 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:23:56.111865 [ 220 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:23:56.113941 [ 220 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:23:56.956393 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:56.956586 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:23:56.956659 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:23:56.957381 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:56.957428 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:56.957814 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:23:56.958059 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:56.958216 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} executeQuery: Read 56 rows, 4.41 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.56 MiB/sec. 2025.07.18 19:23:56.958259 [ 4 ] {38bc0b85-9b7d-483b-a4f2-eef9eb3be472} TCPHandler: Processed in 0.002002311 sec. 2025.07.18 19:23:56.958373 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:56.958469 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:23:56.958508 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:23:56.958933 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:56.958969 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:56.959273 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:23:56.959476 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:56.959604 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. 2025.07.18 19:23:56.959642 [ 4 ] {142c86da-4862-41d5-9075-2de53ee1a8e1} TCPHandler: Processed in 0.001318141 sec. 2025.07.18 19:23:56.959762 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:56.959855 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:23:56.959898 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:23:56.960322 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:56.960357 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:56.960687 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:23:56.960892 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:56.961021 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2025.07.18 19:23:56.961058 [ 4 ] {521bb692-461b-4d97-ae4f-7e3a72a4d089} TCPHandler: Processed in 0.001345501 sec. 2025.07.18 19:23:56.961174 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:23:56.961266 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:23:56.961306 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:23:56.961640 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:56.961676 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:56.961968 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:23:56.962169 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:56.962291 [ 96 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.07.18 19:23:56.962297 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.07.18 19:23:56.962364 [ 96 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:56.962379 [ 4 ] {2ad0ff1c-92e8-41ca-9179-1227f34bfffe} TCPHandler: Processed in 0.001254479 sec. 2025.07.18 19:23:56.962390 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:56.962528 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:56.962680 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:23:56.962718 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 7596 rows starting from the beginning of the part 2025.07.18 19:23:56.962788 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:56.962838 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:56.962883 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:56.962924 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 102 rows starting from the beginning of the part 2025.07.18 19:23:56.962965 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:23:56.964730 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 7980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254925 sec., 3538920.3632049845 rows/sec., 225.12 MiB/sec. 2025.07.18 19:23:56.965254 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.07.18 19:23:56.965531 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:56.965600 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_101_20} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.07.18 19:23:56.965684 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2025.07.18 19:23:57.397666 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.07.18 19:23:57.414415 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:23:57.414473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:23:57.420615 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:23:57.421342 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:23:57.424635 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.07.18 19:24:00.743411 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1770 2025.07.18 19:24:00.745727 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:00.745781 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:00.746964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:00.747243 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:00.747627 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1770 2025.07.18 19:24:01.023955 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:01.024012 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:01.026253 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:01.969198 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.969399 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.969465 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:01.970274 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.970321 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.970731 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:24:01.970943 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.971092 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} executeQuery: Read 392 rows, 25.47 KiB in 0.001749 sec., 224128.07318467696 rows/sec., 14.22 MiB/sec. 2025.07.18 19:24:01.971135 [ 4 ] {9137fc0b-9ab8-4f80-90e8-faaaf78cae66} TCPHandler: Processed in 0.002077871 sec. 2025.07.18 19:24:01.971262 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.971362 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:24:01.971404 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:24:01.971805 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.971840 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.972131 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.07.18 19:24:01.972332 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.972461 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} executeQuery: Read 4 rows, 334.00 B in 0.001117 sec., 3581.020590868398 rows/sec., 292.01 KiB/sec. 2025.07.18 19:24:01.972498 [ 4 ] {f4e86260-1878-4bf9-ab1e-c01f850a0f0d} TCPHandler: Processed in 0.0012866 sec. 2025.07.18 19:24:01.972623 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.972719 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:01.972759 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:01.973718 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.973755 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.974121 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:24:01.974322 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.974447 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} executeQuery: Read 1151 rows, 94.05 KiB in 0.001747 sec., 658843.7321121923 rows/sec., 52.57 MiB/sec. 2025.07.18 19:24:01.974489 [ 4 ] {daecfa17-72ee-44c1-8ab8-e0555893debb} TCPHandler: Processed in 0.00191855 sec. 2025.07.18 19:24:01.974506 [ 222 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:01.974553 [ 222 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:01.974616 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.974714 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.974754 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:01.975256 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.975292 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.975630 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:01.975933 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.976068 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} executeQuery: Read 241 rows, 15.14 KiB in 0.001372 sec., 175655.97667638483 rows/sec., 10.78 MiB/sec. 2025.07.18 19:24:01.976108 [ 4 ] {97437205-980e-4d58-bd4d-880951db3c5a} TCPHandler: Processed in 0.001541794 sec. 2025.07.18 19:24:01.976229 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.976323 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.976365 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:01.976432 [ 222 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:01.976869 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.976910 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.977220 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:24:01.977430 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.977552 [ 94 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 2025.07.18 19:24:01.977559 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} executeQuery: Read 203 rows, 13.41 KiB in 0.001254 sec., 161881.97767145137 rows/sec., 10.44 MiB/sec. 2025.07.18 19:24:01.977600 [ 94 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.977617 [ 4 ] {aab0eee3-645d-453c-83d2-5fe8f3cbe845} TCPHandler: Processed in 0.001437762 sec. 2025.07.18 19:24:01.977626 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.977754 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.977764 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full 2025.07.18 19:24:01.977855 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.977900 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:01.977914 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:01.977952 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 431 rows starting from the beginning of the part 2025.07.18 19:24:01.978024 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:01.978075 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:01.978120 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 228 rows starting from the beginning of the part 2025.07.18 19:24:01.978161 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:01.978207 [ 201 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:01.978366 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.978408 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.978723 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:24:01.978958 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.979085 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} executeQuery: Read 202 rows, 11.75 KiB in 0.001249 sec., 161729.38350680546 rows/sec., 9.19 MiB/sec. 2025.07.18 19:24:01.979128 [ 4 ] {6f9adc9f-8876-4adf-8ea2-c2dce3c54489} TCPHandler: Processed in 0.001422542 sec. 2025.07.18 19:24:01.979241 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537284 sec., 956882.3977872663 rows/sec., 66.32 MiB/sec. 2025.07.18 19:24:01.979248 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.979389 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:01.979431 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:01.979478 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) 2025.07.18 19:24:01.979821 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.979913 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_62_13} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 2025.07.18 19:24:01.980021 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:24:01.980115 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.980160 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.980533 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:24:01.980744 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.980871 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} executeQuery: Read 697 rows, 50.18 KiB in 0.001502 sec., 464047.93608521967 rows/sec., 32.62 MiB/sec. 2025.07.18 19:24:01.980908 [ 4 ] {a446fea5-068b-49f2-b769-c03ba68447d2} TCPHandler: Processed in 0.001709997 sec. 2025.07.18 19:24:01.980928 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:01.980952 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:01.981029 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.981125 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:01.981170 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:01.981516 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.981554 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.981911 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:24:01.982187 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.982309 [ 94 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:24:01.982328 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} executeQuery: Read 6 rows, 321.00 B in 0.00122 sec., 4918.032786885246 rows/sec., 256.95 KiB/sec. 2025.07.18 19:24:01.982349 [ 94 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.982371 [ 4 ] {60bb4a0a-ae00-444d-9b6a-ab377064171b} TCPHandler: Processed in 0.001390861 sec. 2025.07.18 19:24:01.982373 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.982461 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::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.07.18 19:24:01.982499 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.982565 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:01.982595 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part 2025.07.18 19:24:01.982598 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.982641 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:01.982650 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:01.982685 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:01.982724 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:01.982757 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:01.982792 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:01.982875 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:01.983124 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.983164 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.983487 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.001056586 sec., 289612.01454495895 rows/sec., 14.78 MiB/sec. 2025.07.18 19:24:01.983515 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:24:01.983615 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:24:01.983781 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.983905 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.983926 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} executeQuery: Read 309 rows, 20.82 KiB in 0.001346 sec., 229569.09361069836 rows/sec., 15.11 MiB/sec. 2025.07.18 19:24:01.983969 [ 4 ] {73a16039-b570-4bc2-a959-f5cecb44d28e} TCPHandler: Processed in 0.001519974 sec. 2025.07.18 19:24:01.983994 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_51_10} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:24:01.984078 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.07.18 19:24:01.984091 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.984190 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.984235 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:01.984560 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.984595 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.984900 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:24:01.985123 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.985257 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. 2025.07.18 19:24:01.985293 [ 4 ] {f0ba6f7b-8b84-4677-918e-0d7fa866555d} TCPHandler: Processed in 0.001252269 sec. 2025.07.18 19:24:01.985409 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.985502 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.985555 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:01.986418 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.986453 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.987001 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.07.18 19:24:01.987226 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.987344 [ 93 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.07.18 19:24:01.987361 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} executeQuery: Read 41 rows, 75.23 KiB in 0.001876 sec., 21855.01066098081 rows/sec., 39.16 MiB/sec. 2025.07.18 19:24:01.987396 [ 93 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.987425 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.987430 [ 4 ] {f528e1b9-26c5-40f2-b20a-133a9a362b00} TCPHandler: Processed in 0.002069422 sec. 2025.07.18 19:24:01.987538 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:24:01.987571 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:01.987670 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:01.987711 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:01.987781 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:01.987851 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1856 rows starting from the beginning of the part 2025.07.18 19:24:01.988007 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:01.988077 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:01.988117 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:01.988126 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:01.988230 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:01.988330 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:01.988427 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:24:01.988434 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:01.988649 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:01.988780 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} executeQuery: Read 102 rows, 6.42 KiB in 0.001129 sec., 90345.43844109832 rows/sec., 5.55 MiB/sec. 2025.07.18 19:24:01.988819 [ 4 ] {b35f4cc3-de5d-46b6-8732-b0edfff04b2c} TCPHandler: Processed in 0.00129843 sec. 2025.07.18 19:24:01.988835 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:01.988861 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:01.990809 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:01.999389 [ 201 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2061 rows, containing 19 columns (19 merged, 0 gathered) in 0.011901173 sec., 173176.20708479744 rows/sec., 310.32 MiB/sec. 2025.07.18 19:24:02.000173 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 336.10 MiB, peak 347.20 MiB, free memory in arenas 0.00 B, will set to 334.78 MiB (RSS), difference: -1.32 MiB 2025.07.18 19:24:02.001399 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.07.18 19:24:02.001730 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:02.001803 [ 189 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_51_10} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.07.18 19:24:02.001940 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. 2025.07.18 19:24:03.000221 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 327.92 MiB, peak 347.20 MiB, free memory in arenas 0.00 B, will set to 334.78 MiB (RSS), difference: 6.86 MiB 2025.07.18 19:24:03.155801 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 2025.07.18 19:24:03.156317 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:03.156361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:03.156831 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:24:03.157062 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:03.157192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.07.18 19:24:03.157225 [ 91 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:24:03.157295 [ 91 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:03.157318 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:03.157457 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:24:03.157603 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:03.157638 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part 2025.07.18 19:24:03.157701 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part 2025.07.18 19:24:03.157741 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part 2025.07.18 19:24:03.157779 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part 2025.07.18 19:24:03.157822 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part 2025.07.18 19:24:03.157860 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part 2025.07.18 19:24:03.159992 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.00259517 sec., 12551778.881537626 rows/sec., 179.55 MiB/sec. 2025.07.18 19:24:03.160428 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:24:03.160736 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:03.160809 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_71_14} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:24:03.160905 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. 2025.07.18 19:24:04.924745 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.07.18 19:24:04.943047 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:04.943110 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:04.949338 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:24:04.950047 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:04.950363 [ 88 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:24:04.950427 [ 88 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:04.950447 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:04.950559 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.953244 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.07.18 19:24:04.953564 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:04.954300 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.957621 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.961039 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.965078 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.969661 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:04.974217 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:05.000180 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.28 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 334.83 MiB (RSS), difference: -14.44 MiB 2025.07.18 19:24:05.023956 [ 186 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.073431389 sec., 7285.712653481197 rows/sec., 37.67 MiB/sec. 2025.07.18 19:24:05.027031 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:24:05.029135 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:05.029246 [ 200 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_71_14} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:24:05.032301 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.07.18 19:24:06.000232 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 321.41 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 334.90 MiB (RSS), difference: 13.49 MiB 2025.07.18 19:24:06.956286 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:06.956490 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:06.956563 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:06.957231 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:06.957278 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:06.957667 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.07.18 19:24:06.957903 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:06.958061 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} executeQuery: Read 56 rows, 4.41 KiB in 0.001625 sec., 34461.53846153846 rows/sec., 2.65 MiB/sec. 2025.07.18 19:24:06.958103 [ 4 ] {892ba0fe-46e3-4cfb-812e-0226fa1145a2} TCPHandler: Processed in 0.00195186 sec. 2025.07.18 19:24:06.958220 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:06.958313 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:06.958353 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:06.958776 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:06.958813 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:06.959115 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.07.18 19:24:06.959320 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:06.959452 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2025.07.18 19:24:06.959490 [ 4 ] {840d4682-3a00-403d-a215-2e3745b51392} TCPHandler: Processed in 0.0013204 sec. 2025.07.18 19:24:06.959605 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:06.959701 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:06.959745 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:06.960162 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:06.960198 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:06.960530 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.07.18 19:24:06.960741 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:06.960873 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.07.18 19:24:06.960910 [ 4 ] {da2e4540-781e-457f-a1c3-0df341c54a2d} TCPHandler: Processed in 0.00135436 sec. 2025.07.18 19:24:06.961024 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:06.961118 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:06.961160 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:06.961492 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:06.961525 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:06.961810 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:24:06.961997 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:06.962120 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.07.18 19:24:06.962153 [ 4 ] {54cffe12-22ff-42df-bdc2-d129c7bca014} TCPHandler: Processed in 0.001233939 sec. 2025.07.18 19:24:10.464523 [ 80 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:24:10.464576 [ 80 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:24:10.657415 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 2025.07.18 19:24:10.657919 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:10.657952 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:10.658405 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:24:10.658620 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:10.658742 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.07.18 19:24:10.747894 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1802 2025.07.18 19:24:10.750266 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:10.750325 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:10.751544 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:10.751833 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:10.752209 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1802 2025.07.18 19:24:11.968321 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.968577 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.968673 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:11.969529 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.969567 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.970007 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:11.970229 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.970384 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} executeQuery: Read 392 rows, 25.47 KiB in 0.001878 sec., 208732.69435569757 rows/sec., 13.24 MiB/sec. 2025.07.18 19:24:11.970434 [ 4 ] {010b4f09-99e2-4432-93a1-e711f6cf3643} TCPHandler: Processed in 0.002276966 sec. 2025.07.18 19:24:11.970562 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.970659 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:11.970705 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:11.971714 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.971749 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.972138 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.07.18 19:24:11.972345 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.972478 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} executeQuery: Read 1149 rows, 93.90 KiB in 0.001837 sec., 625476.3200870985 rows/sec., 49.92 MiB/sec. 2025.07.18 19:24:11.972516 [ 4 ] {10c289b9-6890-4cfa-9836-a32a19665967} TCPHandler: Processed in 0.002005121 sec. 2025.07.18 19:24:11.972637 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.972732 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.972773 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:11.973286 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.973321 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.973641 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:24:11.973847 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.973978 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} executeQuery: Read 237 rows, 14.86 KiB in 0.001264 sec., 187500 rows/sec., 11.48 MiB/sec. 2025.07.18 19:24:11.974016 [ 4 ] {84c2e72f-dd1d-4386-a98f-fb61aa6bf8da} TCPHandler: Processed in 0.001428661 sec. 2025.07.18 19:24:11.974127 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.974221 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.974262 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:11.974747 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.974781 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.975112 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:24:11.975316 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.975444 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} executeQuery: Read 203 rows, 13.41 KiB in 0.001241 sec., 163577.75987107173 rows/sec., 10.55 MiB/sec. 2025.07.18 19:24:11.975481 [ 4 ] {2b339c50-a3fe-4847-bed2-48bde70aea74} TCPHandler: Processed in 0.001403781 sec. 2025.07.18 19:24:11.975584 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.975677 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.975717 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:11.976178 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.976213 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.976523 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:11.976725 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.976853 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} executeQuery: Read 202 rows, 11.75 KiB in 0.001193 sec., 169321.03939647946 rows/sec., 9.62 MiB/sec. 2025.07.18 19:24:11.976890 [ 4 ] {b11ae6b4-013b-4ca3-a38d-70d4fb6a36cf} TCPHandler: Processed in 0.001354231 sec. 2025.07.18 19:24:11.977003 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.977097 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:11.977134 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:11.977789 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.977826 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.978164 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.07.18 19:24:11.978374 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.978503 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} executeQuery: Read 693 rows, 49.85 KiB in 0.001424 sec., 486657.30337078654 rows/sec., 34.19 MiB/sec. 2025.07.18 19:24:11.978540 [ 4 ] {86dd2c67-4d02-4091-b254-69c66447842e} TCPHandler: Processed in 0.001586954 sec. 2025.07.18 19:24:11.978658 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.978752 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:11.978793 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:11.979126 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.979161 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.979456 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:11.979675 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.979802 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.07.18 19:24:11.979837 [ 4 ] {ca28ee5e-e4ca-404a-b89b-735a8320d00f} TCPHandler: Processed in 0.001227869 sec. 2025.07.18 19:24:11.979948 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.980041 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.980083 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:11.980521 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.980557 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.980879 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.07.18 19:24:11.981082 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.981207 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} executeQuery: Read 307 rows, 20.68 KiB in 0.001185 sec., 259071.7299578059 rows/sec., 17.04 MiB/sec. 2025.07.18 19:24:11.981217 [ 78 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.07.18 19:24:11.981244 [ 4 ] {7e13622a-516d-4335-8006-f27a3cebbb61} TCPHandler: Processed in 0.001344861 sec. 2025.07.18 19:24:11.981290 [ 78 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.981320 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:11.981377 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.981413 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2025.07.18 19:24:11.981475 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.981516 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:11.981517 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:11.981560 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_100_20, total 38840 rows starting from the beginning of the part 2025.07.18 19:24:11.981629 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 307 rows starting from the beginning of the part 2025.07.18 19:24:11.981682 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.07.18 19:24:11.981730 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 309 rows starting from the beginning of the part 2025.07.18 19:24:11.981773 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2025.07.18 19:24:11.981813 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 307 rows starting from the beginning of the part 2025.07.18 19:24:11.981842 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.981877 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:11.982177 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:11.982379 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.982505 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2025.07.18 19:24:11.982540 [ 4 ] {ceee0895-57d5-4809-9003-59f0b57c82a2} TCPHandler: Processed in 0.001211769 sec. 2025.07.18 19:24:11.982650 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.982743 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.982795 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:11.983663 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.983699 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:11.984285 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.07.18 19:24:11.984520 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.984657 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} executeQuery: Read 41 rows, 75.23 KiB in 0.001932 sec., 21221.53209109731 rows/sec., 38.03 MiB/sec. 2025.07.18 19:24:11.984711 [ 4 ] {1c29ea05-a889-4d77-bdbf-6e1fbe48f71a} TCPHandler: Processed in 0.002110143 sec. 2025.07.18 19:24:11.984831 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:11.984925 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:11.984965 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:11.985300 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:11.985336 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:11.985654 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.07.18 19:24:11.985859 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.985982 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} executeQuery: Read 102 rows, 6.42 KiB in 0.001075 sec., 94883.72093023256 rows/sec., 5.83 MiB/sec. 2025.07.18 19:24:11.986017 [ 4 ] {f4df180e-3b6e-46e0-959c-4bdb06bb283b} TCPHandler: Processed in 0.001235999 sec. 2025.07.18 19:24:11.989183 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 40083 rows, containing 5 columns (5 merged, 0 gathered) in 0.00780511 sec., 5135481.754901596 rows/sec., 343.78 MiB/sec. 2025.07.18 19:24:11.989736 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.07.18 19:24:11.990050 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:11.990131 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_105_21} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.07.18 19:24:11.990226 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.07.18 19:24:12.453413 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.07.18 19:24:12.469234 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:12.469287 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:12.474896 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:24:12.475571 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:12.478393 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.07.18 19:24:14.521958 [ 75 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.07.18 19:24:14.522048 [ 75 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:14.522084 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.07.18 19:24:14.522222 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::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.07.18 19:24:14.522386 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:14.522443 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part 2025.07.18 19:24:14.522543 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2025.07.18 19:24:14.522617 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2025.07.18 19:24:14.522687 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2025.07.18 19:24:14.522751 [ 199 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2025.07.18 19:24:14.523786 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001621775 sec., 24664.333831758413 rows/sec., 2.06 MiB/sec. 2025.07.18 19:24:14.523951 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.07.18 19:24:14.524238 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:14.524321 [ 196 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_21_5} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.07.18 19:24:14.524414 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:24:16.603336 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.603522 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:24:16.603586 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:24:16.604210 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.604252 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.604627 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.07.18 19:24:16.604848 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.605000 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. 2025.07.18 19:24:16.605042 [ 4 ] {22d113e0-f127-48b2-8c5b-5414b96222f4} TCPHandler: Processed in 0.001828678 sec. 2025.07.18 19:24:16.605170 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.605267 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:16.605307 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:16.606351 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.606387 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.606756 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.07.18 19:24:16.606979 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.607107 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} executeQuery: Read 1197 rows, 101.04 KiB in 0.001858 sec., 644241.1194833154 rows/sec., 53.11 MiB/sec. 2025.07.18 19:24:16.607108 [ 72 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.07.18 19:24:16.607146 [ 4 ] {08570824-944c-48b9-80ed-c65a16713d95} TCPHandler: Processed in 0.002026341 sec. 2025.07.18 19:24:16.607188 [ 72 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.607216 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.607284 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.607347 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:24:16.607382 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:16.607433 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:16.607513 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:16.607556 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2298 rows starting from the beginning of the part 2025.07.18 19:24:16.607629 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part 2025.07.18 19:24:16.607681 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:24:16.607727 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part 2025.07.18 19:24:16.607771 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:24:16.607815 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:24:16.607851 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.607900 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.608235 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:24:16.608446 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.608593 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} executeQuery: Read 2 rows, 143.00 B in 0.001229 sec., 1627.3393002441007 rows/sec., 113.63 KiB/sec. 2025.07.18 19:24:16.608631 [ 4 ] {d34562bb-ad75-4caa-8814-f0a30a55fe66} TCPHandler: Processed in 0.001406772 sec. 2025.07.18 19:24:16.608746 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.608839 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:16.608878 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:16.609363 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.609399 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.609704 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:24:16.609910 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.609967 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5907 rows, containing 5 columns (5 merged, 0 gathered) in 0.002679671 sec., 2204375.089329996 rows/sec., 186.59 MiB/sec. 2025.07.18 19:24:16.610042 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} executeQuery: Read 228 rows, 15.81 KiB in 0.00122 sec., 186885.24590163934 rows/sec., 12.65 MiB/sec. 2025.07.18 19:24:16.610083 [ 4 ] {3b230634-8436-4b0c-92f9-c56d7828ff02} TCPHandler: Processed in 0.001385971 sec. 2025.07.18 19:24:16.610192 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.610285 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:16.610294 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.07.18 19:24:16.610329 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:16.610643 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.610739 [ 196 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_106_21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.07.18 19:24:16.610843 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:24:16.610948 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.610988 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.611311 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.07.18 19:24:16.611514 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.611630 [ 72 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.07.18 19:24:16.611642 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} executeQuery: Read 522 rows, 39.57 KiB in 0.001374 sec., 379912.6637554585 rows/sec., 28.12 MiB/sec. 2025.07.18 19:24:16.611663 [ 72 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.611686 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.611688 [ 4 ] {d4bdb1bb-ee40-41bb-9f09-8a8a536ff4ed} TCPHandler: Processed in 0.001545274 sec. 2025.07.18 19:24:16.611759 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:24:16.611813 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.611854 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:16.611882 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1185 rows starting from the beginning of the part 2025.07.18 19:24:16.611911 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:16.611927 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part 2025.07.18 19:24:16.611962 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:16.611969 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 697 rows starting from the beginning of the part 2025.07.18 19:24:16.612014 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part 2025.07.18 19:24:16.612047 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 693 rows starting from the beginning of the part 2025.07.18 19:24:16.612086 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 522 rows starting from the beginning of the part 2025.07.18 19:24:16.612591 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.612656 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.613064 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.07.18 19:24:16.613197 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3225 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469732 sec., 2194277.596187604 rows/sec., 165.77 MiB/sec. 2025.07.18 19:24:16.613271 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.613385 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.07.18 19:24:16.613402 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} executeQuery: Read 1007 rows, 69.31 KiB in 0.001509 sec., 667329.3571901922 rows/sec., 44.86 MiB/sec. 2025.07.18 19:24:16.613449 [ 4 ] {ca17fb90-805f-474b-8336-a62027c9192b} TCPHandler: Processed in 0.001686876 sec. 2025.07.18 19:24:16.613576 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:16.613670 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.613672 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:16.613754 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:16.613781 [ 190 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_106_21} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.07.18 19:24:16.613866 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.07.18 19:24:16.614106 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:16.614146 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:16.614465 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.07.18 19:24:16.614668 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:16.614795 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.07.18 19:24:16.614831 [ 4 ] {d270f612-6099-4698-a0bc-b85b1a5d8540} TCPHandler: Processed in 0.00130396 sec. 2025.07.18 19:24:18.158936 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 2025.07.18 19:24:18.159469 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:18.159518 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:18.160014 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:24:18.160250 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:18.160386 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.07.18 19:24:19.978523 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.07.18 19:24:19.995364 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:19.995416 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:20.000167 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 340.80 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 336.28 MiB (RSS), difference: -4.52 MiB 2025.07.18 19:24:20.001326 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:24:20.002013 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:20.004800 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.07.18 19:24:20.752483 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1838 2025.07.18 19:24:20.754855 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:20.754903 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:20.756060 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:20.756318 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:20.756553 [ 225 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:24:20.756577 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1838 2025.07.18 19:24:20.756612 [ 225 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:24:20.758930 [ 225 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:24:21.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 332.28 MiB, peak 349.28 MiB, free memory in arenas 0.00 B, will set to 336.29 MiB (RSS), difference: 4.01 MiB 2025.07.18 19:24:21.646760 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): 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.07.18 19:24:21.646834 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): 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.07.18 19:24:21.648699 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): 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.07.18 19:24:21.705965 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): 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.07.18 19:24:21.706024 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): 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.07.18 19:24:21.707497 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): 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.07.18 19:24:21.908930 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): 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.07.18 19:24:21.909004 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): 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.07.18 19:24:21.911026 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): 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.07.18 19:24:21.968215 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.968385 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.968452 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:21.969340 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.969380 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.969757 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:21.969990 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.970138 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} executeQuery: Read 392 rows, 25.47 KiB in 0.001805 sec., 217174.51523545707 rows/sec., 13.78 MiB/sec. 2025.07.18 19:24:21.970137 [ 66 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.07.18 19:24:21.970186 [ 4 ] {7a152a07-994d-487d-b86c-7ec1df56b0d2} TCPHandler: Processed in 0.002096912 sec. 2025.07.18 19:24:21.970225 [ 66 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.970255 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.970327 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.970353 [ 219 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): 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.07.18 19:24:21.970361 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full 2025.07.18 19:24:21.970386 [ 219 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): 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.07.18 19:24:21.970426 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:21.970468 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:21.970495 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:21.970537 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 392 rows starting from the beginning of the part 2025.07.18 19:24:21.970602 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 392 rows starting from the beginning of the part 2025.07.18 19:24:21.970654 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 392 rows starting from the beginning of the part 2025.07.18 19:24:21.970708 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 392 rows starting from the beginning of the part 2025.07.18 19:24:21.970750 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 392 rows starting from the beginning of the part 2025.07.18 19:24:21.971461 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.971500 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.971762 [ 191 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450182 sec., 1351554.4945393063 rows/sec., 90.90 MiB/sec. 2025.07.18 19:24:21.971884 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.07.18 19:24:21.971935 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.07.18 19:24:21.972042 [ 219 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): 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.07.18 19:24:21.972158 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.972281 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.972322 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} executeQuery: Read 1149 rows, 93.90 KiB in 0.001914 sec., 600313.4796238245 rows/sec., 47.91 MiB/sec. 2025.07.18 19:24:21.972360 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_53_13} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.07.18 19:24:21.972368 [ 4 ] {ca62efc0-157c-4fc8-8eeb-e67da4ba41aa} TCPHandler: Processed in 0.002087142 sec. 2025.07.18 19:24:21.972437 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.07.18 19:24:21.972498 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.972594 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.972633 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:21.973179 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.973215 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.973509 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:24:21.973722 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.973846 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} executeQuery: Read 237 rows, 14.86 KiB in 0.00127 sec., 186614.17322834645 rows/sec., 11.43 MiB/sec. 2025.07.18 19:24:21.973881 [ 4 ] {6e9420a4-9824-4333-8e80-2e36632f2508} TCPHandler: Processed in 0.001430602 sec. 2025.07.18 19:24:21.973990 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.974081 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.974119 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:21.974605 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.974638 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.974921 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:24:21.975122 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.975246 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} executeQuery: Read 203 rows, 13.41 KiB in 0.001183 sec., 171597.63313609466 rows/sec., 11.07 MiB/sec. 2025.07.18 19:24:21.975282 [ 4 ] {3e24a5ca-b629-4c32-bbca-7904f18071a2} TCPHandler: Processed in 0.00133843 sec. 2025.07.18 19:24:21.975390 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.975481 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.975519 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:21.975982 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.976015 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.976291 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:21.976503 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.976590 [ 59 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 2025.07.18 19:24:21.976621 [ 59 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.976623 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} executeQuery: Read 202 rows, 11.75 KiB in 0.001158 sec., 174438.68739205526 rows/sec., 9.91 MiB/sec. 2025.07.18 19:24:21.976639 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.976664 [ 4 ] {abc3c8ce-67f5-42ff-b1d2-db4e909a8585} TCPHandler: Processed in 0.001320751 sec. 2025.07.18 19:24:21.976775 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.976773 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full 2025.07.18 19:24:21.976867 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:21.976910 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:21.976945 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:21.976988 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 202 rows starting from the beginning of the part 2025.07.18 19:24:21.977067 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 202 rows starting from the beginning of the part 2025.07.18 19:24:21.977118 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 202 rows starting from the beginning of the part 2025.07.18 19:24:21.977162 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 202 rows starting from the beginning of the part 2025.07.18 19:24:21.977202 [ 189 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 202 rows starting from the beginning of the part 2025.07.18 19:24:21.977575 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.977616 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.977953 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.07.18 19:24:21.978070 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362371 sec., 741354.5943065435 rows/sec., 44.93 MiB/sec. 2025.07.18 19:24:21.978161 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.978199 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) 2025.07.18 19:24:21.978290 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} executeQuery: Read 693 rows, 49.85 KiB in 0.001441 sec., 480916.0305343511 rows/sec., 33.78 MiB/sec. 2025.07.18 19:24:21.978333 [ 4 ] {65d0d2a1-c376-4a27-bf98-8b01b8f7b92e} TCPHandler: Processed in 0.001604194 sec. 2025.07.18 19:24:21.978448 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.978455 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.978534 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_53_13} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 2025.07.18 19:24:21.978541 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:21.978584 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:21.978611 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.18 19:24:21.978894 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.978930 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.979207 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:21.979392 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.979573 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2025.07.18 19:24:21.979607 [ 4 ] {27948ae7-0bef-4016-b567-4fb5c2fcc5af} TCPHandler: Processed in 0.001204479 sec. 2025.07.18 19:24:21.979715 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.979805 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.979845 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:21.980299 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.980332 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.980660 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.07.18 19:24:21.980868 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.980994 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} executeQuery: Read 307 rows, 20.68 KiB in 0.001207 sec., 254349.6271748136 rows/sec., 16.73 MiB/sec. 2025.07.18 19:24:21.981028 [ 4 ] {b2a2a4c5-20e9-4f8e-8924-e59e2f7bec17} TCPHandler: Processed in 0.001360221 sec. 2025.07.18 19:24:21.981136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.981226 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.981266 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:21.981574 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.981607 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.981896 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:21.982090 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.982210 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} executeQuery: Read 1 rows, 69.00 B in 0.001001 sec., 999.0009990009991 rows/sec., 67.32 KiB/sec. 2025.07.18 19:24:21.982216 [ 219 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): 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.07.18 19:24:21.982245 [ 4 ] {eda6f1a6-026f-42eb-ac10-40c81c86dbef} TCPHandler: Processed in 0.001155627 sec. 2025.07.18 19:24:21.982247 [ 219 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): 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.07.18 19:24:21.982352 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.982442 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.982494 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:21.983378 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.983412 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.983823 [ 219 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): 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.07.18 19:24:21.983973 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.07.18 19:24:21.984187 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.984319 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} executeQuery: Read 41 rows, 75.23 KiB in 0.001894 sec., 21647.30728616684 rows/sec., 38.79 MiB/sec. 2025.07.18 19:24:21.984369 [ 4 ] {6bac2469-c0fa-4568-a98a-18e17205e3e9} TCPHandler: Processed in 0.002064052 sec. 2025.07.18 19:24:21.984486 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:21.984582 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:21.984622 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:21.984963 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.984997 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.985307 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.07.18 19:24:21.985509 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.985611 [ 59 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.07.18 19:24:21.985634 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} executeQuery: Read 102 rows, 6.42 KiB in 0.001069 sec., 95416.27689429373 rows/sec., 5.86 MiB/sec. 2025.07.18 19:24:21.985638 [ 59 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:21.985663 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:21.985668 [ 4 ] {7b001a24-68dc-4fd6-916a-65b783591866} TCPHandler: Processed in 0.001229179 sec. 2025.07.18 19:24:21.985770 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:21.985924 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:21.985964 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 7980 rows starting from the beginning of the part 2025.07.18 19:24:21.986040 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 102 rows starting from the beginning of the part 2025.07.18 19:24:21.986093 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:21.986137 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 102 rows starting from the beginning of the part 2025.07.18 19:24:21.986173 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:21.986212 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 102 rows starting from the beginning of the part 2025.07.18 19:24:21.988536 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 8406 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817103 sec., 2983916.456018825 rows/sec., 189.74 MiB/sec. 2025.07.18 19:24:21.988691 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.07.18 19:24:21.988947 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:21.989016 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_106_21} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.07.18 19:24:21.989084 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.07.18 19:24:25.464818 [ 56 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:24:25.464876 [ 56 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:24:25.660649 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 2025.07.18 19:24:25.661390 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:25.661427 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:25.661904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:24:25.662158 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:25.662293 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.07.18 19:24:26.198970 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:26.199020 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:26.200698 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:26.738181 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:26.738234 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:26.739987 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:26.825425 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:26.825502 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:26.827404 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:26.956461 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:26.956714 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:26.956812 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:26.957721 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:26.957768 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:26.958161 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.07.18 19:24:26.958404 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:26.958566 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. 2025.07.18 19:24:26.958615 [ 4 ] {18817586-6920-41db-90d4-5056dba3f114} TCPHandler: Processed in 0.002322296 sec. 2025.07.18 19:24:26.958742 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:26.958838 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:26.958879 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:26.959312 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:26.959349 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:26.959654 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.07.18 19:24:26.959873 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:26.960006 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.07.18 19:24:26.960044 [ 4 ] {227ee624-e15b-4c65-8b97-bed98b4c0aa1} TCPHandler: Processed in 0.001351481 sec. 2025.07.18 19:24:26.960159 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:26.960252 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:26.960295 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:26.960722 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:26.960758 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:26.961108 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.07.18 19:24:26.961326 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:26.961458 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.07.18 19:24:26.961494 [ 4 ] {0d385fc1-7ce2-41ef-98ae-e2d96a86b637} TCPHandler: Processed in 0.001385261 sec. 2025.07.18 19:24:26.961537 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:26.961568 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:26.961601 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:26.961700 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:26.961743 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:26.962083 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:26.962120 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:26.962469 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.07.18 19:24:26.962727 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:26.962871 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2025.07.18 19:24:26.962909 [ 4 ] {081df233-f485-49c5-b01d-58de9175569d} TCPHandler: Processed in 0.001356041 sec. 2025.07.18 19:24:26.963380 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:27.505017 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.07.18 19:24:27.521527 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:27.521576 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:27.527791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:24:27.528444 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:27.531475 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.07.18 19:24:30.756961 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1868 2025.07.18 19:24:30.759201 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:30.759246 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:30.760396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:30.760656 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:30.760905 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1868 2025.07.18 19:24:31.295845 [ 218 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:24:31.295911 [ 218 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:24:31.297908 [ 218 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:24:31.966315 [ 224 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:24:31.966397 [ 224 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:24:31.968343 [ 224 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:24:31.969888 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.970087 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.970159 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:31.971025 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.971074 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.971483 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:31.971709 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.971862 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} executeQuery: Read 392 rows, 25.47 KiB in 0.001829 sec., 214324.76763258612 rows/sec., 13.60 MiB/sec. 2025.07.18 19:24:31.971904 [ 4 ] {88128a8f-8b6c-4774-a0d9-7c8dedfc1ded} TCPHandler: Processed in 0.002151073 sec. 2025.07.18 19:24:31.972053 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.972149 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:24:31.972192 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:24:31.972670 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.972706 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.972998 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.07.18 19:24:31.973206 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.973336 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} executeQuery: Read 12 rows, 1002.00 B in 0.001207 sec., 9942.004971002485 rows/sec., 810.70 KiB/sec. 2025.07.18 19:24:31.973374 [ 4 ] {9206d201-808f-4a61-9c8c-16ae00d027c8} TCPHandler: Processed in 0.001370961 sec. 2025.07.18 19:24:31.973493 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.973589 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:31.973629 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:31.974494 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.974530 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.974909 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.07.18 19:24:31.975131 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.975264 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} executeQuery: Read 1155 rows, 94.34 KiB in 0.001693 sec., 682220.9096278795 rows/sec., 54.42 MiB/sec. 2025.07.18 19:24:31.975302 [ 4 ] {3ddbc287-64b3-4b02-a781-d6c3c8a7326c} TCPHandler: Processed in 0.001858599 sec. 2025.07.18 19:24:31.975426 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.975528 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.975573 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:31.976133 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.976168 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.976518 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:24:31.976746 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.976853 [ 48 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.07.18 19:24:31.976880 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} executeQuery: Read 249 rows, 15.70 KiB in 0.001375 sec., 181090.9090909091 rows/sec., 11.15 MiB/sec. 2025.07.18 19:24:31.976898 [ 48 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.976923 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.976924 [ 4 ] {17630c12-2723-4e52-9058-c904017a58de} TCPHandler: Processed in 0.001549534 sec. 2025.07.18 19:24:31.977045 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.07.18 19:24:31.977055 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.977195 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:31.977195 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.977234 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 255 rows starting from the beginning of the part 2025.07.18 19:24:31.977254 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:31.977305 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 241 rows starting from the beginning of the part 2025.07.18 19:24:31.977361 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part 2025.07.18 19:24:31.977419 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 2 rows starting from the beginning of the part 2025.07.18 19:24:31.977465 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part 2025.07.18 19:24:31.977508 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 249 rows starting from the beginning of the part 2025.07.18 19:24:31.977740 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.977784 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.978107 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:24:31.978326 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.978458 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} executeQuery: Read 203 rows, 13.41 KiB in 0.001287 sec., 157731.15773115773 rows/sec., 10.17 MiB/sec. 2025.07.18 19:24:31.978485 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 1221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001497453 sec., 815384.5229199181 rows/sec., 53.20 MiB/sec. 2025.07.18 19:24:31.978496 [ 4 ] {ae8df05f-6ec9-49f9-9ec5-40d7274cd52c} TCPHandler: Processed in 0.001491173 sec. 2025.07.18 19:24:31.978621 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.978684 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.07.18 19:24:31.978716 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.978762 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:31.978998 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.979074 [ 198 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_60_12} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.07.18 19:24:31.979183 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.18 19:24:31.979212 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.979254 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.979558 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:31.979780 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.979909 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} executeQuery: Read 202 rows, 11.75 KiB in 0.001211 sec., 166804.29397192402 rows/sec., 9.47 MiB/sec. 2025.07.18 19:24:31.979945 [ 4 ] {d0e2c0ff-2835-4aa6-b457-e8068024a1fc} TCPHandler: Processed in 0.001374892 sec. 2025.07.18 19:24:31.980058 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.980152 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:31.980190 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:31.980820 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.980854 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.981193 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.07.18 19:24:31.981399 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.981525 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} executeQuery: Read 705 rows, 50.83 KiB in 0.001392 sec., 506465.5172413793 rows/sec., 35.66 MiB/sec. 2025.07.18 19:24:31.981562 [ 4 ] {1a54099e-d09d-43c4-9ff6-f4dfff00fcaa} TCPHandler: Processed in 0.001554684 sec. 2025.07.18 19:24:31.981673 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.981771 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:31.981813 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:31.982147 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.982180 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.982471 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:31.982668 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.982792 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2025.07.18 19:24:31.982826 [ 4 ] {8c863bec-41a3-4882-969c-6d5dff5a0ac4} TCPHandler: Processed in 0.001202169 sec. 2025.07.18 19:24:31.982932 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.983025 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.983067 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:31.983485 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.983518 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.983848 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.07.18 19:24:31.984053 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.984179 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} executeQuery: Read 313 rows, 21.10 KiB in 0.001172 sec., 267064.84641638224 rows/sec., 17.58 MiB/sec. 2025.07.18 19:24:31.984214 [ 4 ] {d3dcf9e2-999e-48d7-ac9c-4e0fcd98e25d} TCPHandler: Processed in 0.00133091 sec. 2025.07.18 19:24:31.984320 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.984413 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.984454 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:31.984763 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.984796 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.985083 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:31.985284 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.985408 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2025.07.18 19:24:31.985443 [ 4 ] {258c8f68-29e4-4e44-ac88-8b5b36adadb7} TCPHandler: Processed in 0.001172948 sec. 2025.07.18 19:24:31.985552 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.985645 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.985697 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:31.986526 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.986561 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.987104 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.07.18 19:24:31.987333 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.987466 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} executeQuery: Read 41 rows, 75.23 KiB in 0.001839 sec., 22294.725394236 rows/sec., 39.95 MiB/sec. 2025.07.18 19:24:31.987519 [ 4 ] {05ffcf7f-56ac-4a9e-9073-ffe9425cb5d4} TCPHandler: Processed in 0.002017261 sec. 2025.07.18 19:24:31.987632 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:31.987729 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:31.987771 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:31.988096 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:31.988130 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:31.988424 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.07.18 19:24:31.988638 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:31.988763 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} executeQuery: Read 102 rows, 6.42 KiB in 0.001056 sec., 96590.90909090909 rows/sec., 5.93 MiB/sec. 2025.07.18 19:24:31.988797 [ 4 ] {07e37895-c95f-4f59-9bd3-bfd0fdd61f80} TCPHandler: Processed in 0.001215618 sec. 2025.07.18 19:24:33.162520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 2025.07.18 19:24:33.163105 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:33.163157 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:33.163686 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:24:33.163924 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:33.164059 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 2025.07.18 19:24:33.365509 [ 219 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:24:33.365582 [ 219 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:24:33.367578 [ 219 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:24:33.671252 [ 223 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:24:33.671304 [ 223 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:24:33.673225 [ 223 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:24:35.031603 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.07.18 19:24:35.047773 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:35.047822 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:35.053425 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:24:35.054142 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:35.056945 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.07.18 19:24:36.956266 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:36.956481 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:36.956555 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:36.957299 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:36.957346 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:36.957723 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.07.18 19:24:36.957957 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:36.958103 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2025.07.18 19:24:36.958143 [ 4 ] {4df46537-1b10-4629-874f-213dd4254d97} TCPHandler: Processed in 0.002014381 sec. 2025.07.18 19:24:36.958268 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:36.958363 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:36.958402 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:36.958838 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:36.958873 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:36.959169 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.07.18 19:24:36.959382 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:36.959508 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2025.07.18 19:24:36.959545 [ 4 ] {e485dc67-1c38-4492-85fb-3225dd3eabb7} TCPHandler: Processed in 0.001327411 sec. 2025.07.18 19:24:36.959661 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:36.959755 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:36.959799 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:36.960239 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:36.960275 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:36.960594 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.07.18 19:24:36.960809 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:36.960924 [ 36 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_105_21 to all_109_109_0 2025.07.18 19:24:36.960937 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.07.18 19:24:36.960988 [ 36 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:36.960997 [ 4 ] {b3e924aa-3a71-42a4-b9aa-f1c731ee485a} TCPHandler: Processed in 0.001384971 sec. 2025.07.18 19:24:36.961017 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:36.961124 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:36.961153 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTask::PrepareStage: Merging 5 parts: from all_1_105_21 to all_109_109_0 into Compact with storage Full 2025.07.18 19:24:36.961222 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:36.961268 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:36.961320 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:36.961368 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 40083 rows starting from the beginning of the part 2025.07.18 19:24:36.961443 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:24:36.961496 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 307 rows starting from the beginning of the part 2025.07.18 19:24:36.961548 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.07.18 19:24:36.961599 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 313 rows starting from the beginning of the part 2025.07.18 19:24:36.961618 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:36.961660 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:36.962030 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.07.18 19:24:36.962234 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:36.962366 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2025.07.18 19:24:36.962401 [ 4 ] {f9205a08-ac88-4fd7-976d-863bc14ecf62} TCPHandler: Processed in 0.001327761 sec. 2025.07.18 19:24:36.969109 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergeTask::MergeProjectionsStage: Merge sorted 41870 rows, containing 5 columns (5 merged, 0 gathered) in 0.008020064 sec., 5220656.593264094 rows/sec., 349.49 MiB/sec. 2025.07.18 19:24:36.969401 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) 2025.07.18 19:24:36.969699 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:36.969760 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_109_22} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_105_21, all_109_109_0] -> all_1_109_22 2025.07.18 19:24:36.969848 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.07.18 19:24:40.465122 [ 25 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:24:40.465184 [ 25 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:24:40.664203 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 2025.07.18 19:24:40.664706 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:40.664759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:40.665257 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:24:40.665499 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:40.665638 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 2025.07.18 19:24:40.665650 [ 29 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:24:40.665706 [ 29 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:40.665725 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:40.665830 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:24:40.665936 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:40.665973 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:24:40.666045 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part 2025.07.18 19:24:40.666105 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part 2025.07.18 19:24:40.666154 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part 2025.07.18 19:24:40.666200 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part 2025.07.18 19:24:40.666247 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part 2025.07.18 19:24:40.668644 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.002857444 sec., 12189565.21982583 rows/sec., 174.37 MiB/sec. 2025.07.18 19:24:40.668849 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:24:40.669117 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:40.669182 [ 192 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_76_15} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:24:40.669248 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.07.18 19:24:40.761124 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1900 2025.07.18 19:24:40.763536 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:40.763598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:40.764808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:40.765078 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:40.765287 [ 29 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:24:40.765371 [ 29 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:40.765389 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1900 2025.07.18 19:24:40.765408 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:40.765550 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:24:40.766169 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:40.766313 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1740 rows starting from the beginning of the part 2025.07.18 19:24:40.766656 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part 2025.07.18 19:24:40.766968 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2025.07.18 19:24:40.767265 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part 2025.07.18 19:24:40.767549 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part 2025.07.18 19:24:40.767835 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part 2025.07.18 19:24:40.773980 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1900 rows, containing 72 columns (72 merged, 0 gathered) in 0.008484261 sec., 223944.0771565137 rows/sec., 170.33 MiB/sec. 2025.07.18 19:24:40.776127 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:24:40.776688 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:40.776772 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_56_11} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:24:40.777069 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2025.07.18 19:24:41.970162 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.970336 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.970401 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:41.971241 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.971300 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.971754 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:41.971983 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.972135 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} executeQuery: Read 392 rows, 25.47 KiB in 0.001848 sec., 212121.21212121213 rows/sec., 13.46 MiB/sec. 2025.07.18 19:24:41.972180 [ 4 ] {95b1d8c0-e6f1-42e9-a9d6-a8bf86ba8b11} TCPHandler: Processed in 0.002145493 sec. 2025.07.18 19:24:41.972312 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.972410 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:41.972462 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:41.973490 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.973527 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.973943 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.07.18 19:24:41.974166 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.974301 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} executeQuery: Read 1149 rows, 93.90 KiB in 0.001911 sec., 601255.8869701728 rows/sec., 47.99 MiB/sec. 2025.07.18 19:24:41.974314 [ 29 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.07.18 19:24:41.974340 [ 4 ] {bd69c52b-e68b-49b9-8212-2fb7da04e23e} TCPHandler: Processed in 0.002080581 sec. 2025.07.18 19:24:41.974389 [ 29 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.974416 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.974504 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.974544 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:24:41.974607 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.974655 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:41.974688 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:41.974727 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2298 rows starting from the beginning of the part 2025.07.18 19:24:41.974795 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:24:41.974840 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part 2025.07.18 19:24:41.974886 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:24:41.974933 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part 2025.07.18 19:24:41.974974 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:24:41.975181 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.975225 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.975577 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:24:41.975816 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.975957 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} executeQuery: Read 237 rows, 14.86 KiB in 0.001371 sec., 172866.52078774618 rows/sec., 10.58 MiB/sec. 2025.07.18 19:24:41.975996 [ 4 ] {11b0ca33-1de4-43e8-a553-9ff9fb47a6cd} TCPHandler: Processed in 0.001544194 sec. 2025.07.18 19:24:41.976108 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.976203 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.976244 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:41.976733 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.976770 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.977038 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5863 rows, containing 5 columns (5 merged, 0 gathered) in 0.002555489 sec., 2294277.1422612267 rows/sec., 192.98 MiB/sec. 2025.07.18 19:24:41.977176 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:24:41.977287 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.07.18 19:24:41.977514 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.977579 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.977656 [ 29 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_62_13 to all_67_67_0 2025.07.18 19:24:41.977663 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_111_22} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.07.18 19:24:41.977687 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} executeQuery: Read 203 rows, 13.41 KiB in 0.001501 sec., 135243.1712191872 rows/sec., 8.72 MiB/sec. 2025.07.18 19:24:41.977692 [ 29 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.977733 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.977743 [ 4 ] {180a1319-f5fc-41a9-80e2-71e30ce6071d} TCPHandler: Processed in 0.001684276 sec. 2025.07.18 19:24:41.977756 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.07.18 19:24:41.977888 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.977888 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_62_13 to all_67_67_0 into Compact with storage Full 2025.07.18 19:24:41.978013 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.978013 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:41.978063 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:41.978063 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 431 rows starting from the beginning of the part 2025.07.18 19:24:41.978146 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:41.978220 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 228 rows starting from the beginning of the part 2025.07.18 19:24:41.978284 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:41.978346 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:41.978390 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 203 rows starting from the beginning of the part 2025.07.18 19:24:41.978665 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.978704 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.979131 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:41.979449 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.979615 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} executeQuery: Read 202 rows, 11.75 KiB in 0.001625 sec., 124307.69230769231 rows/sec., 7.06 MiB/sec. 2025.07.18 19:24:41.979666 [ 4 ] {e1ffb48e-37a4-4736-908b-2d56c5b24af6} TCPHandler: Processed in 0.001842519 sec. 2025.07.18 19:24:41.979732 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001900559 sec., 773982.8124251865 rows/sec., 53.65 MiB/sec. 2025.07.18 19:24:41.979797 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.979896 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:41.979898 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) 2025.07.18 19:24:41.979939 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:41.980189 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.980254 [ 199 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_67_14} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_62_13, all_67_67_0] -> all_1_67_14 2025.07.18 19:24:41.980316 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:24:41.980625 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.980662 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.981009 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.07.18 19:24:41.981223 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.981347 [ 29 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.07.18 19:24:41.981354 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} executeQuery: Read 693 rows, 49.85 KiB in 0.001475 sec., 469830.5084745763 rows/sec., 33.01 MiB/sec. 2025.07.18 19:24:41.981387 [ 29 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.981415 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.981429 [ 4 ] {e5471a5b-fd3a-4997-ad96-62436a68ba54} TCPHandler: Processed in 0.001680975 sec. 2025.07.18 19:24:41.981483 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:24:41.981562 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.981569 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:41.981610 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1185 rows starting from the beginning of the part 2025.07.18 19:24:41.981656 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 693 rows starting from the beginning of the part 2025.07.18 19:24:41.981666 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:41.981696 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part 2025.07.18 19:24:41.981714 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:41.981734 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 705 rows starting from the beginning of the part 2025.07.18 19:24:41.981777 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part 2025.07.18 19:24:41.981810 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 693 rows starting from the beginning of the part 2025.07.18 19:24:41.982074 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.982115 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.982476 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:41.982690 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.982825 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} executeQuery: Read 6 rows, 321.00 B in 0.001178 sec., 5093.378607809847 rows/sec., 266.11 KiB/sec. 2025.07.18 19:24:41.982863 [ 4 ] {ebc8e002-f64d-479d-bf0f-73a45f77ed14} TCPHandler: Processed in 0.001351731 sec. 2025.07.18 19:24:41.982964 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510193 sec., 2254016.5396078513 rows/sec., 168.85 MiB/sec. 2025.07.18 19:24:41.982976 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.983083 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.983127 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:41.983198 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.07.18 19:24:41.983501 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.983578 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_111_22} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.07.18 19:24:41.983584 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.983628 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.983671 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.07.18 19:24:41.984080 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.07.18 19:24:41.984308 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.984445 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} executeQuery: Read 307 rows, 20.68 KiB in 0.001381 sec., 222302.67921795798 rows/sec., 14.62 MiB/sec. 2025.07.18 19:24:41.984483 [ 4 ] {9bf12d15-2fc0-40a7-b15b-75f37d243109} TCPHandler: Processed in 0.001557264 sec. 2025.07.18 19:24:41.984600 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.984695 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.984737 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:41.985080 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.985116 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.985425 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:41.985645 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.985754 [ 29 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.07.18 19:24:41.985776 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2025.07.18 19:24:41.985789 [ 29 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.985817 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.985821 [ 4 ] {01848eb6-0563-4e8b-b3e5-7f26d7c22053} TCPHandler: Processed in 0.001270099 sec. 2025.07.18 19:24:41.985899 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.07.18 19:24:41.985952 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.986002 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:41.986034 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part 2025.07.18 19:24:41.986051 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.986087 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2025.07.18 19:24:41.986110 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:41.986133 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2025.07.18 19:24:41.986176 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2025.07.18 19:24:41.986212 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part 2025.07.18 19:24:41.986248 [ 194 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part 2025.07.18 19:24:41.986989 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.001125427 sec., 48870.33987988559 rows/sec., 3.22 MiB/sec. 2025.07.18 19:24:41.987055 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.987096 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.987123 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.07.18 19:24:41.987389 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.987456 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_55_11} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.07.18 19:24:41.987539 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:24:41.987684 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.07.18 19:24:41.987918 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.988059 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} executeQuery: Read 41 rows, 75.23 KiB in 0.002026 sec., 20236.920039486675 rows/sec., 36.26 MiB/sec. 2025.07.18 19:24:41.988120 [ 4 ] {e01866af-9db7-4ed6-8403-da50b323efbd} TCPHandler: Processed in 0.002218875 sec. 2025.07.18 19:24:41.988247 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:41.988342 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:41.988382 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:41.988740 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:41.988775 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:41.989087 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.07.18 19:24:41.989318 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:41.989447 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} executeQuery: Read 102 rows, 6.42 KiB in 0.001124 sec., 90747.33096085409 rows/sec., 5.58 MiB/sec. 2025.07.18 19:24:41.989483 [ 4 ] {bfcb424f-7dab-454d-a423-2bceab79d07e} TCPHandler: Processed in 0.001285039 sec. 2025.07.18 19:24:42.557044 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.07.18 19:24:42.574266 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:42.574393 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:42.580478 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:24:42.581214 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:42.581534 [ 34 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:24:42.581603 [ 34 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:42.581627 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.07.18 19:24:42.581736 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.584830 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.07.18 19:24:42.585504 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:42.586989 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.591867 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.596648 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.601127 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.605943 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.610298 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:24:42.671440 [ 196 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.08974822 sec., 6384.527737708892 rows/sec., 33.01 MiB/sec. 2025.07.18 19:24:42.674134 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:24:42.676143 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:42.676264 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_76_15} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:24:42.678329 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.07.18 19:24:46.605759 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:46.605973 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:46.606041 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:46.607664 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.607711 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.608200 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.07.18 19:24:46.608424 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.608575 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} executeQuery: Read 1196 rows, 100.97 KiB in 0.002657 sec., 450131.72751223185 rows/sec., 37.11 MiB/sec. 2025.07.18 19:24:46.608619 [ 4 ] {d0233184-49e4-4005-a01d-260e74ee6f27} TCPHandler: Processed in 0.002995496 sec. 2025.07.18 19:24:46.608759 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:46.608857 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:46.608898 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:46.609452 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.609489 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.609795 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:24:46.610001 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.610129 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} executeQuery: Read 228 rows, 15.81 KiB in 0.001294 sec., 176197.83616692427 rows/sec., 11.93 MiB/sec. 2025.07.18 19:24:46.610166 [ 4 ] {ae177069-9b41-46f3-9c38-38e9fadd2097} TCPHandler: Processed in 0.001458292 sec. 2025.07.18 19:24:46.610284 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:46.610378 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:46.610418 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:46.611073 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.611109 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.611462 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.07.18 19:24:46.611704 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.611833 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} executeQuery: Read 520 rows, 39.40 KiB in 0.001473 sec., 353021.04548540397 rows/sec., 26.12 MiB/sec. 2025.07.18 19:24:46.611871 [ 4 ] {f306ed5c-edaa-40cf-a9ec-110fdebb1155} TCPHandler: Processed in 0.001638346 sec. 2025.07.18 19:24:46.611991 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:46.612089 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:46.612133 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:46.612836 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.612873 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.613263 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.07.18 19:24:46.613488 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.613620 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} executeQuery: Read 1006 rows, 69.24 KiB in 0.001549 sec., 649451.2588766946 rows/sec., 43.65 MiB/sec. 2025.07.18 19:24:46.613658 [ 4 ] {7f26f1dc-4337-45c1-b94c-c96b93e13d75} TCPHandler: Processed in 0.001717156 sec. 2025.07.18 19:24:46.613778 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:46.613888 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:46.613931 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:46.614287 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.614323 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.614630 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.07.18 19:24:46.614866 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.615020 [ 30 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.07.18 19:24:46.615028 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.07.18 19:24:46.615110 [ 30 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:46.615133 [ 4 ] {384873de-617e-4d21-abc6-e15b0e81236d} TCPHandler: Processed in 0.001403532 sec. 2025.07.18 19:24:46.615138 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:46.615283 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:46.615464 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:46.615508 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergeTreeSequentialSource: Reading 3 marks from part all_1_106_21, total 8406 rows starting from the beginning of the part 2025.07.18 19:24:46.615574 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:46.615619 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 102 rows starting from the beginning of the part 2025.07.18 19:24:46.615664 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:46.615700 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 102 rows starting from the beginning of the part 2025.07.18 19:24:46.615741 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:24:46.618502 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 8790 rows, containing 4 columns (4 merged, 0 gathered) in 0.00327707 sec., 2682274.1046117414 rows/sec., 170.63 MiB/sec. 2025.07.18 19:24:46.618732 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.07.18 19:24:46.618998 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:46.619073 [ 200 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_111_22} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.07.18 19:24:46.619153 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.07.18 19:24:48.165848 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 2025.07.18 19:24:48.166380 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:48.166430 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:48.166939 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:24:48.167195 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:48.167343 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 2025.07.18 19:24:50.084998 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.07.18 19:24:50.102414 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:50.102470 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:50.108558 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:24:50.109272 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:50.112281 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.07.18 19:24:50.765691 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1932 2025.07.18 19:24:50.767954 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:50.767994 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:50.769125 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:24:50.769396 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:50.769649 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1932 2025.07.18 19:24:51.318613 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:51.318664 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:51.320535 [ 223 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:24:51.695476 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:51.695554 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:51.697744 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:24:51.861332 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:51.861389 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:51.863316 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:24:51.970180 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.970357 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.970423 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:24:51.971244 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.971293 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.971684 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:51.971904 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.972058 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} executeQuery: Read 392 rows, 25.47 KiB in 0.00175 sec., 224000 rows/sec., 14.21 MiB/sec. 2025.07.18 19:24:51.972107 [ 4 ] {b677233c-b0bb-431e-8c6b-e0860248ec52} TCPHandler: Processed in 0.002048951 sec. 2025.07.18 19:24:51.972229 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.972328 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:51.972371 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:51.973326 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.973364 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.973740 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.07.18 19:24:51.973943 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.974071 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} executeQuery: Read 1149 rows, 93.90 KiB in 0.001765 sec., 650991.5014164306 rows/sec., 51.96 MiB/sec. 2025.07.18 19:24:51.974109 [ 4 ] {aa92cf4d-fce5-4f8f-84ad-3698680dc4ea} TCPHandler: Processed in 0.00192887 sec. 2025.07.18 19:24:51.974217 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.974312 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.974353 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:24:51.974840 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.974874 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.975174 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:24:51.975376 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.975502 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} executeQuery: Read 237 rows, 14.86 KiB in 0.001209 sec., 196029.77667493795 rows/sec., 12.00 MiB/sec. 2025.07.18 19:24:51.975539 [ 4 ] {bb47da10-048f-4d75-a222-b257b716c2af} TCPHandler: Processed in 0.001369361 sec. 2025.07.18 19:24:51.975644 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.975736 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.975776 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:24:51.976244 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.976278 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.976569 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:24:51.976766 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.976890 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} executeQuery: Read 203 rows, 13.41 KiB in 0.001172 sec., 173208.19112627985 rows/sec., 11.17 MiB/sec. 2025.07.18 19:24:51.976928 [ 4 ] {8c69440c-09af-4ff5-83ed-1ef69bacb4e8} TCPHandler: Processed in 0.00133319 sec. 2025.07.18 19:24:51.977025 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.977110 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.977147 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:24:51.977559 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.977590 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.977932 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:51.978132 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.978261 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} executeQuery: Read 202 rows, 11.75 KiB in 0.001147 sec., 176111.59546643417 rows/sec., 10.00 MiB/sec. 2025.07.18 19:24:51.978297 [ 4 ] {3edef6c1-3438-4f38-8830-77f9ae94c73c} TCPHandler: Processed in 0.00130871 sec. 2025.07.18 19:24:51.978405 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.978495 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:51.978533 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:51.979161 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.979194 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.979506 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.07.18 19:24:51.979702 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.979826 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} executeQuery: Read 693 rows, 49.85 KiB in 0.001348 sec., 514094.9554896142 rows/sec., 36.12 MiB/sec. 2025.07.18 19:24:51.979863 [ 4 ] {d88f0803-46d7-400c-9413-f442793fdd10} TCPHandler: Processed in 0.001504653 sec. 2025.07.18 19:24:51.979970 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.980060 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:24:51.980101 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:24:51.980429 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.980462 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.980753 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:51.980947 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.981042 [ 63 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 5 parts from all_52_52_0 to all_56_56_0 2025.07.18 19:24:51.981075 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} executeQuery: Read 6 rows, 321.00 B in 0.001032 sec., 5813.9534883720935 rows/sec., 303.76 KiB/sec. 2025.07.18 19:24:51.981080 [ 63 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.981106 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.981110 [ 4 ] {b03d362d-c614-4b11-bf51-8cf560f61d7e} TCPHandler: Processed in 0.001187038 sec. 2025.07.18 19:24:51.981219 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.981216 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTask::PrepareStage: Merging 5 parts: from all_52_52_0 to all_56_56_0 into Compact with storage Full 2025.07.18 19:24:51.981310 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.981355 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:51.981373 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:51.981413 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:51.981477 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:51.981524 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:51.981565 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:51.981603 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part 2025.07.18 19:24:51.981783 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.981822 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.982158 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.07.18 19:24:51.982314 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001151318 sec., 26057.09282752463 rows/sec., 1.33 MiB/sec. 2025.07.18 19:24:51.982378 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.982504 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} MergedBlockOutputStream: filled checksums all_52_56_1 (state Temporary) 2025.07.18 19:24:51.982516 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} executeQuery: Read 307 rows, 20.68 KiB in 0.001224 sec., 250816.99346405227 rows/sec., 16.50 MiB/sec. 2025.07.18 19:24:51.982570 [ 4 ] {cee549a4-771e-4b07-9f74-e9a929cdf96b} TCPHandler: Processed in 0.001398702 sec. 2025.07.18 19:24:51.982675 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.982768 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.982811 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:24:51.982845 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_52_56_1 to all_52_56_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.982933 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_52_56_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 5 parts: [all_52_52_0, all_56_56_0] -> all_52_56_1 2025.07.18 19:24:51.983023 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.18 19:24:51.983129 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.983169 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.983451 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:51.983652 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.983775 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2025.07.18 19:24:51.983810 [ 4 ] {cdac674e-c585-4064-9c25-300d0b174742} TCPHandler: Processed in 0.001181938 sec. 2025.07.18 19:24:51.983914 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.984005 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.984057 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:24:51.984925 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.984960 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.985498 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.07.18 19:24:51.985707 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.985804 [ 63 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.07.18 19:24:51.985829 [ 63 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.985841 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} executeQuery: Read 41 rows, 75.23 KiB in 0.001854 sec., 22114.347357065802 rows/sec., 39.63 MiB/sec. 2025.07.18 19:24:51.985845 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.985903 [ 4 ] {b717ad4c-3d3a-42d7-899c-feeda9d52063} TCPHandler: Processed in 0.002035491 sec. 2025.07.18 19:24:51.985948 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:24:51.986016 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:51.986113 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:51.986152 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:51.986178 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:51.986239 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2061 rows starting from the beginning of the part 2025.07.18 19:24:51.986378 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:51.986481 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:51.986487 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:51.986522 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:51.986608 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:51.986720 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:51.986818 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part 2025.07.18 19:24:51.986827 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.07.18 19:24:51.987041 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:51.987173 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} executeQuery: Read 102 rows, 6.42 KiB in 0.001078 sec., 94619.66604823749 rows/sec., 5.81 MiB/sec. 2025.07.18 19:24:51.987208 [ 4 ] {d8174758-d34a-49ce-a640-3a5659222499} TCPHandler: Processed in 0.001239219 sec. 2025.07.18 19:24:51.987258 [ 218 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:51.987294 [ 218 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:51.989150 [ 218 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:24:51.998467 [ 201 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 19 columns (19 merged, 0 gathered) in 0.012562853 sec., 180373.04106002036 rows/sec., 323.22 MiB/sec. 2025.07.18 19:24:52.000188 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.07.18 19:24:52.000516 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:52.000585 [ 193 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_56_11} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.07.18 19:24:52.000692 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.57 MiB. 2025.07.18 19:24:53.000251 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 337.89 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.11 MiB (RSS), difference: 7.22 MiB 2025.07.18 19:24:55.465221 [ 141 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:24:55.465281 [ 141 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:24:55.667567 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 2025.07.18 19:24:55.668132 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:55.668182 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:55.668668 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:24:55.668887 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:55.669019 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 2025.07.18 19:24:56.956506 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:56.956682 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:24:56.956747 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:24:56.957405 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:56.957453 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:56.957831 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.07.18 19:24:56.958055 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:56.958212 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} executeQuery: Read 56 rows, 4.41 KiB in 0.001578 sec., 35487.95944233207 rows/sec., 2.73 MiB/sec. 2025.07.18 19:24:56.958261 [ 4 ] {c97e5662-bcac-4e32-90b4-8867be447c24} TCPHandler: Processed in 0.001882629 sec. 2025.07.18 19:24:56.958387 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:56.958489 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:24:56.958532 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:24:56.958970 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:56.959008 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:56.959319 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.07.18 19:24:56.959525 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:56.959658 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2025.07.18 19:24:56.959698 [ 4 ] {189a2bed-1453-4a7d-b63b-791edd300bce} TCPHandler: Processed in 0.001363761 sec. 2025.07.18 19:24:56.959812 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:56.959908 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:24:56.959952 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:24:56.960379 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:56.960413 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:56.960741 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.07.18 19:24:56.960954 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:56.961078 [ 154 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 2025.07.18 19:24:56.961086 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.07.18 19:24:56.961151 [ 154 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:56.961167 [ 4 ] {f7bbe825-da30-4f4e-b023-683ba2fbc9fc} TCPHandler: Processed in 0.001405342 sec. 2025.07.18 19:24:56.961179 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:56.961288 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:24:56.961311 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full 2025.07.18 19:24:56.961388 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:24:56.961434 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:24:56.961467 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:24:56.961510 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTreeSequentialSource: Reading 7 marks from part all_1_109_22, total 41870 rows starting from the beginning of the part 2025.07.18 19:24:56.961581 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.07.18 19:24:56.961626 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 307 rows starting from the beginning of the part 2025.07.18 19:24:56.961673 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:24:56.961716 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 307 rows starting from the beginning of the part 2025.07.18 19:24:56.961775 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:56.961815 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:56.962151 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.07.18 19:24:56.962357 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:56.962489 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.07.18 19:24:56.962525 [ 4 ] {df8bc12e-c108-4f5e-958d-8b91d5c82de1} TCPHandler: Processed in 0.00128703 sec. 2025.07.18 19:24:56.969610 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergeTask::MergeProjectionsStage: Merge sorted 43650 rows, containing 5 columns (5 merged, 0 gathered) in 0.008355958 sec., 5223817.544319874 rows/sec., 349.70 MiB/sec. 2025.07.18 19:24:56.969975 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) 2025.07.18 19:24:56.970244 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:56.970314 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_113_23} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 2025.07.18 19:24:56.970410 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.07.18 19:24:57.612430 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.07.18 19:24:57.630769 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:24:57.630824 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:24:57.636977 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:24:57.637691 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:24:57.640835 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.07.18 19:25:00.769974 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1962 2025.07.18 19:25:00.772654 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:00.772707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:00.773880 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:00.774145 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:00.774419 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1962 2025.07.18 19:25:01.707188 [ 225 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.707245 [ 225 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.708835 [ 225 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.928258 [ 218 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.928306 [ 218 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.929648 [ 218 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.969212 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.969472 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.969567 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:01.970448 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.970496 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.970901 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:25:01.971128 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.971287 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} executeQuery: Read 392 rows, 25.47 KiB in 0.001885 sec., 207957.5596816976 rows/sec., 13.19 MiB/sec. 2025.07.18 19:25:01.971284 [ 40 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.07.18 19:25:01.971331 [ 4 ] {cb412cd1-b4f5-47f4-acc3-63cdcbbce260} TCPHandler: Processed in 0.002288165 sec. 2025.07.18 19:25:01.971393 [ 40 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.971436 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.971485 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.971577 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.07.18 19:25:01.971587 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:25:01.971675 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:25:01.971745 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:01.971789 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 392 rows starting from the beginning of the part 2025.07.18 19:25:01.971864 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:01.971917 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:01.971967 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:01.972014 [ 193 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:01.972083 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.972124 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.972449 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.07.18 19:25:01.972667 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.972812 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} executeQuery: Read 4 rows, 334.00 B in 0.001242 sec., 3220.6119162640903 rows/sec., 262.62 KiB/sec. 2025.07.18 19:25:01.972853 [ 4 ] {a3e3e7d4-54ff-4e04-b7b7-7ed660097d58} TCPHandler: Processed in 0.001417222 sec. 2025.07.18 19:25:01.972956 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.973054 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:01.973094 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:01.973171 [ 195 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656205 sec., 1183428.3799408888 rows/sec., 79.60 MiB/sec. 2025.07.18 19:25:01.973345 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.07.18 19:25:01.973665 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.973736 [ 197 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_57_14} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.07.18 19:25:01.973813 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:25:01.974114 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.974156 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.974557 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.07.18 19:25:01.974768 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.974897 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} executeQuery: Read 1151 rows, 94.05 KiB in 0.001866 sec., 616827.4383708467 rows/sec., 49.22 MiB/sec. 2025.07.18 19:25:01.974935 [ 4 ] {da8f9326-c1a8-4ecc-a64d-11a820cdfcfb} TCPHandler: Processed in 0.002028931 sec. 2025.07.18 19:25:01.975048 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.975144 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.975183 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:01.975688 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.975723 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.976027 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:25:01.976233 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.976362 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} executeQuery: Read 241 rows, 15.14 KiB in 0.001236 sec., 194983.81877022656 rows/sec., 11.96 MiB/sec. 2025.07.18 19:25:01.976399 [ 4 ] {691c2a5f-0574-4a95-8777-399eb37d2a29} TCPHandler: Processed in 0.001400002 sec. 2025.07.18 19:25:01.976522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.976642 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.976693 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:01.977313 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.977358 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.977720 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:25:01.977934 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.978068 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} executeQuery: Read 203 rows, 13.41 KiB in 0.001451 sec., 139903.51481736734 rows/sec., 9.02 MiB/sec. 2025.07.18 19:25:01.978102 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.978107 [ 4 ] {0196d9b9-c103-460c-aa69-f75435a186f4} TCPHandler: Processed in 0.001647555 sec. 2025.07.18 19:25:01.978130 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.978228 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.978324 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.978364 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:01.978873 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.978909 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.979236 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:25:01.979455 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.979533 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.07.18 19:25:01.979567 [ 105 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 2025.07.18 19:25:01.979589 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} executeQuery: Read 202 rows, 11.75 KiB in 0.001283 sec., 157443.4918160561 rows/sec., 8.94 MiB/sec. 2025.07.18 19:25:01.979616 [ 105 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.979636 [ 4 ] {925d13b2-d132-42c5-a2de-78edd0734e52} TCPHandler: Processed in 0.001456273 sec. 2025.07.18 19:25:01.979642 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.979725 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full 2025.07.18 19:25:01.979760 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.979825 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:01.979858 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 202 rows starting from the beginning of the part 2025.07.18 19:25:01.979860 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:01.979914 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:01.979916 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:01.979973 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:01.980014 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:01.980056 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:01.980728 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.980770 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.980865 [ 195 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168718 sec., 864194.7843705667 rows/sec., 52.38 MiB/sec. 2025.07.18 19:25:01.980979 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) 2025.07.18 19:25:01.981130 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.07.18 19:25:01.981293 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.981367 [ 193 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_57_14} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 2025.07.18 19:25:01.981414 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.981427 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:25:01.981560 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} executeQuery: Read 697 rows, 50.18 KiB in 0.001719 sec., 405468.2955206515 rows/sec., 28.51 MiB/sec. 2025.07.18 19:25:01.981603 [ 4 ] {ecf9a52d-963b-4c89-bb3c-fbbbd12d2f8f} TCPHandler: Processed in 0.001893169 sec. 2025.07.18 19:25:01.981718 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.981812 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:01.981854 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:01.982190 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.982226 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.982521 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:25:01.982725 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.982851 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.07.18 19:25:01.982887 [ 4 ] {123d73f6-fd0c-4eba-89c6-23927cb56db1} TCPHandler: Processed in 0.001221159 sec. 2025.07.18 19:25:01.982987 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.983081 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.983123 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:01.983595 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.983631 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.983960 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.07.18 19:25:01.984167 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.984294 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} executeQuery: Read 309 rows, 20.82 KiB in 0.001232 sec., 250811.6883116883 rows/sec., 16.50 MiB/sec. 2025.07.18 19:25:01.984332 [ 4 ] {29bcedb1-2e03-47d4-94f4-07e5bf9e9df5} TCPHandler: Processed in 0.001393292 sec. 2025.07.18 19:25:01.984449 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.984564 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.984615 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:01.984994 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.985037 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.985382 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:25:01.985616 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.985745 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} executeQuery: Read 1 rows, 69.00 B in 0.001205 sec., 829.8755186721992 rows/sec., 55.92 KiB/sec. 2025.07.18 19:25:01.985782 [ 4 ] {a8515690-ed5c-40f3-aad5-c5409497db2c} TCPHandler: Processed in 0.001391461 sec. 2025.07.18 19:25:01.985899 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.986015 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.986078 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:01.987019 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.987054 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.987593 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.07.18 19:25:01.987807 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.987941 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} executeQuery: Read 41 rows, 75.23 KiB in 0.001951 sec., 21014.864172219375 rows/sec., 37.66 MiB/sec. 2025.07.18 19:25:01.987995 [ 4 ] {cc114611-bc5e-430a-aaaa-8650da7f5501} TCPHandler: Processed in 0.002155903 sec. 2025.07.18 19:25:01.988107 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:01.988201 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:01.988242 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:01.988584 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:01.988618 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:01.988921 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.07.18 19:25:01.989116 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:01.989241 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} executeQuery: Read 102 rows, 6.42 KiB in 0.001058 sec., 96408.31758034027 rows/sec., 5.92 MiB/sec. 2025.07.18 19:25:01.989276 [ 4 ] {517e395c-dd91-4420-b463-45ed3668abf9} TCPHandler: Processed in 0.001218979 sec. 2025.07.18 19:25:02.000217 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 342.64 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.71 MiB (RSS), difference: 3.07 MiB 2025.07.18 19:25:03.169217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 2025.07.18 19:25:03.169724 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:03.169770 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:03.170310 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:25:03.170538 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:03.170677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 2025.07.18 19:25:05.140999 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.07.18 19:25:05.158825 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:05.158871 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:05.164936 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:25:05.165641 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:05.168588 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.07.18 19:25:06.956932 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:06.957137 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:06.957207 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:06.957958 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.958008 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:06.958379 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.07.18 19:25:06.958587 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.958738 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} executeQuery: Read 56 rows, 4.41 KiB in 0.001653 sec., 33877.7979431337 rows/sec., 2.60 MiB/sec. 2025.07.18 19:25:06.958739 [ 172 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.07.18 19:25:06.958780 [ 4 ] {2ce8ca5b-91d3-4928-9dbb-28cd232c3a9b} TCPHandler: Processed in 0.00198657 sec. 2025.07.18 19:25:06.958842 [ 172 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.958885 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:06.958946 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:06.959045 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:25:06.959048 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:06.959146 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:06.959240 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:06.959301 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2298 rows starting from the beginning of the part 2025.07.18 19:25:06.959408 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:25:06.959487 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:25:06.959556 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part 2025.07.18 19:25:06.959582 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.959623 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:25:06.959624 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:06.959700 [ 188 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part 2025.07.18 19:25:06.959967 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.07.18 19:25:06.960191 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.960308 [ 172 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.07.18 19:25:06.960318 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} executeQuery: Read 64 rows, 5.12 KiB in 0.001288 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec. 2025.07.18 19:25:06.960339 [ 172 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.960362 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:06.960364 [ 4 ] {9c5ff647-959e-487a-9609-2b866092d1b1} TCPHandler: Processed in 0.001466643 sec. 2025.07.18 19:25:06.960490 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:25:06.960496 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:06.960632 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:06.960645 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:06.960677 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:06.960685 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1185 rows starting from the beginning of the part 2025.07.18 19:25:06.960765 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 520 rows starting from the beginning of the part 2025.07.18 19:25:06.960812 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 693 rows starting from the beginning of the part 2025.07.18 19:25:06.960853 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part 2025.07.18 19:25:06.960895 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 697 rows starting from the beginning of the part 2025.07.18 19:25:06.960934 [ 193 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part 2025.07.18 19:25:06.961126 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.961166 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:06.961517 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.07.18 19:25:06.961699 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 5906 rows, containing 5 columns (5 merged, 0 gathered) in 0.002727672 sec., 2165216.345660329 rows/sec., 183.28 MiB/sec. 2025.07.18 19:25:06.961772 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.961905 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. 2025.07.18 19:25:06.961942 [ 4 ] {3246987a-4543-4fad-b6fb-c3d73eda1e65} TCPHandler: Processed in 0.001496353 sec. 2025.07.18 19:25:06.962049 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:06.962056 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.07.18 19:25:06.962141 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:06.962186 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:06.962224 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.001798868 sec., 1791682.324661954 rows/sec., 135.35 MiB/sec. 2025.07.18 19:25:06.962427 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.962453 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.07.18 19:25:06.962528 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:06.962536 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_116_23} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.07.18 19:25:06.962565 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:06.962660 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:25:06.962768 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.962839 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_116_23} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.07.18 19:25:06.962873 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.07.18 19:25:06.962919 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:25:06.963079 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:06.963204 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.07.18 19:25:06.963239 [ 4 ] {d3dd423b-9265-4af8-8f7e-77b463ac9575} TCPHandler: Processed in 0.001237469 sec. 2025.07.18 19:25:10.465322 [ 155 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:25:10.465373 [ 155 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:25:10.671759 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 2025.07.18 19:25:10.672270 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:10.672313 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:10.672799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:25:10.673042 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:10.673189 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 2025.07.18 19:25:10.673303 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:10.673386 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:10.675359 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:10.775545 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1994 2025.07.18 19:25:10.777893 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:10.777944 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:10.779173 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:10.779452 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:10.779680 [ 220 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:25:10.779743 [ 220 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:25:10.779834 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1994 2025.07.18 19:25:10.781719 [ 220 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:25:11.001275 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000874864 sec. 2025.07.18 19:25:11.089528 [ 222 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.089577 [ 222 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.091418 [ 222 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.937119 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:11.937173 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:11.938974 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:11.970051 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.970250 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.970328 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:11.971174 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.971223 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.971626 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:11.971874 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.972081 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} executeQuery: Read 392 rows, 25.47 KiB in 0.001887 sec., 207737.1489136195 rows/sec., 13.18 MiB/sec. 2025.07.18 19:25:11.972169 [ 4 ] {e4866621-c7ef-4c42-b582-82fdfaefecfe} TCPHandler: Processed in 0.002264635 sec. 2025.07.18 19:25:11.972314 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.972426 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:11.972473 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:11.973525 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.973563 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.973956 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.07.18 19:25:11.974181 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.974311 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} executeQuery: Read 1149 rows, 93.90 KiB in 0.001885 sec., 609549.0716180372 rows/sec., 48.65 MiB/sec. 2025.07.18 19:25:11.974349 [ 4 ] {8f52cb62-1990-456a-8dca-33ec97b5d97c} TCPHandler: Processed in 0.002073912 sec. 2025.07.18 19:25:11.974463 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.974556 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.974595 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:11.975089 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.975125 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.975429 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:25:11.975649 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.975778 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} executeQuery: Read 237 rows, 14.86 KiB in 0.00124 sec., 191129.03225806452 rows/sec., 11.70 MiB/sec. 2025.07.18 19:25:11.975815 [ 4 ] {1982a375-38f6-46a3-8376-7643288407df} TCPHandler: Processed in 0.001400442 sec. 2025.07.18 19:25:11.975821 [ 221 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.975877 [ 221 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.975925 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.976023 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.976080 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:11.976569 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.976607 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.976938 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:25:11.977190 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.977328 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} executeQuery: Read 203 rows, 13.41 KiB in 0.001322 sec., 153555.2193645991 rows/sec., 9.90 MiB/sec. 2025.07.18 19:25:11.977365 [ 4 ] {3535bc50-505a-4731-8b15-0f26ed2f6ef4} TCPHandler: Processed in 0.001487173 sec. 2025.07.18 19:25:11.977477 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.977570 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.977610 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:11.977872 [ 221 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.07.18 19:25:11.978057 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.978098 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.978392 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:11.978616 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.978742 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} executeQuery: Read 202 rows, 11.75 KiB in 0.00119 sec., 169747.89915966385 rows/sec., 9.64 MiB/sec. 2025.07.18 19:25:11.978779 [ 4 ] {b883fbae-7243-45a4-8760-284119a7473d} TCPHandler: Processed in 0.00134884 sec. 2025.07.18 19:25:11.978888 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.978978 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:11.979021 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:11.979674 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.979709 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.980031 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.07.18 19:25:11.980232 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.980362 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} executeQuery: Read 693 rows, 49.85 KiB in 0.001401 sec., 494646.6809421842 rows/sec., 34.75 MiB/sec. 2025.07.18 19:25:11.980399 [ 4 ] {cba976a7-271e-43ec-af69-a893c70f75b4} TCPHandler: Processed in 0.001558224 sec. 2025.07.18 19:25:11.980513 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.980606 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:11.980646 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:11.980980 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.981015 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.981317 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:11.981518 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.981642 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.07.18 19:25:11.981678 [ 4 ] {b53a1b2b-8e12-466f-9358-4fd68e03698d} TCPHandler: Processed in 0.001211419 sec. 2025.07.18 19:25:11.981783 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.981873 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.981914 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:11.982340 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.982374 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.982704 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.07.18 19:25:11.982916 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.983043 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} executeQuery: Read 307 rows, 20.68 KiB in 0.001187 sec., 258635.2148272957 rows/sec., 17.01 MiB/sec. 2025.07.18 19:25:11.983080 [ 4 ] {e8e5e9ed-0b4a-4a4c-9972-76950104f9c1} TCPHandler: Processed in 0.001343751 sec. 2025.07.18 19:25:11.983185 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.983275 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.983315 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:11.983623 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.983658 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.983951 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:11.984152 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.984277 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.07.18 19:25:11.984312 [ 4 ] {a2acaad4-d03c-4a0a-9773-a6225fa7dcab} TCPHandler: Processed in 0.001175249 sec. 2025.07.18 19:25:11.984416 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.984507 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.984559 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:11.985428 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.985463 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.986017 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.07.18 19:25:11.986236 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.986370 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} executeQuery: Read 41 rows, 75.23 KiB in 0.00188 sec., 21808.510638297874 rows/sec., 39.08 MiB/sec. 2025.07.18 19:25:11.986422 [ 4 ] {1e177c59-afba-439b-84fe-a8acf2a07f9a} TCPHandler: Processed in 0.002052621 sec. 2025.07.18 19:25:11.986533 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:11.986625 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:11.986666 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:11.986990 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.987026 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.987320 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.07.18 19:25:11.987535 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.987652 [ 153 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.07.18 19:25:11.987659 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} executeQuery: Read 102 rows, 6.42 KiB in 0.001052 sec., 96958.17490494296 rows/sec., 5.96 MiB/sec. 2025.07.18 19:25:11.987695 [ 153 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:11.987709 [ 4 ] {318921fe-35e3-4526-9684-8e2bbecb1611} TCPHandler: Processed in 0.001224529 sec. 2025.07.18 19:25:11.987721 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:11.987848 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:11.987995 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:11.988031 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTreeSequentialSource: Reading 3 marks from part all_1_111_22, total 8790 rows starting from the beginning of the part 2025.07.18 19:25:11.988094 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 102 rows starting from the beginning of the part 2025.07.18 19:25:11.988138 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:11.988178 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 102 rows starting from the beginning of the part 2025.07.18 19:25:11.988215 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:11.988254 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 102 rows starting from the beginning of the part 2025.07.18 19:25:11.990590 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 9216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002798783 sec., 3292859.7894156137 rows/sec., 209.40 MiB/sec. 2025.07.18 19:25:11.990784 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.07.18 19:25:11.991035 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:11.991107 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_116_23} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.07.18 19:25:11.991179 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2025.07.18 19:25:12.000259 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 342.51 MiB, peak 356.88 MiB, free memory in arenas 0.00 B, will set to 345.73 MiB (RSS), difference: 3.22 MiB 2025.07.18 19:25:12.669609 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.07.18 19:25:12.685931 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:12.685976 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:12.691936 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:25:12.692640 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:12.695585 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.07.18 19:25:16.109368 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:16.109440 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:16.111338 [ 222 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:16.517697 [ 219 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:16.517746 [ 219 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:16.519573 [ 219 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:16.607713 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.607877 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:25:16.607944 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:25:16.608568 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.608611 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.608998 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.07.18 19:25:16.609238 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.609394 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} executeQuery: Read 2 rows, 167.00 B in 0.001565 sec., 1277.9552715654952 rows/sec., 104.21 KiB/sec. 2025.07.18 19:25:16.609437 [ 4 ] {e281a618-ca8d-4b44-b6ae-d201075c752a} TCPHandler: Processed in 0.001850858 sec. 2025.07.18 19:25:16.609543 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.609640 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:16.609680 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:16.611032 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.611069 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.611455 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.07.18 19:25:16.611688 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.611821 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} executeQuery: Read 1197 rows, 101.04 KiB in 0.0022 sec., 544090.9090909091 rows/sec., 44.85 MiB/sec. 2025.07.18 19:25:16.611862 [ 4 ] {d1ca4fb4-52d6-478f-8dc7-4ab97310bd86} TCPHandler: Processed in 0.002368117 sec. 2025.07.18 19:25:16.611938 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:16.611988 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.611994 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:16.612117 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:16.612173 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:16.612682 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.612729 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.613142 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:25:16.613397 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.613524 [ 64 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.07.18 19:25:16.613543 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} executeQuery: Read 2 rows, 143.00 B in 0.001451 sec., 1378.3597518952447 rows/sec., 96.24 KiB/sec. 2025.07.18 19:25:16.613591 [ 64 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.613604 [ 4 ] {5870781d-5bf8-4962-a365-c121f7436718} TCPHandler: Processed in 0.001678176 sec. 2025.07.18 19:25:16.613621 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.613716 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.613741 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.07.18 19:25:16.613816 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:16.613864 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:16.613878 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:16.613922 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 255 rows starting from the beginning of the part 2025.07.18 19:25:16.614003 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part 2025.07.18 19:25:16.614060 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part 2025.07.18 19:25:16.614107 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 241 rows starting from the beginning of the part 2025.07.18 19:25:16.614150 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part 2025.07.18 19:25:16.614195 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part 2025.07.18 19:25:16.614226 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:16.614409 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.614453 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.614795 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:25:16.615019 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.615128 [ 64 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_67_14 to all_72_72_0 2025.07.18 19:25:16.615155 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} executeQuery: Read 228 rows, 15.81 KiB in 0.001358 sec., 167893.9617083947 rows/sec., 11.37 MiB/sec. 2025.07.18 19:25:16.615160 [ 64 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.615195 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.615197 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510163 sec., 800575.8318803997 rows/sec., 52.18 MiB/sec. 2025.07.18 19:25:16.615201 [ 4 ] {9673da46-08e4-45cc-bccc-29925e166530} TCPHandler: Processed in 0.001534914 sec. 2025.07.18 19:25:16.615276 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_67_14 to all_72_72_0 into Compact with storage Full 2025.07.18 19:25:16.615336 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.615373 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:16.615376 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.07.18 19:25:16.615409 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_67_14, total 431 rows starting from the beginning of the part 2025.07.18 19:25:16.615431 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:16.615473 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:16.615476 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 228 rows starting from the beginning of the part 2025.07.18 19:25:16.615529 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:16.615571 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:16.615612 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:16.615651 [ 191 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 228 rows starting from the beginning of the part 2025.07.18 19:25:16.615706 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.615791 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_65_13} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.07.18 19:25:16.615884 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.07.18 19:25:16.616187 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.616227 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.616552 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.07.18 19:25:16.616604 [ 190 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.00136122 sec., 1099014.1196867516 rows/sec., 76.69 MiB/sec. 2025.07.18 19:25:16.616780 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} MergedBlockOutputStream: filled checksums all_1_72_15 (state Temporary) 2025.07.18 19:25:16.616788 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.616941 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} executeQuery: Read 522 rows, 39.57 KiB in 0.001528 sec., 341623.0366492146 rows/sec., 25.29 MiB/sec. 2025.07.18 19:25:16.616983 [ 4 ] {f5098c7e-b6f3-45c5-8ab1-583d51de1f65} TCPHandler: Processed in 0.001696506 sec. 2025.07.18 19:25:16.617049 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_72_15 to all_1_72_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.617093 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.617122 [ 192 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_72_15} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_67_14, all_72_72_0] -> all_1_72_15 2025.07.18 19:25:16.617200 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:16.617213 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:25:16.617251 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:16.617956 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.617993 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.618379 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.07.18 19:25:16.618593 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.618710 [ 64 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 2025.07.18 19:25:16.618724 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} executeQuery: Read 1007 rows, 69.31 KiB in 0.001544 sec., 652202.0725388601 rows/sec., 43.84 MiB/sec. 2025.07.18 19:25:16.618757 [ 64 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.618777 [ 4 ] {eac56446-fd97-4ecd-9cf9-12184382f171} TCPHandler: Processed in 0.001732997 sec. 2025.07.18 19:25:16.618781 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.618864 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full 2025.07.18 19:25:16.618894 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:16.618963 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:16.618994 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 7 marks from part all_1_113_23, total 43650 rows starting from the beginning of the part 2025.07.18 19:25:16.618995 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:16.619043 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.07.18 19:25:16.619049 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:16.619092 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 309 rows starting from the beginning of the part 2025.07.18 19:25:16.619145 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2025.07.18 19:25:16.619192 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 307 rows starting from the beginning of the part 2025.07.18 19:25:16.619237 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:25:16.619415 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:16.619457 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:16.619780 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.07.18 19:25:16.619986 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.620119 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.07.18 19:25:16.620157 [ 4 ] {769ec4ac-901c-415d-9681-2bd66d8a6fae} TCPHandler: Processed in 0.00131217 sec. 2025.07.18 19:25:16.627524 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergeTask::MergeProjectionsStage: Merge sorted 45593 rows, containing 5 columns (5 merged, 0 gathered) in 0.008687833 sec., 5247913.950463827 rows/sec., 351.36 MiB/sec. 2025.07.18 19:25:16.628025 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) 2025.07.18 19:25:16.628324 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:16.628408 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_118_24} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 2025.07.18 19:25:16.628501 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.07.18 19:25:17.562523 [ 225 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:17.562574 [ 225 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:17.564309 [ 225 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:18.173472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 2025.07.18 19:25:18.174135 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:18.174200 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:18.174847 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:25:18.175150 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:18.175332 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 2025.07.18 19:25:18.175333 [ 149 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:25:18.175425 [ 149 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:18.175449 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:18.175608 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:25:18.175786 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:18.175833 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part 2025.07.18 19:25:18.175908 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part 2025.07.18 19:25:18.175963 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part 2025.07.18 19:25:18.176014 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part 2025.07.18 19:25:18.176060 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part 2025.07.18 19:25:18.176110 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part 2025.07.18 19:25:18.178998 [ 198 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.003464053 sec., 10724143.077487556 rows/sec., 153.41 MiB/sec. 2025.07.18 19:25:18.179461 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:25:18.179850 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:18.179941 [ 196 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_81_16} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:25:18.180059 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.07.18 19:25:20.195792 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.07.18 19:25:20.212987 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:20.213050 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:20.219301 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:25:20.220047 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:20.220406 [ 148 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.07.18 19:25:20.220497 [ 148 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:20.220534 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:20.220714 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.223265 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.07.18 19:25:20.224868 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:20.226501 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.231278 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.235954 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.240553 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.245364 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.249792 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:20.306502 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.085871451 sec., 7103.641465194293 rows/sec., 36.73 MiB/sec. 2025.07.18 19:25:20.309389 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.07.18 19:25:20.311373 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:20.311452 [ 201 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_81_16} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.07.18 19:25:20.314005 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.07.18 19:25:20.780198 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2030 2025.07.18 19:25:20.782751 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:20.782801 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:20.784000 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:20.784270 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:20.784536 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2030 2025.07.18 19:25:21.000176 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 347.49 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 346.44 MiB (RSS), difference: -1.05 MiB 2025.07.18 19:25:21.857019 [ 219 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:25:21.857073 [ 219 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:25:21.858971 [ 219 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:25:21.968888 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.969102 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.969190 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:21.970374 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.970438 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.970954 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:21.971242 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.971438 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} executeQuery: Read 392 rows, 25.47 KiB in 0.002401 sec., 163265.306122449 rows/sec., 10.36 MiB/sec. 2025.07.18 19:25:21.971503 [ 4 ] {77996313-e888-4d17-8120-139bb0e20cc6} TCPHandler: Processed in 0.002821074 sec. 2025.07.18 19:25:21.971643 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.971749 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:21.971795 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:21.972743 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.972775 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.973118 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.07.18 19:25:21.973389 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.973518 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} executeQuery: Read 1149 rows, 93.90 KiB in 0.001794 sec., 640468.2274247492 rows/sec., 51.12 MiB/sec. 2025.07.18 19:25:21.973556 [ 4 ] {33525d6a-5b6d-4d84-9b81-cc97221028aa} TCPHandler: Processed in 0.00196814 sec. 2025.07.18 19:25:21.973676 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.973769 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.973810 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:21.974317 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.974359 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.974753 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:25:21.975009 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.975173 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} executeQuery: Read 237 rows, 14.86 KiB in 0.00142 sec., 166901.4084507042 rows/sec., 10.22 MiB/sec. 2025.07.18 19:25:21.975221 [ 4 ] {34e998b5-b8d1-4f5e-87cf-034047049001} TCPHandler: Processed in 0.001595585 sec. 2025.07.18 19:25:21.975348 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.975444 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.975485 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:21.975986 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.976023 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.976332 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:25:21.976547 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.976687 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} executeQuery: Read 203 rows, 13.41 KiB in 0.001259 sec., 161239.07863383638 rows/sec., 10.40 MiB/sec. 2025.07.18 19:25:21.976728 [ 4 ] {b3ef722b-ccef-48ce-9daa-ff58699e880a} TCPHandler: Processed in 0.001435302 sec. 2025.07.18 19:25:21.976871 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.976969 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.977010 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:21.977516 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.977553 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.977861 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:21.978072 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.978200 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} executeQuery: Read 202 rows, 11.75 KiB in 0.001249 sec., 161729.38350680546 rows/sec., 9.19 MiB/sec. 2025.07.18 19:25:21.978243 [ 4 ] {dff4037e-4971-4aaf-a453-9b99138a8e1e} TCPHandler: Processed in 0.001423382 sec. 2025.07.18 19:25:21.978366 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.978459 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:21.978498 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:21.979145 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.979181 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.979506 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.07.18 19:25:21.979710 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.979838 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} executeQuery: Read 693 rows, 49.85 KiB in 0.001396 sec., 496418.3381088825 rows/sec., 34.87 MiB/sec. 2025.07.18 19:25:21.979875 [ 4 ] {946bd6eb-09ee-4536-862c-58b507f8b6d1} TCPHandler: Processed in 0.001558873 sec. 2025.07.18 19:25:21.979992 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.980086 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:21.980126 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:21.980466 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.980500 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.980799 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:21.981001 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.981129 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. 2025.07.18 19:25:21.981165 [ 4 ] {c409ec0a-bf67-446b-8704-851e723562c1} TCPHandler: Processed in 0.001221748 sec. 2025.07.18 19:25:21.981171 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:25:21.981226 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:25:21.981281 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.981378 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.981420 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:21.981869 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.981908 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.982263 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.07.18 19:25:21.982509 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.982650 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} executeQuery: Read 307 rows, 20.68 KiB in 0.001289 sec., 238169.12335143524 rows/sec., 15.67 MiB/sec. 2025.07.18 19:25:21.982688 [ 4 ] {cbf7c71e-1c73-4950-b94f-c7e580fced6e} TCPHandler: Processed in 0.001455353 sec. 2025.07.18 19:25:21.982800 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.982895 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.982938 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:21.983241 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:25:21.983266 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.983305 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.983599 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:21.983802 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.983929 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2025.07.18 19:25:21.983964 [ 4 ] {d6fab2a0-3f53-490e-8547-19263ef83d1c} TCPHandler: Processed in 0.001213588 sec. 2025.07.18 19:25:21.984080 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.984173 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.984229 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:21.985091 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.985126 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.985668 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.07.18 19:25:21.985881 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.986017 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} executeQuery: Read 41 rows, 75.23 KiB in 0.001861 sec., 22031.166039763568 rows/sec., 39.48 MiB/sec. 2025.07.18 19:25:21.986068 [ 4 ] {6de5f3f5-f861-47f3-b82d-37942b9a16d5} TCPHandler: Processed in 0.002037642 sec. 2025.07.18 19:25:21.986186 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:21.986281 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:21.986322 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:21.986656 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:21.986692 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:21.986984 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.07.18 19:25:21.987184 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:21.987310 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} executeQuery: Read 102 rows, 6.42 KiB in 0.001047 sec., 97421.20343839542 rows/sec., 5.99 MiB/sec. 2025.07.18 19:25:21.987345 [ 4 ] {996fd5cb-450a-41d5-a1e5-56b6394b1f5d} TCPHandler: Processed in 0.001209098 sec. 2025.07.18 19:25:25.465627 [ 140 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:25:25.465681 [ 140 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:25:25.675602 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 2025.07.18 19:25:25.676175 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:25.676230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:25.676756 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:25:25.676984 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:25.677127 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 2025.07.18 19:25:26.957219 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:26.957414 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:26.957485 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:26.958155 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:26.958202 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:26.958579 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.07.18 19:25:26.958798 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:26.958950 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} executeQuery: Read 56 rows, 4.41 KiB in 0.001589 sec., 35242.29074889868 rows/sec., 2.71 MiB/sec. 2025.07.18 19:25:26.958990 [ 4 ] {b7178af1-4b7d-465d-a6d2-f9447432e0b9} TCPHandler: Processed in 0.0019076 sec. 2025.07.18 19:25:26.959114 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:26.959209 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:26.959248 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:26.959666 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:26.959701 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:26.959996 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.07.18 19:25:26.960211 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:26.960341 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. 2025.07.18 19:25:26.960378 [ 4 ] {74861b45-7218-4fff-a01f-0d508857f371} TCPHandler: Processed in 0.00131472 sec. 2025.07.18 19:25:26.960491 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:26.960585 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:26.960628 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:26.961042 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:26.961078 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:26.961412 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.07.18 19:25:26.961619 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:26.961748 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.07.18 19:25:26.961783 [ 4 ] {6b79e0c1-4b88-42e8-a6bb-5a525190499a} TCPHandler: Processed in 0.001341121 sec. 2025.07.18 19:25:26.961895 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:26.961988 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:26.962030 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:26.962361 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:26.962396 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:26.962698 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.07.18 19:25:26.962899 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:26.963024 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.07.18 19:25:26.963059 [ 4 ] {b3f03a65-7dc9-488f-a94e-cb3cc4e7a73f} TCPHandler: Processed in 0.001213458 sec. 2025.07.18 19:25:27.723478 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.07.18 19:25:27.740991 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:27.741045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:27.747236 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:25:27.747931 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:27.751086 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.07.18 19:25:29.042425 [ 136 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.07.18 19:25:29.042486 [ 136 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:29.042506 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:29.042633 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.07.18 19:25:29.042782 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:29.042819 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part 2025.07.18 19:25:29.042888 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2025.07.18 19:25:29.042934 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2025.07.18 19:25:29.042977 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2025.07.18 19:25:29.043016 [ 198 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part 2025.07.18 19:25:29.043789 [ 197 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207709 sec., 31464.533260909706 rows/sec., 2.63 MiB/sec. 2025.07.18 19:25:29.043987 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.07.18 19:25:29.044298 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:29.044386 [ 195 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_25_6} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.07.18 19:25:29.044503 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:25:30.785007 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2060 2025.07.18 19:25:30.787431 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:30.787487 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:30.788690 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:30.788979 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:30.789146 [ 133 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:25:30.789218 [ 133 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:30.789244 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:30.789364 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2060 2025.07.18 19:25:30.789405 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:25:30.790108 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:30.790270 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1900 rows starting from the beginning of the part 2025.07.18 19:25:30.790657 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2025.07.18 19:25:30.791036 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part 2025.07.18 19:25:30.791396 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part 2025.07.18 19:25:30.791759 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2025.07.18 19:25:30.792098 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part 2025.07.18 19:25:30.798950 [ 197 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2060 rows, containing 72 columns (72 merged, 0 gathered) in 0.009628098 sec., 213957.10762395646 rows/sec., 161.84 MiB/sec. 2025.07.18 19:25:30.800475 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:25:30.800963 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:30.801036 [ 186 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_61_12} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:25:30.801208 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. 2025.07.18 19:25:31.973046 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.973217 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.973283 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:31.974181 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.974222 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.974623 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:31.974868 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.975026 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} executeQuery: Read 392 rows, 25.47 KiB in 0.001856 sec., 211206.89655172414 rows/sec., 13.40 MiB/sec. 2025.07.18 19:25:31.975078 [ 4 ] {46e9d008-4466-4bce-92b7-856138249758} TCPHandler: Processed in 0.002156763 sec. 2025.07.18 19:25:31.975213 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.975315 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:25:31.975359 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:25:31.975839 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.975877 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.976186 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.07.18 19:25:31.976409 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.976544 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} executeQuery: Read 12 rows, 1002.00 B in 0.001252 sec., 9584.664536741213 rows/sec., 781.56 KiB/sec. 2025.07.18 19:25:31.976583 [ 4 ] {62da61eb-7df8-473f-be3e-e84168716223} TCPHandler: Processed in 0.001423602 sec. 2025.07.18 19:25:31.976702 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.976800 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:31.976843 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:31.977809 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.977845 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.978215 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.07.18 19:25:31.978427 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.978539 [ 131 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.07.18 19:25:31.978557 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} executeQuery: Read 1155 rows, 94.34 KiB in 0.001777 sec., 649971.8626899269 rows/sec., 51.85 MiB/sec. 2025.07.18 19:25:31.978576 [ 131 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.978594 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.978596 [ 4 ] {66ccf737-9251-42cf-8e10-ba00480e7e4c} TCPHandler: Processed in 0.00194452 sec. 2025.07.18 19:25:31.978716 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:25:31.978721 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.978865 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.978881 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:31.978905 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:31.978932 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2298 rows starting from the beginning of the part 2025.07.18 19:25:31.979007 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:25:31.979065 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:25:31.979111 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:25:31.979168 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part 2025.07.18 19:25:31.979220 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1155 rows starting from the beginning of the part 2025.07.18 19:25:31.979489 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.979531 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.979867 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:25:31.980091 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.980225 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} executeQuery: Read 249 rows, 15.70 KiB in 0.00138 sec., 180434.78260869565 rows/sec., 11.11 MiB/sec. 2025.07.18 19:25:31.980264 [ 4 ] {bfec6494-94bd-4bf8-8486-67ec90f5da78} TCPHandler: Processed in 0.001592785 sec. 2025.07.18 19:25:31.980385 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.980479 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.980520 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:31.981001 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.981038 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.981335 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:25:31.981540 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.981669 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} executeQuery: Read 203 rows, 13.41 KiB in 0.001208 sec., 168046.35761589403 rows/sec., 10.84 MiB/sec. 2025.07.18 19:25:31.981687 [ 186 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7004 rows, containing 5 columns (5 merged, 0 gathered) in 0.003026847 sec., 2313959.0471536885 rows/sec., 195.54 MiB/sec. 2025.07.18 19:25:31.981707 [ 4 ] {2dade72f-e122-45cb-845f-cd67645daaa6} TCPHandler: Processed in 0.001374081 sec. 2025.07.18 19:25:31.981844 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.981936 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.981976 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:31.982007 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.07.18 19:25:31.982328 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.982416 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_121_24} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.07.18 19:25:31.982433 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.982479 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.982505 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.07.18 19:25:31.982784 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:31.982997 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.983125 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} executeQuery: Read 202 rows, 11.75 KiB in 0.001206 sec., 167495.85406301823 rows/sec., 9.51 MiB/sec. 2025.07.18 19:25:31.983162 [ 4 ] {c39e2793-3e40-4542-aff4-213e240899b1} TCPHandler: Processed in 0.001368091 sec. 2025.07.18 19:25:31.983278 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.983370 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:31.983411 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:31.984083 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.984118 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.984448 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.07.18 19:25:31.984673 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.984781 [ 131 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.07.18 19:25:31.984800 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} executeQuery: Read 705 rows, 50.83 KiB in 0.001447 sec., 487214.92743607465 rows/sec., 34.31 MiB/sec. 2025.07.18 19:25:31.984812 [ 131 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.984830 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.984838 [ 4 ] {b2d0ce66-5a6f-478d-a013-d63276869514} TCPHandler: Processed in 0.001609085 sec. 2025.07.18 19:25:31.984939 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:25:31.984954 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.985068 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:31.985082 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:31.985110 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:31.985122 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1185 rows starting from the beginning of the part 2025.07.18 19:25:31.985193 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 693 rows starting from the beginning of the part 2025.07.18 19:25:31.985239 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 522 rows starting from the beginning of the part 2025.07.18 19:25:31.985279 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 693 rows starting from the beginning of the part 2025.07.18 19:25:31.985319 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part 2025.07.18 19:25:31.985363 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 705 rows starting from the beginning of the part 2025.07.18 19:25:31.985472 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.985515 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.985842 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:31.986060 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.986165 [ 131 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_60_60_0 2025.07.18 19:25:31.986191 [ 131 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.986197 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2025.07.18 19:25:31.986209 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.986235 [ 4 ] {989e21be-d342-45c6-9738-78d0c722daa6} TCPHandler: Processed in 0.001330431 sec. 2025.07.18 19:25:31.986281 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_60_60_0 into Compact with storage Full 2025.07.18 19:25:31.986346 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.986373 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:31.986405 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part 2025.07.18 19:25:31.986446 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.986455 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_56_1, total 30 rows starting from the beginning of the part 2025.07.18 19:25:31.986498 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:31.986513 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part 2025.07.18 19:25:31.986558 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part 2025.07.18 19:25:31.986596 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part 2025.07.18 19:25:31.986634 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part 2025.07.18 19:25:31.986810 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3862 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925449 sec., 2005765.9278433237 rows/sec., 150.82 MiB/sec. 2025.07.18 19:25:31.986959 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.986996 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:31.987032 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.07.18 19:25:31.987402 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.987410 [ 199 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001163458 sec., 309422.4286566425 rows/sec., 15.79 MiB/sec. 2025.07.18 19:25:31.987497 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_121_24} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.07.18 19:25:31.987539 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} MergedBlockOutputStream: filled checksums all_1_60_11 (state Temporary) 2025.07.18 19:25:31.987553 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.07.18 19:25:31.987617 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.07.18 19:25:31.987866 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.987868 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_60_11 to all_1_60_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.987959 [ 197 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_60_11} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_60_60_0] -> all_1_60_11 2025.07.18 19:25:31.988017 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} executeQuery: Read 313 rows, 21.10 KiB in 0.00159 sec., 196855.34591194967 rows/sec., 12.96 MiB/sec. 2025.07.18 19:25:31.988024 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:25:31.988065 [ 4 ] {7024f99c-4685-4ba3-b418-87ea9fc02319} TCPHandler: Processed in 0.001766517 sec. 2025.07.18 19:25:31.988187 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.988280 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.988322 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:31.988660 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.988694 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.988994 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:31.989211 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.989312 [ 131 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.07.18 19:25:31.989340 [ 131 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.989342 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2025.07.18 19:25:31.989356 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.989383 [ 4 ] {3bc0b3e0-e2f2-438e-9733-0dbcbb804da4} TCPHandler: Processed in 0.001243549 sec. 2025.07.18 19:25:31.989432 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.07.18 19:25:31.989498 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.989525 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:31.989556 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part 2025.07.18 19:25:31.989600 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.989602 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part 2025.07.18 19:25:31.989660 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part 2025.07.18 19:25:31.989661 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:31.989694 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part 2025.07.18 19:25:31.989734 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part 2025.07.18 19:25:31.989765 [ 197 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part 2025.07.18 19:25:31.990424 [ 186 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001023126 sec., 58643.80340251347 rows/sec., 3.86 MiB/sec. 2025.07.18 19:25:31.990557 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.07.18 19:25:31.990588 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.990624 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.990834 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.990900 [ 199 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_60_12} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.07.18 19:25:31.990974 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.18 19:25:31.991223 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.07.18 19:25:31.991447 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.991586 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} executeQuery: Read 41 rows, 75.23 KiB in 0.002004 sec., 20459.081836327343 rows/sec., 36.66 MiB/sec. 2025.07.18 19:25:31.991661 [ 4 ] {ace32c39-9995-4704-824d-3f2afc9de2ee} TCPHandler: Processed in 0.002211724 sec. 2025.07.18 19:25:31.991778 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:31.991871 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:31.991911 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:31.992244 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:31.992279 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:31.992601 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.07.18 19:25:31.992806 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:31.992930 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} executeQuery: Read 102 rows, 6.42 KiB in 0.001078 sec., 94619.66604823749 rows/sec., 5.81 MiB/sec. 2025.07.18 19:25:31.992966 [ 4 ] {0e1dc148-c726-44c3-b4f1-b1d0bd25a202} TCPHandler: Processed in 0.001237129 sec. 2025.07.18 19:25:33.177407 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 2025.07.18 19:25:33.177975 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:33.178016 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:33.178495 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:25:33.178733 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:33.178875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 2025.07.18 19:25:35.251246 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.07.18 19:25:35.269113 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:35.269163 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.07.18 19:25:35.275739 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:25:35.276446 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:35.279607 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.07.18 19:25:36.957055 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:36.957262 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:36.957335 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:36.958107 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:36.958145 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:36.958547 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.07.18 19:25:36.958766 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:36.958918 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} executeQuery: Read 56 rows, 4.41 KiB in 0.001709 sec., 32767.700409596255 rows/sec., 2.52 MiB/sec. 2025.07.18 19:25:36.958960 [ 4 ] {ebefe510-6cd9-49c4-8c35-5d08382abf19} TCPHandler: Processed in 0.002035772 sec. 2025.07.18 19:25:36.959101 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:36.959194 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:36.959234 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:36.959654 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:36.959688 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:36.960002 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.07.18 19:25:36.960209 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:36.960335 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. 2025.07.18 19:25:36.960372 [ 4 ] {a6bfa3a5-ba5f-42cb-b5be-496a1cd19e8a} TCPHandler: Processed in 0.00132076 sec. 2025.07.18 19:25:36.960492 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:36.960590 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:36.960633 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:36.961053 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:36.961087 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:36.961410 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.07.18 19:25:36.961624 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:36.961749 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.07.18 19:25:36.961785 [ 4 ] {fc540291-8eb1-474e-bc20-7f1cfb461abf} TCPHandler: Processed in 0.001340671 sec. 2025.07.18 19:25:36.961895 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:36.961988 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:36.962028 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:36.962360 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:36.962393 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:36.962685 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.07.18 19:25:36.962900 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:36.963002 [ 127 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.07.18 19:25:36.963024 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.07.18 19:25:36.963041 [ 127 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:36.963060 [ 4 ] {022db371-7387-4869-a2fa-7aefe8798bf4} TCPHandler: Processed in 0.001212788 sec. 2025.07.18 19:25:36.963060 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:36.963157 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:36.963258 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:36.963290 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergeTreeSequentialSource: Reading 3 marks from part all_1_116_23, total 9216 rows starting from the beginning of the part 2025.07.18 19:25:36.963352 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:36.963399 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 102 rows starting from the beginning of the part 2025.07.18 19:25:36.963440 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:36.963481 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 102 rows starting from the beginning of the part 2025.07.18 19:25:36.963523 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:25:36.965754 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 9600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002631441 sec., 3648191.238184706 rows/sec., 232.09 MiB/sec. 2025.07.18 19:25:36.966175 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.07.18 19:25:36.966739 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:36.966889 [ 189 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_121_24} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.07.18 19:25:36.967042 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2025.07.18 19:25:40.465729 [ 121 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:25:40.465803 [ 121 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:25:40.678985 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 2025.07.18 19:25:40.679483 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:40.679522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:40.680009 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:25:40.680242 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:40.680385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 2025.07.18 19:25:40.789557 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2092 2025.07.18 19:25:40.791926 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:40.791976 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:40.793179 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:40.793457 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:40.793728 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2092 2025.07.18 19:25:41.118786 [ 218 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.118839 [ 218 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.120253 [ 218 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.969724 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.969902 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.969967 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:41.970776 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.970822 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.971215 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:41.971449 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.971597 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} executeQuery: Read 392 rows, 25.47 KiB in 0.001743 sec., 224899.5983935743 rows/sec., 14.27 MiB/sec. 2025.07.18 19:25:41.971611 [ 120 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.07.18 19:25:41.971637 [ 4 ] {e01a89bc-7f52-4cea-b15c-1bc0e25e2c77} TCPHandler: Processed in 0.002037051 sec. 2025.07.18 19:25:41.971700 [ 120 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.971741 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.971799 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.971881 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.07.18 19:25:41.971899 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:41.971965 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:41.972055 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:41.972109 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 392 rows starting from the beginning of the part 2025.07.18 19:25:41.972184 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:41.972236 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:41.972283 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:41.972329 [ 200 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 392 rows starting from the beginning of the part 2025.07.18 19:25:41.972892 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.972933 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.973309 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.07.18 19:25:41.973408 [ 192 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587824 sec., 1234393.7363334978 rows/sec., 83.02 MiB/sec. 2025.07.18 19:25:41.973537 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.973593 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.07.18 19:25:41.973673 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} executeQuery: Read 1149 rows, 93.90 KiB in 0.001792 sec., 641183.0357142857 rows/sec., 51.17 MiB/sec. 2025.07.18 19:25:41.973716 [ 4 ] {bc336c69-2fd9-464e-9803-2642bfb1140f} TCPHandler: Processed in 0.001965091 sec. 2025.07.18 19:25:41.973730 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:41.973769 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:41.973838 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.973901 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.973936 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.973978 [ 196 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_61_15} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.07.18 19:25:41.973981 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:41.974057 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.07.18 19:25:41.974491 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.974532 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.974867 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:25:41.975178 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.975324 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} executeQuery: Read 237 rows, 14.86 KiB in 0.001405 sec., 168683.27402135232 rows/sec., 10.33 MiB/sec. 2025.07.18 19:25:41.975363 [ 4 ] {142616a1-4550-4e7e-87a3-64c57e244a49} TCPHandler: Processed in 0.001572634 sec. 2025.07.18 19:25:41.975493 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.975591 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.975633 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:41.975899 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:25:41.976114 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.976156 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.976477 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:25:41.976734 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.976864 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} executeQuery: Read 203 rows, 13.41 KiB in 0.001291 sec., 157242.44771494964 rows/sec., 10.14 MiB/sec. 2025.07.18 19:25:41.976901 [ 4 ] {6d89192d-508f-443e-b02f-071a2017dd64} TCPHandler: Processed in 0.001463413 sec. 2025.07.18 19:25:41.977011 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.977106 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.977146 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:41.977603 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.977638 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.978028 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:41.978238 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.978337 [ 119 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 2025.07.18 19:25:41.978363 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} executeQuery: Read 202 rows, 11.75 KiB in 0.001275 sec., 158431.3725490196 rows/sec., 9.00 MiB/sec. 2025.07.18 19:25:41.978376 [ 119 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.978397 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.978401 [ 4 ] {e0b8c0fe-761c-4013-b586-51081cdccae7} TCPHandler: Processed in 0.001438552 sec. 2025.07.18 19:25:41.978488 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full 2025.07.18 19:25:41.978493 [ 224 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.978522 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.978551 [ 224 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.978624 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:41.978639 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:41.978666 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 202 rows starting from the beginning of the part 2025.07.18 19:25:41.978687 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:41.978745 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:41.978810 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:41.978864 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:41.978918 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 202 rows starting from the beginning of the part 2025.07.18 19:25:41.979353 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.979394 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.979680 [ 196 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001235199 sec., 817682.0091337509 rows/sec., 49.56 MiB/sec. 2025.07.18 19:25:41.979776 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.07.18 19:25:41.979805 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) 2025.07.18 19:25:41.980082 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.980102 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.980169 [ 200 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_61_15} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 2025.07.18 19:25:41.980223 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:25:41.980225 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} executeQuery: Read 693 rows, 49.85 KiB in 0.001603 sec., 432314.4104803493 rows/sec., 30.37 MiB/sec. 2025.07.18 19:25:41.980276 [ 4 ] {c22b2c43-d2b5-4735-9544-2229b2413cec} TCPHandler: Processed in 0.001803618 sec. 2025.07.18 19:25:41.980289 [ 224 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:41.980326 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:41.980380 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:41.980390 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.980491 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:41.980535 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:41.980868 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.980905 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.981263 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:41.981579 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.981724 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} executeQuery: Read 6 rows, 321.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 250.58 KiB/sec. 2025.07.18 19:25:41.981760 [ 4 ] {10a6a209-70e4-476b-9fa9-a16a36c87b2c} TCPHandler: Processed in 0.001419371 sec. 2025.07.18 19:25:41.981869 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.981963 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.982007 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:41.982333 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:25:41.982439 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.982483 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.982827 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.07.18 19:25:41.983042 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.983148 [ 120 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_118_24 to all_123_123_0 2025.07.18 19:25:41.983172 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} executeQuery: Read 307 rows, 20.68 KiB in 0.001228 sec., 250000.00000000003 rows/sec., 16.45 MiB/sec. 2025.07.18 19:25:41.983180 [ 120 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.983212 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.983217 [ 4 ] {ca432f4b-cc3e-4e1e-a27f-5a35eb3a9388} TCPHandler: Processed in 0.001395322 sec. 2025.07.18 19:25:41.983317 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_118_24 to all_123_123_0 into Compact with storage Full 2025.07.18 19:25:41.983334 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.983344 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:41.983388 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:41.983442 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.983455 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:41.983500 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:41.983504 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 7 marks from part all_1_118_24, total 45593 rows starting from the beginning of the part 2025.07.18 19:25:41.983598 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 307 rows starting from the beginning of the part 2025.07.18 19:25:41.983652 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.07.18 19:25:41.983700 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 313 rows starting from the beginning of the part 2025.07.18 19:25:41.983745 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2025.07.18 19:25:41.983793 [ 201 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 307 rows starting from the beginning of the part 2025.07.18 19:25:41.983831 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.983871 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.984219 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:41.984494 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.984632 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} executeQuery: Read 1 rows, 69.00 B in 0.001207 sec., 828.5004142502072 rows/sec., 55.83 KiB/sec. 2025.07.18 19:25:41.984670 [ 4 ] {e5b7ca7c-7fbe-40f5-9161-85cfda5de92d} TCPHandler: Processed in 0.001383081 sec. 2025.07.18 19:25:41.984781 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.984875 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.984931 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:41.985385 [ 221 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:25:41.985816 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.985856 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.986437 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.07.18 19:25:41.986700 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.986810 [ 120 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.07.18 19:25:41.986840 [ 120 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.986846 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} executeQuery: Read 41 rows, 75.23 KiB in 0.001987 sec., 20634.121791645695 rows/sec., 36.98 MiB/sec. 2025.07.18 19:25:41.986859 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.986918 [ 4 ] {62c37d79-64a5-4c92-b512-b5e9c95297c3} TCPHandler: Processed in 0.002185154 sec. 2025.07.18 19:25:41.986938 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:25:41.987040 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:41.987138 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:41.987155 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:41.987179 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:41.987229 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2266 rows starting from the beginning of the part 2025.07.18 19:25:41.987398 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part 2025.07.18 19:25:41.987533 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:41.987556 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part 2025.07.18 19:25:41.987573 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:41.987708 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part 2025.07.18 19:25:41.987847 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part 2025.07.18 19:25:41.987903 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.07.18 19:25:41.987982 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part 2025.07.18 19:25:41.988136 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.988268 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} executeQuery: Read 102 rows, 6.42 KiB in 0.001148 sec., 88850.17421602788 rows/sec., 5.46 MiB/sec. 2025.07.18 19:25:41.988304 [ 4 ] {c712d89b-2eed-47eb-86fc-80f44b460ffe} TCPHandler: Processed in 0.0013145 sec. 2025.07.18 19:25:41.988356 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:41.988406 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:41.990240 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:25:41.991887 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergeTask::MergeProjectionsStage: Merge sorted 46840 rows, containing 5 columns (5 merged, 0 gathered) in 0.008620512 sec., 5433551.9746390935 rows/sec., 363.77 MiB/sec. 2025.07.18 19:25:41.992563 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) 2025.07.18 19:25:41.992824 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:41.992892 [ 195 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_123_25} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_118_24, all_123_123_0] -> all_1_123_25 2025.07.18 19:25:41.992988 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2025.07.18 19:25:42.000221 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 362.15 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.52 MiB (RSS), difference: -7.63 MiB 2025.07.18 19:25:42.000568 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2471 rows, containing 19 columns (19 merged, 0 gathered) in 0.01365915 sec., 180904.37545528088 rows/sec., 324.17 MiB/sec. 2025.07.18 19:25:42.002701 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.07.18 19:25:42.003038 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:42.003107 [ 187 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_61_12} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.07.18 19:25:42.003250 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB. 2025.07.18 19:25:42.312005 [ 223 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:42.312082 [ 223 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:42.314035 [ 223 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2025.07.18 19:25:42.779679 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.07.18 19:25:42.797996 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:42.798056 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:42.804508 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:25:42.805250 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:42.808391 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.07.18 19:25:43.000164 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 336.25 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: 18.33 MiB 2025.07.18 19:25:46.604675 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:46.604864 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:46.604930 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:46.605984 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:46.606033 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:46.606491 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.07.18 19:25:46.606717 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:46.606874 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} executeQuery: Read 1196 rows, 100.97 KiB in 0.002058 sec., 581146.7444120506 rows/sec., 47.91 MiB/sec. 2025.07.18 19:25:46.606916 [ 4 ] {bdf427f4-93de-421b-83b4-7346fdc77749} TCPHandler: Processed in 0.002367846 sec. 2025.07.18 19:25:46.607029 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:46.607124 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:46.607165 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:46.607644 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:46.607682 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:46.607988 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:25:46.608201 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:46.608332 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} executeQuery: Read 228 rows, 15.81 KiB in 0.001227 sec., 185819.0709046455 rows/sec., 12.58 MiB/sec. 2025.07.18 19:25:46.608370 [ 4 ] {5ada7dc8-c878-457c-9bc4-9b9fc8850063} TCPHandler: Processed in 0.001389342 sec. 2025.07.18 19:25:46.608478 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:46.608573 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:46.608613 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:46.609179 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:46.609216 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:46.609535 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.07.18 19:25:46.609747 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:46.609874 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} executeQuery: Read 520 rows, 39.40 KiB in 0.001318 sec., 394537.17754172994 rows/sec., 29.20 MiB/sec. 2025.07.18 19:25:46.609911 [ 4 ] {332d5b42-94d8-4734-8740-00ad8d0da7d5} TCPHandler: Processed in 0.001481732 sec. 2025.07.18 19:25:46.610022 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:46.610116 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:46.610161 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:46.610754 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:46.610790 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:46.611154 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.07.18 19:25:46.611374 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:46.611505 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} executeQuery: Read 1006 rows, 69.24 KiB in 0.001405 sec., 716014.2348754448 rows/sec., 48.13 MiB/sec. 2025.07.18 19:25:46.611544 [ 4 ] {4614e63e-d6c9-41c2-907a-116f44275e29} TCPHandler: Processed in 0.001570033 sec. 2025.07.18 19:25:46.611655 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:46.611750 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:46.611792 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:46.612123 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:46.612159 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:46.612465 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.07.18 19:25:46.612685 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:46.612814 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.07.18 19:25:46.612848 [ 4 ] {0755d4f9-9c78-487c-88ce-d6325c93a137} TCPHandler: Processed in 0.00124175 sec. 2025.07.18 19:25:48.180579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 2025.07.18 19:25:48.181106 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:48.181144 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:48.181638 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:25:48.181875 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:48.182018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 2025.07.18 19:25:48.182086 [ 222 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:48.182140 [ 222 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:48.184027 [ 222 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:25:48.955551 [ 222 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:48.955603 [ 222 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:48.957655 [ 222 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:25:49.000173 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 350.60 MiB, peak 364.90 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: 3.99 MiB 2025.07.18 19:25:50.308512 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.07.18 19:25:50.325383 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:50.325439 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:50.331670 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:25:50.332368 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:50.335363 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.07.18 19:25:50.794017 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2124 2025.07.18 19:25:50.796659 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:50.796703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:50.797888 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:25:50.798157 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:50.798426 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2124 2025.07.18 19:25:51.969605 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.969785 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.969851 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:25:51.970632 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.970683 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.971083 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:51.971321 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.971479 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} executeQuery: Read 392 rows, 25.47 KiB in 0.001742 sec., 225028.70264064294 rows/sec., 14.28 MiB/sec. 2025.07.18 19:25:51.971529 [ 4 ] {671ab40e-5006-43ab-a58e-6603378799a9} TCPHandler: Processed in 0.002053172 sec. 2025.07.18 19:25:51.971660 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.971763 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:51.971807 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:51.972694 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.972732 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.973102 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.07.18 19:25:51.973326 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.973459 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} executeQuery: Read 1149 rows, 93.90 KiB in 0.001719 sec., 668411.867364747 rows/sec., 53.35 MiB/sec. 2025.07.18 19:25:51.973498 [ 4 ] {ba4eb0d8-1e42-4fce-afda-c2083584b779} TCPHandler: Processed in 0.001890629 sec. 2025.07.18 19:25:51.973627 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.973723 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.973764 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:25:51.974266 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.974304 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.974613 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:25:51.974843 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.974979 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} executeQuery: Read 237 rows, 14.86 KiB in 0.001275 sec., 185882.35294117645 rows/sec., 11.38 MiB/sec. 2025.07.18 19:25:51.975017 [ 4 ] {390912d1-2777-47cc-8ce5-f7ea2e6c42cd} TCPHandler: Processed in 0.001439232 sec. 2025.07.18 19:25:51.975136 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.975231 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.975271 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:25:51.975752 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.975787 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.976089 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:25:51.976308 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.976439 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} executeQuery: Read 203 rows, 13.41 KiB in 0.001226 sec., 165579.11908646 rows/sec., 10.68 MiB/sec. 2025.07.18 19:25:51.976477 [ 4 ] {fd9bb9fd-820e-4daf-85db-8bd41003e9ef} TCPHandler: Processed in 0.001390231 sec. 2025.07.18 19:25:51.976476 [ 110 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_72_15 to all_77_77_0 2025.07.18 19:25:51.976551 [ 110 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.976577 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.976594 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.976675 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_72_15 to all_77_77_0 into Compact with storage Full 2025.07.18 19:25:51.976692 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.976736 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:25:51.976778 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:51.976809 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_72_15, total 431 rows starting from the beginning of the part 2025.07.18 19:25:51.976872 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:51.976926 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:51.976971 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:51.977016 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 228 rows starting from the beginning of the part 2025.07.18 19:25:51.977066 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 203 rows starting from the beginning of the part 2025.07.18 19:25:51.977182 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.977218 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.977543 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:51.977762 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.977893 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} executeQuery: Read 202 rows, 11.75 KiB in 0.001219 sec., 165709.59803117308 rows/sec., 9.41 MiB/sec. 2025.07.18 19:25:51.977930 [ 4 ] {53870910-32fa-4de6-bc4e-856f942a448f} TCPHandler: Processed in 0.001388691 sec. 2025.07.18 19:25:51.978046 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.978087 [ 193 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443002 sec., 1019402.6065105938 rows/sec., 70.66 MiB/sec. 2025.07.18 19:25:51.978140 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:51.978183 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:51.978304 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} MergedBlockOutputStream: filled checksums all_1_77_16 (state Temporary) 2025.07.18 19:25:51.978708 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_77_16 to all_1_77_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.978797 [ 188 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_77_16} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_72_15, all_77_77_0] -> all_1_77_16 2025.07.18 19:25:51.978883 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.978899 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:25:51.978926 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.979263 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.07.18 19:25:51.979474 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.979608 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} executeQuery: Read 693 rows, 49.85 KiB in 0.001486 sec., 466352.6244952894 rows/sec., 32.76 MiB/sec. 2025.07.18 19:25:51.979647 [ 4 ] {155f6615-dac0-4b54-b33b-134433b76cd6} TCPHandler: Processed in 0.001648836 sec. 2025.07.18 19:25:51.979768 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.979862 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:25:51.979903 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:25:51.980244 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.980280 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.980585 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:51.980783 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.980910 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.07.18 19:25:51.980946 [ 4 ] {e38b4d97-73c5-4554-9204-096465f0bb92} TCPHandler: Processed in 0.001227679 sec. 2025.07.18 19:25:51.981057 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.981151 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.981193 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:51.981630 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.981664 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.982000 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.07.18 19:25:51.982202 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.982329 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} executeQuery: Read 307 rows, 20.68 KiB in 0.001196 sec., 256688.96321070235 rows/sec., 16.89 MiB/sec. 2025.07.18 19:25:51.982365 [ 4 ] {f5d4f18c-c9f2-4447-8343-b67fbfeba40b} TCPHandler: Processed in 0.001356321 sec. 2025.07.18 19:25:51.982475 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.982571 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.982614 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:25:51.982929 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.982964 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.983263 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:51.983477 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.983606 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2025.07.18 19:25:51.983642 [ 4 ] {834a86b2-c6b9-4a52-85d2-4a3502db146d} TCPHandler: Processed in 0.001215029 sec. 2025.07.18 19:25:51.983751 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.983844 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.983898 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:25:51.984728 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.984764 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.985317 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.07.18 19:25:51.985531 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.985669 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} executeQuery: Read 41 rows, 75.23 KiB in 0.001843 sec., 22246.33749321758 rows/sec., 39.86 MiB/sec. 2025.07.18 19:25:51.985728 [ 4 ] {0e32191f-c5a4-43be-aa1d-a1a8fb22195a} TCPHandler: Processed in 0.002024641 sec. 2025.07.18 19:25:51.985845 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:51.985940 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:51.985981 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:51.986307 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:51.986342 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:51.986642 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.07.18 19:25:51.986857 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:51.986982 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} executeQuery: Read 102 rows, 6.42 KiB in 0.001059 sec., 96317.28045325779 rows/sec., 5.92 MiB/sec. 2025.07.18 19:25:51.987017 [ 4 ] {6fb1bea0-cdc5-4ff2-a6bd-4e59e2705e27} TCPHandler: Processed in 0.001219739 sec. 2025.07.18 19:25:55.465849 [ 102 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:25:55.465912 [ 102 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:25:55.682237 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 2025.07.18 19:25:55.682881 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:55.682925 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:55.683418 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:25:55.683649 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:55.683795 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 2025.07.18 19:25:55.683795 [ 102 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:25:55.683872 [ 102 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:55.683895 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:55.684026 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:25:55.684186 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:55.684229 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:25:55.684303 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part 2025.07.18 19:25:55.684358 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part 2025.07.18 19:25:55.684406 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part 2025.07.18 19:25:55.684446 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part 2025.07.18 19:25:55.684488 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part 2025.07.18 19:25:55.687073 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003106498 sec., 12685023.457282122 rows/sec., 181.46 MiB/sec. 2025.07.18 19:25:55.687661 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:25:55.687958 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:55.688037 [ 194 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_86_17} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:25:55.688139 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.07.18 19:25:56.956510 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:56.956690 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:25:56.956755 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:25:56.957392 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.957435 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.957830 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.07.18 19:25:56.958050 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.958197 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. 2025.07.18 19:25:56.958225 [ 101 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.07.18 19:25:56.958238 [ 4 ] {2be0e8f5-8eff-449e-80d9-c831c96640a1} TCPHandler: Processed in 0.001852109 sec. 2025.07.18 19:25:56.958312 [ 101 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.958344 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.958416 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:56.958485 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::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.07.18 19:25:56.958516 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:25:56.958574 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:25:56.958641 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:56.958686 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2298 rows starting from the beginning of the part 2025.07.18 19:25:56.958764 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part 2025.07.18 19:25:56.958821 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:25:56.958875 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:25:56.958921 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:25:56.958970 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part 2025.07.18 19:25:56.958988 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.959029 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.959395 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.07.18 19:25:56.959612 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.959740 [ 101 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.07.18 19:25:56.959749 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. 2025.07.18 19:25:56.959775 [ 101 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.959800 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.959800 [ 4 ] {1ce77115-d0db-4729-9ee7-dc08b5fa719f} TCPHandler: Processed in 0.001445972 sec. 2025.07.18 19:25:56.959886 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::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.07.18 19:25:56.959923 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:56.959994 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:56.960023 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:25:56.960026 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1185 rows starting from the beginning of the part 2025.07.18 19:25:56.960077 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:25:56.960107 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part 2025.07.18 19:25:56.960158 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 693 rows starting from the beginning of the part 2025.07.18 19:25:56.960201 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 520 rows starting from the beginning of the part 2025.07.18 19:25:56.960238 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 693 rows starting from the beginning of the part 2025.07.18 19:25:56.960278 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part 2025.07.18 19:25:56.960488 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.960531 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.960877 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.07.18 19:25:56.961096 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.961226 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.07.18 19:25:56.961235 [ 197 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 5904 rows, containing 5 columns (5 merged, 0 gathered) in 0.002812594 sec., 2099129.8424159335 rows/sec., 177.69 MiB/sec. 2025.07.18 19:25:56.961263 [ 4 ] {9cac62c0-b44e-48e6-a1f1-be74c90ed23f} TCPHandler: Processed in 0.001388231 sec. 2025.07.18 19:25:56.961407 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:25:56.961458 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611025 sec., 1998106.7953632004 rows/sec., 150.92 MiB/sec. 2025.07.18 19:25:56.961493 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.07.18 19:25:56.961502 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:25:56.961557 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:25:56.961626 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.07.18 19:25:56.961784 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.961858 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_126_25} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.07.18 19:25:56.961867 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.961916 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:56.961936 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.07.18 19:25:56.961936 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_126_25} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.07.18 19:25:56.961962 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:56.962013 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.18 19:25:56.962278 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.07.18 19:25:56.962496 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:56.962628 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.07.18 19:25:56.962664 [ 4 ] {d3d5057c-e631-4a91-ba7f-d9131260c65b} TCPHandler: Processed in 0.00130556 sec. 2025.07.18 19:25:57.835489 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.07.18 19:25:57.854136 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:57.854201 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:57.860455 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:25:57.861215 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:57.861523 [ 101 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.07.18 19:25:57.861566 [ 101 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:25:57.861588 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:25:57.861688 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.864926 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:25:57.865400 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.07.18 19:25:57.865840 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.869323 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.872747 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.876743 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.881155 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.885638 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:25:57.943449 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.081799778 sec., 7921.781890410509 rows/sec., 40.96 MiB/sec. 2025.07.18 19:25:57.945627 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.07.18 19:25:57.947342 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:25:57.947433 [ 189 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_86_17} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.07.18 19:25:57.948893 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.07.18 19:25:58.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 355.67 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 354.59 MiB (RSS), difference: -1.07 MiB 2025.07.18 19:26:00.798743 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2154 2025.07.18 19:26:00.801553 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:00.801601 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:00.802749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:00.803017 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:00.803274 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2154 2025.07.18 19:26:01.279538 [ 220 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.279610 [ 220 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.281526 [ 220 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.969546 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.969719 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.969785 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:01.970538 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.970576 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.970990 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:26:01.971231 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.971383 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} executeQuery: Read 392 rows, 25.47 KiB in 0.001715 sec., 228571.42857142858 rows/sec., 14.50 MiB/sec. 2025.07.18 19:26:01.971433 [ 4 ] {920a4495-3e9b-4711-b67f-1cea05a7fd36} TCPHandler: Processed in 0.00200884 sec. 2025.07.18 19:26:01.971547 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.971650 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:26:01.971697 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:26:01.972085 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.972118 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.972390 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.07.18 19:26:01.972596 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.972828 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} executeQuery: Read 4 rows, 334.00 B in 0.0012 sec., 3333.3333333333335 rows/sec., 271.81 KiB/sec. 2025.07.18 19:26:01.972873 [ 4 ] {1bac39aa-ba79-4f57-85ff-51180dc62c7a} TCPHandler: Processed in 0.001375982 sec. 2025.07.18 19:26:01.972993 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.973089 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:01.973130 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:01.973964 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.973999 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.974375 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.07.18 19:26:01.974592 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.974716 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} executeQuery: Read 1151 rows, 94.05 KiB in 0.001647 sec., 698846.3873709776 rows/sec., 55.77 MiB/sec. 2025.07.18 19:26:01.974752 [ 4 ] {a0978023-bb2b-4fd5-bb77-fa5b05c8e339} TCPHandler: Processed in 0.001806658 sec. 2025.07.18 19:26:01.974869 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.974962 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.975002 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:01.975480 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.975514 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.975812 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:26:01.976037 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.976126 [ 95 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.07.18 19:26:01.976161 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} executeQuery: Read 241 rows, 15.14 KiB in 0.001217 sec., 198027.9375513558 rows/sec., 12.15 MiB/sec. 2025.07.18 19:26:01.976164 [ 95 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.976192 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.976198 [ 4 ] {3c654d74-3d01-4daf-8d6b-26c920dae2e3} TCPHandler: Processed in 0.001376281 sec. 2025.07.18 19:26:01.976297 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.07.18 19:26:01.976314 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.976425 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.976436 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:01.976466 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:01.976475 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 255 rows starting from the beginning of the part 2025.07.18 19:26:01.976551 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part 2025.07.18 19:26:01.976596 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 249 rows starting from the beginning of the part 2025.07.18 19:26:01.976637 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part 2025.07.18 19:26:01.976676 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part 2025.07.18 19:26:01.976714 [ 192 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 241 rows starting from the beginning of the part 2025.07.18 19:26:01.976943 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.976983 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.977294 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:26:01.977515 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.977639 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} executeQuery: Read 203 rows, 13.41 KiB in 0.001231 sec., 164906.58001624694 rows/sec., 10.64 MiB/sec. 2025.07.18 19:26:01.977664 [ 196 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 1456 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416122 sec., 1028160.0031635693 rows/sec., 67.04 MiB/sec. 2025.07.18 19:26:01.977675 [ 4 ] {2ef2720e-ea77-4b9b-92df-a4fe5776ec94} TCPHandler: Processed in 0.001408331 sec. 2025.07.18 19:26:01.977817 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.977909 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.977908 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.07.18 19:26:01.977949 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:01.978296 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.978393 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.978398 [ 190 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_70_14} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.07.18 19:26:01.978435 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.978549 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:26:01.978758 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:26:01.978964 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.979088 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} executeQuery: Read 202 rows, 11.75 KiB in 0.001196 sec., 168896.32107023412 rows/sec., 9.59 MiB/sec. 2025.07.18 19:26:01.979125 [ 4 ] {54e57623-c4ec-4615-a5fd-1b9735afccc4} TCPHandler: Processed in 0.001355531 sec. 2025.07.18 19:26:01.979237 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.979327 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:01.979366 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:01.979977 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.980011 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.980334 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.07.18 19:26:01.980563 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.980686 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} executeQuery: Read 697 rows, 50.18 KiB in 0.001376 sec., 506540.69767441857 rows/sec., 35.61 MiB/sec. 2025.07.18 19:26:01.980722 [ 4 ] {8690c2eb-6128-4008-944b-958e5c39e99b} TCPHandler: Processed in 0.001532073 sec. 2025.07.18 19:26:01.980838 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.980930 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:01.980971 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:01.981303 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.981336 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.981624 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:26:01.981838 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.981961 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2025.07.18 19:26:01.981995 [ 4 ] {b21234a4-9c0f-419e-9727-39bec49d4f60} TCPHandler: Processed in 0.001205309 sec. 2025.07.18 19:26:01.982105 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.982197 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.982238 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:01.982659 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.982692 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.983012 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.07.18 19:26:01.983231 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.983355 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} executeQuery: Read 309 rows, 20.82 KiB in 0.001176 sec., 262755.10204081633 rows/sec., 17.29 MiB/sec. 2025.07.18 19:26:01.983391 [ 4 ] {759209f5-0198-496e-a7d0-3179d785aa8d} TCPHandler: Processed in 0.00133361 sec. 2025.07.18 19:26:01.983507 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.983597 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.983638 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:01.983955 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.983989 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.984273 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:26:01.984492 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.984619 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2025.07.18 19:26:01.984656 [ 4 ] {e53743ba-0a57-41cb-9b68-5e09691720e2} TCPHandler: Processed in 0.001195749 sec. 2025.07.18 19:26:01.984660 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.984742 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.984804 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.984900 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.984953 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:01.985774 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.985810 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.986373 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.07.18 19:26:01.986582 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.07.18 19:26:01.986663 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.986809 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} executeQuery: Read 41 rows, 75.23 KiB in 0.001926 sec., 21287.642782969888 rows/sec., 38.15 MiB/sec. 2025.07.18 19:26:01.986865 [ 4 ] {5159fe3e-5a17-451e-8145-b6a24d18be50} TCPHandler: Processed in 0.002109393 sec. 2025.07.18 19:26:01.986985 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:01.987077 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:01.987116 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:01.987450 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.987486 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.987782 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.07.18 19:26:01.987996 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.988111 [ 94 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.07.18 19:26:01.988119 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} executeQuery: Read 102 rows, 6.42 KiB in 0.00106 sec., 96226.41509433962 rows/sec., 5.91 MiB/sec. 2025.07.18 19:26:01.988157 [ 94 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:01.988173 [ 4 ] {a9bd42ee-8f5b-4b96-842d-25951e1f3dbf} TCPHandler: Processed in 0.001236299 sec. 2025.07.18 19:26:01.988183 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:01.988267 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:26:01.988356 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:01.988381 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 9600 rows starting from the beginning of the part 2025.07.18 19:26:01.988427 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:01.988461 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:26:01.988493 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:01.988526 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::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.07.18 19:26:01.988559 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:01.990850 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 10026 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260694 sec., 3845888.282814334 rows/sec., 244.58 MiB/sec. 2025.07.18 19:26:01.991152 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.07.18 19:26:01.991518 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:01.991611 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_126_25} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.07.18 19:26:01.991723 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. 2025.07.18 19:26:01.992277 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:01.992306 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:01.993961 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:03.184085 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 2025.07.18 19:26:03.184708 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:03.184746 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:03.185252 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:26:03.185497 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:03.185627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 2025.07.18 19:26:05.365630 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.07.18 19:26:05.383490 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:05.383558 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:05.389792 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:26:05.390513 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:05.393934 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.07.18 19:26:06.141968 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:26:06.142069 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:26:06.144368 [ 220 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): 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.07.18 19:26:06.506249 [ 218 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:26:06.506305 [ 218 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:26:06.508103 [ 218 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): 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.07.18 19:26:06.900577 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:26:06.900633 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:26:06.902481 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): 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.07.18 19:26:06.956871 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:06.957045 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:06.957110 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:06.957824 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:06.957860 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:06.958233 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.07.18 19:26:06.958453 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:06.958597 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. 2025.07.18 19:26:06.958640 [ 4 ] {b2747679-603a-4058-bb85-92c70a2c375d} TCPHandler: Processed in 0.001892189 sec. 2025.07.18 19:26:06.958778 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:06.958875 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:06.958915 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:06.959365 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:06.959399 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:06.959717 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.07.18 19:26:06.959920 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:06.960045 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2025.07.18 19:26:06.960084 [ 4 ] {a9d0bd88-6077-4c20-893a-1da5b2195b68} TCPHandler: Processed in 0.001355181 sec. 2025.07.18 19:26:06.960206 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:06.960300 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:06.960344 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:06.960790 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:06.960823 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:06.961140 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.07.18 19:26:06.961344 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:06.961447 [ 87 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_123_25 to all_127_127_0 2025.07.18 19:26:06.961470 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.07.18 19:26:06.961484 [ 87 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:06.961505 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.07.18 19:26:06.961508 [ 4 ] {461c6e38-1145-49f6-927b-6643dc67af55} TCPHandler: Processed in 0.001351861 sec. 2025.07.18 19:26:06.961616 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTask::PrepareStage: Merging 5 parts: from all_1_123_25 to all_127_127_0 into Compact with storage Full 2025.07.18 19:26:06.961635 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:26:06.961628 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:06.961689 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:26:06.961765 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:06.961786 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:06.961807 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTreeSequentialSource: Reading 7 marks from part all_1_123_25, total 46840 rows starting from the beginning of the part 2025.07.18 19:26:06.961832 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:06.961879 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:26:06.961933 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 307 rows starting from the beginning of the part 2025.07.18 19:26:06.961979 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.07.18 19:26:06.962021 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 309 rows starting from the beginning of the part 2025.07.18 19:26:06.962178 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:06.962218 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:06.962559 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.07.18 19:26:06.962835 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:06.962966 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.07.18 19:26:06.963005 [ 4 ] {b967b5e2-9bc0-457f-b7bd-0b2c65a0a52e} TCPHandler: Processed in 0.001427292 sec. 2025.07.18 19:26:06.963632 [ 222 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): 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.07.18 19:26:06.970256 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergeTask::MergeProjectionsStage: Merge sorted 48622 rows, containing 5 columns (5 merged, 0 gathered) in 0.008684953 sec., 5598418.321895352 rows/sec., 374.80 MiB/sec. 2025.07.18 19:26:06.970818 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) 2025.07.18 19:26:06.971096 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:06.971161 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_127_26} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_123_25, all_127_127_0] -> all_1_127_26 2025.07.18 19:26:06.971240 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.07.18 19:26:10.465951 [ 82 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:26:10.466007 [ 82 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:26:10.685835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 2025.07.18 19:26:10.686349 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:10.686390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:10.686879 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:26:10.687105 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:10.687237 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 2025.07.18 19:26:10.803555 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2186 2025.07.18 19:26:10.805963 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:10.806009 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:10.807217 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:10.807507 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:10.807890 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2186 2025.07.18 19:26:11.008592 [ 223 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:26:11.008631 [ 223 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:26:11.010417 [ 223 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:26:11.969992 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.970167 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.970258 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:11.971071 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.971109 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.971506 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:11.971718 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.971860 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} executeQuery: Read 392 rows, 25.47 KiB in 0.001741 sec., 225157.95519816197 rows/sec., 14.28 MiB/sec. 2025.07.18 19:26:11.971902 [ 4 ] {d7470645-3e9b-4a26-b37d-b82fe8d5f103} TCPHandler: Processed in 0.002039892 sec. 2025.07.18 19:26:11.972030 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.972124 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:11.972164 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:11.973386 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.973419 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.973781 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.07.18 19:26:11.973982 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.974105 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} executeQuery: Read 1149 rows, 93.90 KiB in 0.001999 sec., 574787.3936968484 rows/sec., 45.87 MiB/sec. 2025.07.18 19:26:11.974142 [ 4 ] {38565afb-f3dc-4acf-9677-d5da6023b43d} TCPHandler: Processed in 0.002159443 sec. 2025.07.18 19:26:11.974260 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.974353 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.974391 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:11.974978 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.975022 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.975368 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:26:11.975588 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.975716 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} executeQuery: Read 237 rows, 14.86 KiB in 0.001381 sec., 171614.77190441708 rows/sec., 10.51 MiB/sec. 2025.07.18 19:26:11.975754 [ 4 ] {4fce5f6f-251a-4b86-83c0-30932a0975bb} TCPHandler: Processed in 0.001542234 sec. 2025.07.18 19:26:11.975870 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.975965 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.976004 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:11.976527 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.976560 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.976870 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:26:11.977089 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.977216 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} executeQuery: Read 203 rows, 13.41 KiB in 0.00127 sec., 159842.51968503935 rows/sec., 10.31 MiB/sec. 2025.07.18 19:26:11.977253 [ 4 ] {44058839-4acd-4df6-b62f-dde6c09b88c2} TCPHandler: Processed in 0.001434382 sec. 2025.07.18 19:26:11.977365 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.977459 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.977496 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:11.977989 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.978022 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.978321 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:11.978537 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.978662 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} executeQuery: Read 202 rows, 11.75 KiB in 0.001221 sec., 165438.16543816542 rows/sec., 9.40 MiB/sec. 2025.07.18 19:26:11.978698 [ 4 ] {9b619279-64ef-4602-b218-46f00eb90fbf} TCPHandler: Processed in 0.001382611 sec. 2025.07.18 19:26:11.978812 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.978906 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:11.978944 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:11.979705 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.979738 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.980059 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.07.18 19:26:11.980272 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.980395 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} executeQuery: Read 693 rows, 49.85 KiB in 0.001507 sec., 459854.0145985401 rows/sec., 32.31 MiB/sec. 2025.07.18 19:26:11.980434 [ 4 ] {56043c84-7f9a-42ae-a40c-359e3acb4a49} TCPHandler: Processed in 0.001671426 sec. 2025.07.18 19:26:11.980547 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.980640 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:11.980680 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:11.981024 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.981056 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.981355 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:11.981555 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.981679 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.07.18 19:26:11.981715 [ 4 ] {c1836f2f-93a7-43fc-947a-b6cef54cdcdc} TCPHandler: Processed in 0.001217249 sec. 2025.07.18 19:26:11.981712 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:26:11.981763 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:26:11.981833 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.981931 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.981972 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:11.982444 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.982479 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.982849 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.07.18 19:26:11.983114 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.983250 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} executeQuery: Read 307 rows, 20.68 KiB in 0.001337 sec., 229618.54899027673 rows/sec., 15.11 MiB/sec. 2025.07.18 19:26:11.983289 [ 4 ] {ab185ef9-a996-4dde-8dd4-5711a7f9fc6e} TCPHandler: Processed in 0.001505643 sec. 2025.07.18 19:26:11.983408 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.983500 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.983543 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:11.983579 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:26:11.983864 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.983901 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.984198 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:11.984396 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.984520 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.07.18 19:26:11.984555 [ 4 ] {a5ec9e55-d7ce-47e7-a939-bd1fd298373f} TCPHandler: Processed in 0.001197248 sec. 2025.07.18 19:26:11.984679 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.984770 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.984827 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:11.985675 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.985709 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.986271 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.07.18 19:26:11.986488 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.986622 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} executeQuery: Read 41 rows, 75.23 KiB in 0.001869 sec., 21936.864633493846 rows/sec., 39.31 MiB/sec. 2025.07.18 19:26:11.986674 [ 4 ] {58b57eb6-19f9-4786-923b-31719d0dd221} TCPHandler: Processed in 0.002044061 sec. 2025.07.18 19:26:11.986793 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:11.986886 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:11.986926 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:11.987269 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:11.987302 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:11.987599 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.07.18 19:26:11.987819 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:11.987945 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} executeQuery: Read 102 rows, 6.42 KiB in 0.001077 sec., 94707.5208913649 rows/sec., 5.82 MiB/sec. 2025.07.18 19:26:11.987978 [ 4 ] {8e24673f-7a3d-4044-bfea-5cf346ffd284} TCPHandler: Processed in 0.001234659 sec. 2025.07.18 19:26:12.894082 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.07.18 19:26:12.912392 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:12.912454 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:12.918875 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:26:12.919608 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:12.922761 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.07.18 19:26:16.603586 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.603773 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:26:16.603839 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:26:16.604459 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.604502 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.604902 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.07.18 19:26:16.605131 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.605294 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} executeQuery: Read 2 rows, 167.00 B in 0.001569 sec., 1274.697259400892 rows/sec., 103.94 KiB/sec. 2025.07.18 19:26:16.605338 [ 4 ] {ecf32019-7fab-443f-9ec6-3e34951b7cba} TCPHandler: Processed in 0.00188382 sec. 2025.07.18 19:26:16.605472 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.605572 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:16.605613 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:16.606705 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.606741 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.607172 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.07.18 19:26:16.607392 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.607521 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} executeQuery: Read 1197 rows, 101.04 KiB in 0.001968 sec., 608231.7073170731 rows/sec., 50.14 MiB/sec. 2025.07.18 19:26:16.607558 [ 4 ] {35aa3122-0198-442e-ad37-08fe1086cc3b} TCPHandler: Processed in 0.002140183 sec. 2025.07.18 19:26:16.607677 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.607773 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:16.607813 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:16.608212 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.608247 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.608542 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:26:16.608756 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.608887 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} executeQuery: Read 2 rows, 143.00 B in 0.001132 sec., 1766.7844522968198 rows/sec., 123.36 KiB/sec. 2025.07.18 19:26:16.608924 [ 4 ] {3be80114-d3a8-41ff-a1e7-756f6ddf2539} TCPHandler: Processed in 0.001296129 sec. 2025.07.18 19:26:16.609039 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.609133 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:16.609171 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:16.609685 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.609720 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.610033 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:26:16.610258 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.610384 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} executeQuery: Read 228 rows, 15.81 KiB in 0.001269 sec., 179669.03073286053 rows/sec., 12.17 MiB/sec. 2025.07.18 19:26:16.610422 [ 4 ] {87717609-e183-4a5a-bc6b-211b522cf620} TCPHandler: Processed in 0.001431533 sec. 2025.07.18 19:26:16.610536 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.610629 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:16.610667 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:16.611270 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.611303 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.611625 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.07.18 19:26:16.611851 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.611978 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} executeQuery: Read 522 rows, 39.57 KiB in 0.001366 sec., 382137.6281112738 rows/sec., 28.29 MiB/sec. 2025.07.18 19:26:16.612015 [ 4 ] {6126b016-d837-479e-af40-7313ac4b6a80} TCPHandler: Processed in 0.001528153 sec. 2025.07.18 19:26:16.612127 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.612222 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:16.612264 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:16.612885 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.612919 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.613298 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.07.18 19:26:16.613534 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.613664 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} executeQuery: Read 1007 rows, 69.31 KiB in 0.00146 sec., 689726.0273972603 rows/sec., 46.36 MiB/sec. 2025.07.18 19:26:16.613701 [ 4 ] {81c8982f-9662-4760-8df8-cbc76c35bec6} TCPHandler: Processed in 0.001622925 sec. 2025.07.18 19:26:16.613829 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:16.613923 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:16.613964 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:16.614308 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:16.614342 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:16.614645 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.07.18 19:26:16.614861 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:16.615000 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.07.18 19:26:16.615036 [ 4 ] {969b775e-6d42-4da8-84f5-662a3e4e35bb} TCPHandler: Processed in 0.0012557 sec. 2025.07.18 19:26:18.187474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 2025.07.18 19:26:18.188005 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:18.188052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:18.188608 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:26:18.188838 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:18.188972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 2025.07.18 19:26:20.422953 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.07.18 19:26:20.442627 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:20.442691 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:20.449202 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:26:20.449955 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:20.453882 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.07.18 19:26:20.808231 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2222 2025.07.18 19:26:20.810778 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:20.810840 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:20.812127 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:20.812416 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:20.812585 [ 70 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:26:20.812649 [ 70 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:20.812670 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.07.18 19:26:20.812773 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:26:20.812823 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2222 2025.07.18 19:26:20.813231 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:20.813357 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2060 rows starting from the beginning of the part 2025.07.18 19:26:20.813700 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part 2025.07.18 19:26:20.814006 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part 2025.07.18 19:26:20.814293 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part 2025.07.18 19:26:20.814582 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part 2025.07.18 19:26:20.814878 [ 195 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part 2025.07.18 19:26:20.821938 [ 187 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2222 rows, containing 72 columns (72 merged, 0 gathered) in 0.009215761 sec., 241108.6832655491 rows/sec., 181.50 MiB/sec. 2025.07.18 19:26:20.823929 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:26:20.824608 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:20.824703 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_66_13} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:26:20.825089 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.07.18 19:26:21.578050 [ 222 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.578116 [ 222 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.579073 [ 224 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.579122 [ 224 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.579585 [ 222 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.580548 [ 224 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.972188 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.972398 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.972470 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:21.973416 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.973464 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.973978 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:21.974275 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.974442 [ 68 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.07.18 19:26:21.974457 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} executeQuery: Read 392 rows, 25.47 KiB in 0.002116 sec., 185255.19848771268 rows/sec., 11.75 MiB/sec. 2025.07.18 19:26:21.974516 [ 68 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.974536 [ 4 ] {582be632-6a82-4e6d-854a-0afd619c8c95} TCPHandler: Processed in 0.002506078 sec. 2025.07.18 19:26:21.974549 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.974668 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.07.18 19:26:21.974752 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.974781 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.974821 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 392 rows starting from the beginning of the part 2025.07.18 19:26:21.974866 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:21.974901 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 392 rows starting from the beginning of the part 2025.07.18 19:26:21.974917 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:21.974959 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 392 rows starting from the beginning of the part 2025.07.18 19:26:21.975019 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 392 rows starting from the beginning of the part 2025.07.18 19:26:21.975073 [ 199 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 392 rows starting from the beginning of the part 2025.07.18 19:26:21.976320 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.976362 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.976428 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796757 sec., 1090854.2446196119 rows/sec., 73.37 MiB/sec. 2025.07.18 19:26:21.976645 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.07.18 19:26:21.976798 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.07.18 19:26:21.977030 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.977124 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_65_16} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.07.18 19:26:21.977124 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.977226 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:26:21.977272 [ 68 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.07.18 19:26:21.977282 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} executeQuery: Read 1171 rows, 95.98 KiB in 0.00244 sec., 479918.0327868853 rows/sec., 38.42 MiB/sec. 2025.07.18 19:26:21.977309 [ 68 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.977333 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.977335 [ 4 ] {620bf8c8-e1de-4c6e-9dbf-e5b1bc747a1b} TCPHandler: Processed in 0.00264479 sec. 2025.07.18 19:26:21.977409 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.07.18 19:26:21.977484 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.977493 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.977526 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2298 rows starting from the beginning of the part 2025.07.18 19:26:21.977577 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1151 rows starting from the beginning of the part 2025.07.18 19:26:21.977583 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.977620 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part 2025.07.18 19:26:21.977628 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:21.977659 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1149 rows starting from the beginning of the part 2025.07.18 19:26:21.977696 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:26:21.977733 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1171 rows starting from the beginning of the part 2025.07.18 19:26:21.978214 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.978251 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.978564 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:26:21.978776 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.978909 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} executeQuery: Read 248 rows, 15.69 KiB in 0.001347 sec., 184112.84335560503 rows/sec., 11.37 MiB/sec. 2025.07.18 19:26:21.978948 [ 4 ] {7c1d8936-2ee9-4e65-a395-c8af51f0ec4d} TCPHandler: Processed in 0.001516943 sec. 2025.07.18 19:26:21.979065 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.979163 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.979204 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:21.979727 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.979764 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.980068 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:26:21.980278 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.980411 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} executeQuery: Read 203 rows, 13.41 KiB in 0.001267 sec., 160220.99447513814 rows/sec., 10.33 MiB/sec. 2025.07.18 19:26:21.980425 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7022 rows, containing 5 columns (5 merged, 0 gathered) in 0.003039557 sec., 2310205.0726470994 rows/sec., 195.32 MiB/sec. 2025.07.18 19:26:21.980450 [ 4 ] {597306c4-a0d3-4bb7-9aef-59d9ebf2fde4} TCPHandler: Processed in 0.001436453 sec. 2025.07.18 19:26:21.980581 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.980677 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.980719 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:21.980745 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.07.18 19:26:21.981030 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.981112 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_131_26} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.07.18 19:26:21.981214 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2025.07.18 19:26:21.981231 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.981273 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.981587 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:21.981822 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.981937 [ 66 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 2025.07.18 19:26:21.981956 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} executeQuery: Read 202 rows, 11.75 KiB in 0.001296 sec., 155864.19753086418 rows/sec., 8.85 MiB/sec. 2025.07.18 19:26:21.981980 [ 66 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.982002 [ 4 ] {f97d7964-a5e0-4ac5-bade-92ff98b50997} TCPHandler: Processed in 0.001469962 sec. 2025.07.18 19:26:21.982006 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.982090 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full 2025.07.18 19:26:21.982112 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.982127 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.982152 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.982170 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.982204 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 202 rows starting from the beginning of the part 2025.07.18 19:26:21.982234 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:21.982263 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 202 rows starting from the beginning of the part 2025.07.18 19:26:21.982280 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:21.982313 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 202 rows starting from the beginning of the part 2025.07.18 19:26:21.982359 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 202 rows starting from the beginning of the part 2025.07.18 19:26:21.982397 [ 194 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 202 rows starting from the beginning of the part 2025.07.18 19:26:21.983100 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.983141 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.983275 [ 197 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211139 sec., 833925.7508840852 rows/sec., 50.54 MiB/sec. 2025.07.18 19:26:21.983448 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) 2025.07.18 19:26:21.983489 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.07.18 19:26:21.983738 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.983758 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.983823 [ 191 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_65_16} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 2025.07.18 19:26:21.983829 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2025.07.18 19:26:21.983870 [ 66 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.07.18 19:26:21.983877 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} executeQuery: Read 710 rows, 51.24 KiB in 0.001662 sec., 427196.14921780984 rows/sec., 30.11 MiB/sec. 2025.07.18 19:26:21.983900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.18 19:26:21.983910 [ 66 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.983936 [ 4 ] {fc9637a2-049e-4284-a091-b7eacaa97527} TCPHandler: Processed in 0.001857788 sec. 2025.07.18 19:26:21.983943 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.984047 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.07.18 19:26:21.984063 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.984164 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:21.984170 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.984211 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:21.984219 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1185 rows starting from the beginning of the part 2025.07.18 19:26:21.984300 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 697 rows starting from the beginning of the part 2025.07.18 19:26:21.984347 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part 2025.07.18 19:26:21.984393 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 693 rows starting from the beginning of the part 2025.07.18 19:26:21.984437 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 522 rows starting from the beginning of the part 2025.07.18 19:26:21.984479 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 710 rows starting from the beginning of the part 2025.07.18 19:26:21.984568 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.984609 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.984938 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:21.985190 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.985301 [ 66 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_60_11 to all_65_65_0 2025.07.18 19:26:21.985328 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} executeQuery: Read 6 rows, 321.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 265.21 KiB/sec. 2025.07.18 19:26:21.985330 [ 66 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.985369 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.985374 [ 4 ] {58a50e3a-cb97-465f-b0af-b11b5d4f9455} TCPHandler: Processed in 0.001360601 sec. 2025.07.18 19:26:21.985440 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_11 to all_65_65_0 into Compact with storage Full 2025.07.18 19:26:21.985498 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.985513 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.985539 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_11, total 360 rows starting from the beginning of the part 2025.07.18 19:26:21.985583 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2025.07.18 19:26:21.985592 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.985624 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2025.07.18 19:26:21.985636 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:21.985659 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part 2025.07.18 19:26:21.985694 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part 2025.07.18 19:26:21.985729 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part 2025.07.18 19:26:21.985942 [ 200 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3871 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194034 sec., 1995011.1836069967 rows/sec., 150.05 MiB/sec. 2025.07.18 19:26:21.986112 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.986125 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.07.18 19:26:21.986153 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.986383 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.986455 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_131_26} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.07.18 19:26:21.986506 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.07.18 19:26:21.986526 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.07.18 19:26:21.986668 [ 201 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001255939 sec., 310524.63535251317 rows/sec., 15.84 MiB/sec. 2025.07.18 19:26:21.986729 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.986793 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} MergedBlockOutputStream: filled checksums all_1_65_12 (state Temporary) 2025.07.18 19:26:21.986867 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} executeQuery: Read 307 rows, 20.68 KiB in 0.001294 sec., 237248.84080370943 rows/sec., 15.61 MiB/sec. 2025.07.18 19:26:21.986904 [ 4 ] {fb9b9dff-c5d1-47f4-903c-b500d45575f4} TCPHandler: Processed in 0.001454973 sec. 2025.07.18 19:26:21.987013 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.987025 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_65_12 to all_1_65_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.987088 [ 191 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_65_12} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_60_11, all_65_65_0] -> all_1_65_12 2025.07.18 19:26:21.987107 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.987141 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:26:21.987149 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:21.987469 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.987504 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.987815 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:21.988019 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.988132 [ 66 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.07.18 19:26:21.988152 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2025.07.18 19:26:21.988162 [ 66 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.988193 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.988196 [ 4 ] {48435d16-3b31-4497-b4f7-d1608ec6912c} TCPHandler: Processed in 0.001231658 sec. 2025.07.18 19:26:21.988269 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.07.18 19:26:21.988316 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.988371 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:21.988405 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 60 rows starting from the beginning of the part 2025.07.18 19:26:21.988414 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.988457 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2025.07.18 19:26:21.988472 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:21.988498 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part 2025.07.18 19:26:21.988535 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part 2025.07.18 19:26:21.988565 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part 2025.07.18 19:26:21.988596 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2025.07.18 19:26:21.989279 [ 191 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.001043666 sec., 62280.46137365786 rows/sec., 4.10 MiB/sec. 2025.07.18 19:26:21.989391 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.07.18 19:26:21.989394 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.989446 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.989647 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.989721 [ 192 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_65_13} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.07.18 19:26:21.989788 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:26:21.990047 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.07.18 19:26:21.990278 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.990415 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} executeQuery: Read 52 rows, 95.42 KiB in 0.002019 sec., 25755.32441802873 rows/sec., 46.15 MiB/sec. 2025.07.18 19:26:21.990470 [ 4 ] {62900031-c198-4286-bdf0-f5b41ae14b81} TCPHandler: Processed in 0.002202843 sec. 2025.07.18 19:26:21.990589 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.990684 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.990727 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:26:21.991056 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.991091 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.991467 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:26:21.991674 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.991798 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} executeQuery: Read 9 rows, 709.00 B in 0.001132 sec., 7950.530035335689 rows/sec., 611.65 KiB/sec. 2025.07.18 19:26:21.991836 [ 4 ] {925a940a-ebab-4b2f-81ac-00d2dc2326ce} TCPHandler: Processed in 0.00129724 sec. 2025.07.18 19:26:21.991946 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:21.992040 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:21.992080 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:21.992415 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:21.992451 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:21.992779 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.07.18 19:26:21.993003 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:21.993129 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} executeQuery: Read 102 rows, 6.42 KiB in 0.001107 sec., 92140.9214092141 rows/sec., 5.66 MiB/sec. 2025.07.18 19:26:21.993164 [ 4 ] {a52d7731-e392-4a4d-9894-b7e880dc2120} TCPHandler: Processed in 0.00126807 sec. 2025.07.18 19:26:25.466044 [ 55 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:26:25.466092 [ 55 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:26:25.689219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 2025.07.18 19:26:25.689791 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:25.689841 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:25.690343 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:26:25.690579 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:25.690729 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 2025.07.18 19:26:25.690799 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:26:25.690825 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:26:25.692579 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:26:26.957510 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:26.957800 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:26.957908 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:26.958757 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.958812 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:26.959229 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.07.18 19:26:26.959464 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.959629 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. 2025.07.18 19:26:26.959680 [ 4 ] {bb916479-db4d-4b27-8bf1-3d1a0c893bb8} TCPHandler: Processed in 0.002299866 sec. 2025.07.18 19:26:26.959821 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:26.959927 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:26.959973 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:26.960437 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.960476 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:26.960810 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.07.18 19:26:26.961036 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.961179 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2025.07.18 19:26:26.961219 [ 4 ] {40ddb778-b55f-4ebd-af60-ff583f0246a3} TCPHandler: Processed in 0.001453273 sec. 2025.07.18 19:26:26.961335 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:26.961433 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:26.961479 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:26.961905 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.961941 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:26.962288 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.07.18 19:26:26.962504 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.962629 [ 56 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_127_26 to all_131_131_0 2025.07.18 19:26:26.962638 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.07.18 19:26:26.962699 [ 56 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.962715 [ 4 ] {dc357ab7-dcfa-4043-a1be-f8770cd08f5a} TCPHandler: Processed in 0.001429811 sec. 2025.07.18 19:26:26.962724 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:26.962824 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTask::PrepareStage: Merging 5 parts: from all_1_127_26 to all_131_131_0 into Compact with storage Full 2025.07.18 19:26:26.962830 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:26.962943 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:26.962945 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:26.962989 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:26.962999 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTreeSequentialSource: Reading 7 marks from part all_1_127_26, total 48622 rows starting from the beginning of the part 2025.07.18 19:26:26.963075 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part 2025.07.18 19:26:26.963125 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 307 rows starting from the beginning of the part 2025.07.18 19:26:26.963178 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:26:26.963225 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 307 rows starting from the beginning of the part 2025.07.18 19:26:26.963385 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.963430 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:26.963886 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.07.18 19:26:26.964126 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.964278 [ 56 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.07.18 19:26:26.964310 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. 2025.07.18 19:26:26.964314 [ 56 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:26.964375 [ 4 ] {75218dc3-c054-4a28-8258-4e981205e3ed} TCPHandler: Processed in 0.001595094 sec. 2025.07.18 19:26:26.964385 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:26.964475 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.07.18 19:26:26.964566 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:26.964593 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 10026 rows starting from the beginning of the part 2025.07.18 19:26:26.964642 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2025.07.18 19:26:26.964686 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:26.964723 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2025.07.18 19:26:26.964760 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:26.964800 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2025.07.18 19:26:26.967686 [ 191 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 10410 rows, containing 4 columns (4 merged, 0 gathered) in 0.00324524 sec., 3207775.0798091977 rows/sec., 204.08 MiB/sec. 2025.07.18 19:26:26.967903 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.07.18 19:26:26.968199 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.968272 [ 196 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_131_26} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.07.18 19:26:26.968341 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.07.18 19:26:26.974394 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergeTask::MergeProjectionsStage: Merge sorted 50403 rows, containing 5 columns (5 merged, 0 gathered) in 0.011601938 sec., 4344360.399098841 rows/sec., 290.84 MiB/sec. 2025.07.18 19:26:26.974665 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) 2025.07.18 19:26:26.974943 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:26.975011 [ 196 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_131_27} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_127_26, all_131_131_0] -> all_1_131_27 2025.07.18 19:26:26.975075 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.07.18 19:26:27.436285 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:26:27.436357 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:26:27.439209 [ 224 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:26:27.954052 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.07.18 19:26:27.971102 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:27.971154 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:27.977193 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:26:27.977936 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:27.980785 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.07.18 19:26:30.813140 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2254 2025.07.18 19:26:30.815529 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:30.815581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:30.816775 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:30.817056 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:30.817431 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2254 2025.07.18 19:26:31.366694 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.366752 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.369577 [ 225 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.576584 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.576622 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.579546 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.799112 [ 221 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.799170 [ 221 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.801348 [ 221 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.971546 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.971744 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.971817 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:31.972661 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.972708 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.973093 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:31.973320 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.973468 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} executeQuery: Read 392 rows, 25.47 KiB in 0.001779 sec., 220348.51039910063 rows/sec., 13.98 MiB/sec. 2025.07.18 19:26:31.973508 [ 4 ] {19e8ba39-7279-4e41-af55-84500bb6c24c} TCPHandler: Processed in 0.002096772 sec. 2025.07.18 19:26:31.973625 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.973719 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:26:31.973761 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:26:31.974160 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.974195 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.974474 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.07.18 19:26:31.974697 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.974823 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} executeQuery: Read 12 rows, 1002.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 872.12 KiB/sec. 2025.07.18 19:26:31.974860 [ 4 ] {f90dbaa0-9260-4e23-b85e-331f570b9954} TCPHandler: Processed in 0.00128409 sec. 2025.07.18 19:26:31.974965 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.975059 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:31.975097 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:31.976056 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.976090 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.976448 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.07.18 19:26:31.976656 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.976779 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} executeQuery: Read 1183 rows, 96.99 KiB in 0.001738 sec., 680667.4338319908 rows/sec., 54.50 MiB/sec. 2025.07.18 19:26:31.976816 [ 4 ] {e388f818-f3a3-413f-b70b-a3d955043283} TCPHandler: Processed in 0.00189858 sec. 2025.07.18 19:26:31.976927 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.977019 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.977058 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:31.977537 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.977573 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.977863 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:26:31.978071 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.978193 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} executeQuery: Read 263 rows, 16.75 KiB in 0.001192 sec., 220637.58389261746 rows/sec., 13.72 MiB/sec. 2025.07.18 19:26:31.978229 [ 4 ] {2f4dd4f5-a9bb-4c48-b6b8-7dd4ad1f2aa6} TCPHandler: Processed in 0.001350261 sec. 2025.07.18 19:26:31.978336 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.978428 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.978466 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:31.978930 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.978966 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.979258 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:26:31.979467 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.979576 [ 48 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_77_16 to all_82_82_0 2025.07.18 19:26:31.979592 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} executeQuery: Read 203 rows, 13.41 KiB in 0.001181 sec., 171888.2303132938 rows/sec., 11.09 MiB/sec. 2025.07.18 19:26:31.979643 [ 48 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.979651 [ 4 ] {333a2ac0-2f0e-4ccc-8a19-2f7dc590ae16} TCPHandler: Processed in 0.001362911 sec. 2025.07.18 19:26:31.979673 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.979769 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.979789 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_77_16 to all_82_82_0 into Compact with storage Full 2025.07.18 19:26:31.979866 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.979909 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:31.979923 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:31.979966 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_77_16, total 431 rows starting from the beginning of the part 2025.07.18 19:26:31.980041 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 203 rows starting from the beginning of the part 2025.07.18 19:26:31.980094 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 203 rows starting from the beginning of the part 2025.07.18 19:26:31.980144 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 228 rows starting from the beginning of the part 2025.07.18 19:26:31.980193 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 203 rows starting from the beginning of the part 2025.07.18 19:26:31.980240 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 203 rows starting from the beginning of the part 2025.07.18 19:26:31.980421 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.980472 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:31.980863 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:31.981122 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.981251 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} executeQuery: Read 202 rows, 11.75 KiB in 0.001402 sec., 144079.88587731813 rows/sec., 8.18 MiB/sec. 2025.07.18 19:26:31.981288 [ 4 ] {daca2e13-63f2-4b47-ad0a-45f5fe9a99e6} TCPHandler: Processed in 0.001566814 sec. 2025.07.18 19:26:31.981397 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.981396 [ 196 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658096 sec., 887162.1426021172 rows/sec., 61.49 MiB/sec. 2025.07.18 19:26:31.981493 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:31.981537 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:31.981553 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} MergedBlockOutputStream: filled checksums all_1_82_17 (state Temporary) 2025.07.18 19:26:31.981813 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_82_17 to all_1_82_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.981882 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_82_17} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_77_16, all_82_82_0] -> all_1_82_17 2025.07.18 19:26:31.981955 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:26:31.982233 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.982275 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.982620 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.07.18 19:26:31.982826 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.982991 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} executeQuery: Read 725 rows, 52.41 KiB in 0.001516 sec., 478232.18997361476 rows/sec., 33.76 MiB/sec. 2025.07.18 19:26:31.983030 [ 4 ] {bd4313d9-ad43-4f6b-b39f-e62f9d223377} TCPHandler: Processed in 0.001680796 sec. 2025.07.18 19:26:31.983144 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.983239 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:31.983281 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:31.983615 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.983651 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.983972 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:31.984189 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.984316 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. 2025.07.18 19:26:31.984351 [ 4 ] {9b15affe-4bf7-4906-87a8-dd4a13d65646} TCPHandler: Processed in 0.00125905 sec. 2025.07.18 19:26:31.984457 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.984551 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.984593 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:31.985023 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.985059 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.985395 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.07.18 19:26:31.985613 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.985742 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} executeQuery: Read 313 rows, 21.10 KiB in 0.001209 sec., 258891.64598842018 rows/sec., 17.05 MiB/sec. 2025.07.18 19:26:31.985778 [ 4 ] {10e29dc8-0800-404d-a9d7-141e1a6c2622} TCPHandler: Processed in 0.001370491 sec. 2025.07.18 19:26:31.985882 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.985976 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.986017 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:31.986328 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.986364 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.986649 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:31.986862 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.986987 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2025.07.18 19:26:31.987022 [ 4 ] {a8023fd6-7be7-4dec-bb30-3fab7ddeeaff} TCPHandler: Processed in 0.001188669 sec. 2025.07.18 19:26:31.987126 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.987220 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.987271 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:31.988182 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.988218 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.988780 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.07.18 19:26:31.989008 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.989114 [ 48 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.07.18 19:26:31.989145 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} executeQuery: Read 55 rows, 100.92 KiB in 0.001943 sec., 28306.742151312403 rows/sec., 50.72 MiB/sec. 2025.07.18 19:26:31.989148 [ 48 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.989184 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:31.989206 [ 4 ] {9c72604f-3e4c-4a0e-adc8-f43eca813677} TCPHandler: Processed in 0.002129313 sec. 2025.07.18 19:26:31.989255 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:26:31.989320 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.989418 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.989449 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:31.989459 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:26:31.989507 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2471 rows starting from the beginning of the part 2025.07.18 19:26:31.989636 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part 2025.07.18 19:26:31.989748 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part 2025.07.18 19:26:31.989783 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.989822 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:31.989856 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part 2025.07.18 19:26:31.989961 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 52 rows starting from the beginning of the part 2025.07.18 19:26:31.990062 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 55 rows starting from the beginning of the part 2025.07.18 19:26:31.990120 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:26:31.990352 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.990486 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} executeQuery: Read 6 rows, 405.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 364.19 KiB/sec. 2025.07.18 19:26:31.990521 [ 4 ] {005ac5c5-1188-48e0-8888-2b9e658e5952} TCPHandler: Processed in 0.001250249 sec. 2025.07.18 19:26:31.990624 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:31.990718 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:31.990758 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:31.991077 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:31.991115 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:31.991417 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.07.18 19:26:31.991629 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:31.991757 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} executeQuery: Read 102 rows, 6.42 KiB in 0.001058 sec., 96408.31758034027 rows/sec., 5.92 MiB/sec. 2025.07.18 19:26:31.991793 [ 4 ] {30d8b761-1cd0-4eb0-8fe5-0c932220b094} TCPHandler: Processed in 0.001216269 sec. 2025.07.18 19:26:31.991840 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.991889 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:31.994519 [ 222 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:26:32.000221 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 369.21 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 357.24 MiB (RSS), difference: -11.97 MiB 2025.07.18 19:26:32.003064 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2701 rows, containing 19 columns (19 merged, 0 gathered) in 0.013836133 sec., 195213.5036574164 rows/sec., 349.81 MiB/sec. 2025.07.18 19:26:32.005255 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.07.18 19:26:32.005588 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:32.005679 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_66_13} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.07.18 19:26:32.005767 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.60 MiB. 2025.07.18 19:26:33.000184 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 344.57 MiB, peak 373.09 MiB, free memory in arenas 0.00 B, will set to 360.66 MiB (RSS), difference: 16.09 MiB 2025.07.18 19:26:33.190932 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 2025.07.18 19:26:33.191448 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:33.191490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:33.191965 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:26:33.192255 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:33.192394 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 2025.07.18 19:26:33.192450 [ 46 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:26:33.192545 [ 46 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:33.192581 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:33.192716 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:26:33.192862 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:33.192903 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part 2025.07.18 19:26:33.192972 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part 2025.07.18 19:26:33.193026 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part 2025.07.18 19:26:33.193075 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part 2025.07.18 19:26:33.193115 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part 2025.07.18 19:26:33.193161 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part 2025.07.18 19:26:33.195743 [ 193 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003079007 sec., 13551122.163736556 rows/sec., 193.85 MiB/sec. 2025.07.18 19:26:33.196062 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:26:33.196355 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:33.196432 [ 186 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_91_18} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:26:33.196554 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.07.18 19:26:35.480935 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 685 2025.07.18 19:26:35.499584 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:35.499654 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:35.506336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:26:35.507065 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:35.507382 [ 43 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.07.18 19:26:35.507459 [ 43 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:35.507485 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2025.07.18 19:26:35.507629 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:26:35.510531 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 685 2025.07.18 19:26:35.511876 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:35.513693 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2025.07.18 19:26:35.518428 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2025.07.18 19:26:35.523269 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2025.07.18 19:26:35.528365 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2025.07.18 19:26:35.533858 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2025.07.18 19:26:35.538759 [ 198 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part 2025.07.18 19:26:35.606750 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 679 columns (679 merged, 0 gathered) in 0.099196395 sec., 6905.492886107403 rows/sec., 35.71 MiB/sec. 2025.07.18 19:26:35.609857 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.07.18 19:26:35.611972 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:35.612069 [ 193 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_91_18} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.07.18 19:26:35.614511 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.07.18 19:26:36.001224 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 361.75 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.66 MiB (RSS), difference: -1.08 MiB 2025.07.18 19:26:36.958013 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:36.958211 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:36.958281 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:36.958945 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:36.958996 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:36.959407 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.07.18 19:26:36.959658 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:36.959833 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} executeQuery: Read 56 rows, 4.41 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.57 MiB/sec. 2025.07.18 19:26:36.959889 [ 4 ] {2b735e99-940b-4725-92ba-4ae7b861b7bd} TCPHandler: Processed in 0.00200331 sec. 2025.07.18 19:26:36.960024 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:36.960128 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:36.960173 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:36.960622 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:36.960661 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:36.960971 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.07.18 19:26:36.961211 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:36.961352 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2025.07.18 19:26:36.961391 [ 4 ] {b711337d-888c-42ea-8bde-55ea0609e8d7} TCPHandler: Processed in 0.001418932 sec. 2025.07.18 19:26:36.961508 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:36.961607 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:36.961652 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:36.962070 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:36.962107 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:36.962453 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.07.18 19:26:36.962665 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:36.962800 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.07.18 19:26:36.962838 [ 4 ] {a5cd9988-8823-4aea-bbb5-c9d7ae724d5d} TCPHandler: Processed in 0.001379302 sec. 2025.07.18 19:26:36.962948 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:36.963045 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:36.963086 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:36.963442 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:36.963480 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:36.963824 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.07.18 19:26:36.964058 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:36.964200 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2025.07.18 19:26:36.964237 [ 4 ] {bf154f23-5842-43e1-9fcc-cd11d5287d39} TCPHandler: Processed in 0.00133777 sec. 2025.07.18 19:26:40.466140 [ 25 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:26:40.466192 [ 25 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:26:40.692654 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 2025.07.18 19:26:40.693418 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:40.693463 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:40.694090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:26:40.694576 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:40.694723 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 2025.07.18 19:26:40.817696 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2288 2025.07.18 19:26:40.820131 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:40.820173 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:40.821444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:40.821891 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:40.822151 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2288 2025.07.18 19:26:41.971574 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.971768 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.971834 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:41.972613 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.972662 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.973061 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:41.973297 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.973449 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} executeQuery: Read 392 rows, 25.47 KiB in 0.001727 sec., 226983.2078749276 rows/sec., 14.40 MiB/sec. 2025.07.18 19:26:41.973493 [ 4 ] {fa8fcd66-2c93-4236-841c-e50e47f222f8} TCPHandler: Processed in 0.002044791 sec. 2025.07.18 19:26:41.973616 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.973713 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:41.973754 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:41.974627 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.974664 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.975028 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.07.18 19:26:41.975235 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.975363 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} executeQuery: Read 1181 rows, 96.94 KiB in 0.001669 sec., 707609.34691432 rows/sec., 56.72 MiB/sec. 2025.07.18 19:26:41.975401 [ 4 ] {ee7f0f72-b0f1-47b5-992c-c60321210e7d} TCPHandler: Processed in 0.001835609 sec. 2025.07.18 19:26:41.975516 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.975610 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.975650 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:41.976137 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.976174 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.976476 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:26:41.976687 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.976801 [ 29 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.07.18 19:26:41.976815 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} executeQuery: Read 253 rows, 16.06 KiB in 0.001224 sec., 206699.34640522875 rows/sec., 12.82 MiB/sec. 2025.07.18 19:26:41.976869 [ 29 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.976878 [ 4 ] {9f6fec48-bd67-48a5-bcd3-b907e2be496b} TCPHandler: Processed in 0.001412012 sec. 2025.07.18 19:26:41.976899 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.977002 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.977007 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.07.18 19:26:41.977107 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.977147 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:41.977151 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:41.977187 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 255 rows starting from the beginning of the part 2025.07.18 19:26:41.977261 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part 2025.07.18 19:26:41.977307 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 2 rows starting from the beginning of the part 2025.07.18 19:26:41.977350 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 248 rows starting from the beginning of the part 2025.07.18 19:26:41.977395 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 263 rows starting from the beginning of the part 2025.07.18 19:26:41.977447 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 253 rows starting from the beginning of the part 2025.07.18 19:26:41.977651 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.977692 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.978008 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:26:41.978225 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.978360 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} executeQuery: Read 203 rows, 13.41 KiB in 0.001271 sec., 159716.75845790716 rows/sec., 10.30 MiB/sec. 2025.07.18 19:26:41.978397 [ 4 ] {f38dca23-5feb-4ae4-a5fc-daa0ab8e5ac2} TCPHandler: Processed in 0.001444143 sec. 2025.07.18 19:26:41.978500 [ 189 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 1258 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538533 sec., 817662.0195991896 rows/sec., 53.65 MiB/sec. 2025.07.18 19:26:41.978513 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.978622 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.978653 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.07.18 19:26:41.978663 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:41.978923 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.978999 [ 201 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_75_15} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.07.18 19:26:41.979066 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.07.18 19:26:41.979128 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.979169 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.979479 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:41.979683 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.979809 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} executeQuery: Read 202 rows, 11.75 KiB in 0.001205 sec., 167634.85477178424 rows/sec., 9.52 MiB/sec. 2025.07.18 19:26:41.979848 [ 4 ] {c5ab6ddf-c7cc-4cbf-b434-2b2fdca7bc6a} TCPHandler: Processed in 0.001383241 sec. 2025.07.18 19:26:41.979995 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.980094 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:41.980133 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:41.980786 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.980823 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.981152 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.07.18 19:26:41.981382 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.981510 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} executeQuery: Read 709 rows, 51.13 KiB in 0.001433 sec., 494766.2247034194 rows/sec., 34.85 MiB/sec. 2025.07.18 19:26:41.981547 [ 4 ] {1935c1a9-ba61-4a79-9d8c-781a8927c63f} TCPHandler: Processed in 0.001613035 sec. 2025.07.18 19:26:41.981671 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.981766 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:41.981807 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:41.982145 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.982181 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.982489 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:41.982691 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.982817 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2025.07.18 19:26:41.982854 [ 4 ] {cf066180-7fba-4720-bf8b-57174cd0923a} TCPHandler: Processed in 0.001231289 sec. 2025.07.18 19:26:41.982966 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.983059 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.983101 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:41.983532 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.983567 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.983891 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.07.18 19:26:41.984098 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.984230 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} executeQuery: Read 307 rows, 20.68 KiB in 0.001188 sec., 258417.50841750842 rows/sec., 17.00 MiB/sec. 2025.07.18 19:26:41.984267 [ 4 ] {36718113-4981-439f-99d8-4aafa7f35178} TCPHandler: Processed in 0.001350141 sec. 2025.07.18 19:26:41.984377 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.984471 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.984512 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:41.984824 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.984860 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.985149 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:41.985357 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.985488 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2025.07.18 19:26:41.985524 [ 4 ] {e0c48e41-91dd-45a8-97f9-0b1066a9ddfa} TCPHandler: Processed in 0.001193878 sec. 2025.07.18 19:26:41.985632 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.985726 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.985779 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:41.986655 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.986700 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.987293 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.07.18 19:26:41.987517 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.987660 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} executeQuery: Read 57 rows, 104.59 KiB in 0.001952 sec., 29200.819672131147 rows/sec., 52.33 MiB/sec. 2025.07.18 19:26:41.987720 [ 4 ] {c136dd07-4070-4ac0-be01-63d098e0fbf0} TCPHandler: Processed in 0.002135493 sec. 2025.07.18 19:26:41.987837 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:41.987931 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:41.987972 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:41.988314 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:41.988350 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:41.988669 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.07.18 19:26:41.988881 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:41.989010 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} executeQuery: Read 102 rows, 6.42 KiB in 0.001098 sec., 92896.17486338798 rows/sec., 5.71 MiB/sec. 2025.07.18 19:26:41.989047 [ 4 ] {d2a113e0-0528-4fe3-acb6-f88b84da5729} TCPHandler: Processed in 0.001259619 sec. 2025.07.18 19:26:42.078652 [ 34 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.07.18 19:26:42.078727 [ 34 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:42.078752 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:42.078866 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.07.18 19:26:42.079004 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:42.079042 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part 2025.07.18 19:26:42.079117 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2025.07.18 19:26:42.079166 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2025.07.18 19:26:42.079217 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part 2025.07.18 19:26:42.079265 [ 194 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part 2025.07.18 19:26:42.080080 [ 189 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260349 sec., 38084.68924083726 rows/sec., 3.18 MiB/sec. 2025.07.18 19:26:42.080293 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.07.18 19:26:42.080650 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:42.080744 [ 187 ] {6a071a87-e434-4288-a163-c4637791446e::all_1_29_7} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.07.18 19:26:42.080853 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:26:43.010631 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 693 2025.07.18 19:26:43.028028 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:43.028089 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:43.033931 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:26:43.034613 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:43.038123 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.07.18 19:26:46.160577 [ 218 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): 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.07.18 19:26:46.160658 [ 218 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): 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.07.18 19:26:46.163642 [ 218 ] {} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): 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.07.18 19:26:46.607885 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:46.608059 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:46.608125 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:46.609518 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.609564 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.610031 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.07.18 19:26:46.610263 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.610418 [ 31 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.07.18 19:26:46.610428 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} executeQuery: Read 1196 rows, 100.97 KiB in 0.002415 sec., 495238.0952380952 rows/sec., 40.83 MiB/sec. 2025.07.18 19:26:46.610463 [ 31 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.610485 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.610491 [ 4 ] {b4e95dea-09b6-41e9-b3e1-283d1eb8b8c0} TCPHandler: Processed in 0.002732762 sec. 2025.07.18 19:26:46.610611 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.07.18 19:26:46.610619 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:46.610770 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:46.610780 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:46.610832 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:46.610834 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2320 rows starting from the beginning of the part 2025.07.18 19:26:46.610931 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part 2025.07.18 19:26:46.610985 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1183 rows starting from the beginning of the part 2025.07.18 19:26:46.611043 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part 2025.07.18 19:26:46.611088 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1181 rows starting from the beginning of the part 2025.07.18 19:26:46.611133 [ 194 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:26:46.611413 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.611456 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.611791 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:26:46.612035 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.612177 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} executeQuery: Read 228 rows, 15.81 KiB in 0.001431 sec., 159329.14046121592 rows/sec., 10.79 MiB/sec. 2025.07.18 19:26:46.612217 [ 4 ] {7c3ec9ec-67ee-4d48-809e-c85d3ea094cc} TCPHandler: Processed in 0.001650375 sec. 2025.07.18 19:26:46.612330 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:46.612429 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:46.612470 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:46.613186 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.613226 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.613269 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 5992 rows, containing 5 columns (5 merged, 0 gathered) in 0.002715502 sec., 2206590.1627028817 rows/sec., 187.12 MiB/sec. 2025.07.18 19:26:46.613560 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.07.18 19:26:46.613586 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.07.18 19:26:46.613786 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.613899 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.613900 [ 31 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.07.18 19:26:46.613918 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} executeQuery: Read 520 rows, 39.40 KiB in 0.00151 sec., 344370.86092715233 rows/sec., 25.48 MiB/sec. 2025.07.18 19:26:46.613942 [ 31 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.613964 [ 4 ] {300fb725-787a-42dc-8893-92d639ac6992} TCPHandler: Processed in 0.001682226 sec. 2025.07.18 19:26:46.613964 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.613977 [ 187 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_136_27} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.07.18 19:26:46.614060 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.07.18 19:26:46.614077 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.07.18 19:26:46.614078 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:46.614155 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:46.614186 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:46.614187 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1199 rows starting from the beginning of the part 2025.07.18 19:26:46.614233 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:46.614265 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part 2025.07.18 19:26:46.614317 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 725 rows starting from the beginning of the part 2025.07.18 19:26:46.614364 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part 2025.07.18 19:26:46.614412 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 709 rows starting from the beginning of the part 2025.07.18 19:26:46.614456 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 520 rows starting from the beginning of the part 2025.07.18 19:26:46.614943 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.614978 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.615368 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.07.18 19:26:46.615574 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.615670 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651945 sec., 1986143.6064760026 rows/sec., 150.25 MiB/sec. 2025.07.18 19:26:46.615691 [ 31 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_131_27 to all_136_136_0 2025.07.18 19:26:46.615704 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} executeQuery: Read 1006 rows, 69.24 KiB in 0.001539 sec., 653671.2150747238 rows/sec., 43.94 MiB/sec. 2025.07.18 19:26:46.615733 [ 31 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.615750 [ 4 ] {e467982d-f420-4964-947a-2901744f5d24} TCPHandler: Processed in 0.001721906 sec. 2025.07.18 19:26:46.615752 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.615821 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_27 to all_136_136_0 into Compact with storage Full 2025.07.18 19:26:46.615840 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.07.18 19:26:46.615862 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:46.615894 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:46.615919 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 8 marks from part all_1_131_27, total 50403 rows starting from the beginning of the part 2025.07.18 19:26:46.615956 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:46.615966 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.07.18 19:26:46.616001 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:46.616006 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 313 rows starting from the beginning of the part 2025.07.18 19:26:46.616046 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2025.07.18 19:26:46.616080 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 307 rows starting from the beginning of the part 2025.07.18 19:26:46.616107 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.616119 [ 199 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:26:46.616172 [ 187 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_136_27} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.07.18 19:26:46.616229 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.07.18 19:26:46.616352 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:46.616387 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2025.07.18 19:26:46.616684 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.07.18 19:26:46.616911 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.617042 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.07.18 19:26:46.617077 [ 4 ] {b678cac5-0187-4436-a7dd-73b79462a140} TCPHandler: Processed in 0.00126471 sec. 2025.07.18 19:26:46.624687 [ 191 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergeTask::MergeProjectionsStage: Merge sorted 52349 rows, containing 5 columns (5 merged, 0 gathered) in 0.008893647 sec., 5886111.7379630655 rows/sec., 394.11 MiB/sec. 2025.07.18 19:26:46.625227 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary) 2025.07.18 19:26:46.625508 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:46.625569 [ 187 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_136_28} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_131_27, all_136_136_0] -> all_1_136_28 2025.07.18 19:26:46.625635 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2025.07.18 19:26:48.194881 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 2025.07.18 19:26:48.195466 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:48.195525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:48.196024 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:26:48.196264 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:48.196417 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 2025.07.18 19:26:50.538260 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.07.18 19:26:50.559027 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:50.559107 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:50.567139 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:26:50.568281 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:50.571560 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.07.18 19:26:50.822416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2320 2025.07.18 19:26:50.824892 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:50.824948 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:50.826323 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:26:50.826856 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:50.827275 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2320 2025.07.18 19:26:51.232942 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.233000 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.237031 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.390118 [ 224 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:51.390169 [ 224 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:51.393266 [ 224 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:26:51.515111 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.515192 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.517586 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.781906 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.781959 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.785664 [ 224 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.07.18 19:26:51.971045 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.971267 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.971352 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:26:51.972302 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.972343 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.972726 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:51.972944 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.973097 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} executeQuery: Read 392 rows, 25.47 KiB in 0.001888 sec., 207627.1186440678 rows/sec., 13.17 MiB/sec. 2025.07.18 19:26:51.973146 [ 4 ] {33d17656-a496-4712-a1b4-fba6efdfe9be} TCPHandler: Processed in 0.002245125 sec. 2025.07.18 19:26:51.973262 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.973364 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:51.973405 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:51.974434 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.974470 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.974843 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.07.18 19:26:51.975043 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.975173 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} executeQuery: Read 1187 rows, 97.49 KiB in 0.001829 sec., 648988.5183160197 rows/sec., 52.06 MiB/sec. 2025.07.18 19:26:51.975213 [ 4 ] {4267d568-9a27-41c3-a91b-6e385f042fb7} TCPHandler: Processed in 0.00199937 sec. 2025.07.18 19:26:51.975260 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.975316 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.975328 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.975430 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.975471 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:26:51.975986 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.976022 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.976353 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:26:51.976570 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.976705 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} executeQuery: Read 256 rows, 16.29 KiB in 0.001291 sec., 198295.89465530595 rows/sec., 12.32 MiB/sec. 2025.07.18 19:26:51.976749 [ 4 ] {93ca4c64-5891-4fca-b68c-857567be6a59} TCPHandler: Processed in 0.001470413 sec. 2025.07.18 19:26:51.976874 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.976982 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.977023 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:26:51.977525 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.977563 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.977906 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.07.18 19:26:51.978177 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.978308 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} executeQuery: Read 203 rows, 13.41 KiB in 0.001345 sec., 150929.36802973977 rows/sec., 9.74 MiB/sec. 2025.07.18 19:26:51.978351 [ 4 ] {50776860-d6c4-413b-8ca4-929f8990234e} TCPHandler: Processed in 0.001530334 sec. 2025.07.18 19:26:51.978432 [ 220 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.978466 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.978565 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.978605 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:26:51.979065 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.979100 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.979402 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:51.979601 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.979725 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} executeQuery: Read 202 rows, 11.75 KiB in 0.001177 sec., 171622.76975361086 rows/sec., 9.75 MiB/sec. 2025.07.18 19:26:51.979762 [ 4 ] {40224654-f756-47f6-8f81-0729437ab1fb} TCPHandler: Processed in 0.001343921 sec. 2025.07.18 19:26:51.979875 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.979969 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:51.980007 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:51.980751 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.980786 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.981102 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.07.18 19:26:51.981307 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.981432 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} executeQuery: Read 721 rows, 52.10 KiB in 0.001481 sec., 486833.220796759 rows/sec., 34.35 MiB/sec. 2025.07.18 19:26:51.981470 [ 4 ] {5be07982-e98b-495a-8f4c-bb940e176e49} TCPHandler: Processed in 0.001643035 sec. 2025.07.18 19:26:51.981586 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.981679 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:26:51.981721 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:26:51.982057 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.982091 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.982395 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:51.982598 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.982728 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.07.18 19:26:51.982764 [ 4 ] {8527d969-b33b-424f-b527-694841f6f34c} TCPHandler: Processed in 0.001226349 sec. 2025.07.18 19:26:51.982875 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.982969 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.983011 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:51.983486 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.983520 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.983843 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.07.18 19:26:51.984045 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.984169 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} executeQuery: Read 307 rows, 20.68 KiB in 0.001219 sec., 251845.77522559476 rows/sec., 16.57 MiB/sec. 2025.07.18 19:26:51.984205 [ 4 ] {ec3e6d1a-b2dd-4441-a667-9478478594a6} TCPHandler: Processed in 0.001377441 sec. 2025.07.18 19:26:51.984219 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.984249 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.984316 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.984418 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.984466 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:26:51.984783 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.984821 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.985124 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:51.985325 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.985458 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.07.18 19:26:51.985495 [ 4 ] {f15aff8e-fd65-4518-b56c-f95b632c78ef} TCPHandler: Processed in 0.001227359 sec. 2025.07.18 19:26:51.985612 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.985705 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.985760 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:26:51.986689 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.986723 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.987357 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.07.18 19:26:51.987606 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.987744 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} executeQuery: Read 60 rows, 110.10 KiB in 0.002055 sec., 29197.080291970804 rows/sec., 52.32 MiB/sec. 2025.07.18 19:26:51.987802 [ 4 ] {9660ca6d-98d9-4a05-9202-77253149962a} TCPHandler: Processed in 0.002236794 sec. 2025.07.18 19:26:51.987851 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:51.987923 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.988023 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.988064 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:26:51.988389 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.988426 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.988724 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:26:51.988928 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.989055 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} executeQuery: Read 9 rows, 651.00 B in 0.001051 sec., 8563.273073263557 rows/sec., 604.89 KiB/sec. 2025.07.18 19:26:51.989091 [ 4 ] {9ee3573f-1dc3-45e6-9157-d0fcba4212bc} TCPHandler: Processed in 0.001216729 sec. 2025.07.18 19:26:51.989201 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:51.989294 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:51.989337 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:51.989679 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.989714 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.990007 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.07.18 19:26:51.990208 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.990333 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} executeQuery: Read 102 rows, 6.42 KiB in 0.001055 sec., 96682.4644549763 rows/sec., 5.94 MiB/sec. 2025.07.18 19:26:51.990352 [ 85 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.07.18 19:26:51.990370 [ 4 ] {acaf3f64-4232-4e0e-8701-29ee8d16b3f6} TCPHandler: Processed in 0.001216598 sec. 2025.07.18 19:26:51.990422 [ 85 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:51.990448 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:51.990577 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.07.18 19:26:51.990724 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:26:51.990762 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 10410 rows starting from the beginning of the part 2025.07.18 19:26:51.990830 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:51.990882 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2025.07.18 19:26:51.990928 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:51.990971 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2025.07.18 19:26:51.991014 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 102 rows starting from the beginning of the part 2025.07.18 19:26:51.993559 [ 187 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 10836 rows, containing 4 columns (4 merged, 0 gathered) in 0.003037506 sec., 3567400.3606906454 rows/sec., 226.88 MiB/sec. 2025.07.18 19:26:51.993894 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.07.18 19:26:51.994274 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:51.994373 [ 192 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_136_27} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.07.18 19:26:51.994485 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.07.18 19:26:52.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 357.54 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.67 MiB (RSS), difference: 3.13 MiB 2025.07.18 19:26:55.466245 [ 154 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:26:55.466349 [ 154 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:26:55.696740 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 2025.07.18 19:26:55.697533 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:55.697639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:55.698266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:26:55.698550 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:55.698726 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 2025.07.18 19:26:56.902506 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:56.902564 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:56.905588 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.07.18 19:26:56.957773 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:56.957954 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:26:56.958022 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:26:56.958750 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:56.958795 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:56.959313 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.07.18 19:26:56.959921 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:56.960084 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} executeQuery: Read 56 rows, 4.41 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.98 MiB/sec. 2025.07.18 19:26:56.960132 [ 4 ] {76d5bb0a-4116-4af2-bfde-d2b1ab64ea21} TCPHandler: Processed in 0.002482118 sec. 2025.07.18 19:26:56.960264 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:56.960365 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:26:56.960408 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:26:56.960859 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:56.960897 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:56.961321 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.07.18 19:26:56.961763 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:56.961899 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec. 2025.07.18 19:26:56.961937 [ 4 ] {cdccfb7d-4a4c-4f26-a23d-53cfd35869cc} TCPHandler: Processed in 0.001724887 sec. 2025.07.18 19:26:56.962051 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:56.962147 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:26:56.962191 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:26:56.962610 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:56.962647 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:56.963092 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.07.18 19:26:56.963567 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:56.963704 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. 2025.07.18 19:26:56.963742 [ 4 ] {771fb620-e815-4dea-8839-36a1cc784372} TCPHandler: Processed in 0.001740567 sec. 2025.07.18 19:26:56.963872 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:26:56.963972 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:26:56.964014 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:26:56.964376 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:56.964412 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:56.964825 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.07.18 19:26:56.965414 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:56.965569 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. 2025.07.18 19:26:56.965609 [ 4 ] {dc1c7685-c76e-4007-9d9b-e49c115304f8} TCPHandler: Processed in 0.001785487 sec. 2025.07.18 19:26:58.071776 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.07.18 19:26:58.089166 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:26:58.089206 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:26:58.095423 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:26:58.096587 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:26:58.099598 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.07.18 19:27:00.827653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2352 2025.07.18 19:27:00.830303 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:00.830359 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:00.831697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:00.832231 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:00.832531 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2352 2025.07.18 19:27:01.144766 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 6 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] 2025.07.18 19:27:01.144844 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] 2025.07.18 19:27:01.147313 [ 224 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0] 2025.07.18 19:27:01.331824 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.331876 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.333743 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.603898 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:01.603939 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:01.605785 [ 220 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:01.971239 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.971419 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.971485 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:01.972288 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.972331 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.972895 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:27:01.973464 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.973601 [ 37 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.07.18 19:27:01.973617 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} executeQuery: Read 392 rows, 25.47 KiB in 0.002248 sec., 174377.22419928826 rows/sec., 11.06 MiB/sec. 2025.07.18 19:27:01.973667 [ 37 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.973682 [ 4 ] {267d8efa-c343-4438-a0b4-30587bf56b75} TCPHandler: Processed in 0.00256783 sec. 2025.07.18 19:27:01.973694 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.973822 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.973835 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.07.18 19:27:01.973924 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:27:01.973971 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:27:01.973976 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:01.974024 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 392 rows starting from the beginning of the part 2025.07.18 19:27:01.974097 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:01.974150 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:01.974192 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:01.974231 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:01.974382 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.974426 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.974921 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.07.18 19:27:01.975295 [ 188 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514403 sec., 1294239.380138576 rows/sec., 87.05 MiB/sec. 2025.07.18 19:27:01.975446 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.975540 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.07.18 19:27:01.975617 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} executeQuery: Read 4 rows, 334.00 B in 0.001711 sec., 2337.81414377557 rows/sec., 190.63 KiB/sec. 2025.07.18 19:27:01.975663 [ 4 ] {f23b2135-4374-4516-8909-9b64e1c2f9d3} TCPHandler: Processed in 0.001893199 sec. 2025.07.18 19:27:01.975791 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.975888 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:01.975929 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:01.976110 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.976185 [ 190 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_69_17} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.07.18 19:27:01.976259 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.18 19:27:01.976961 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.977003 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.977518 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.07.18 19:27:01.978030 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.978164 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} executeQuery: Read 1189 rows, 97.64 KiB in 0.002295 sec., 518082.7886710239 rows/sec., 41.55 MiB/sec. 2025.07.18 19:27:01.978202 [ 4 ] {28684a4b-c927-4c6c-ad2a-0ab48c5f0cf9} TCPHandler: Processed in 0.002461718 sec. 2025.07.18 19:27:01.978321 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.978413 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.978453 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:01.978965 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.979001 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.979419 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.07.18 19:27:01.979885 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.980016 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} executeQuery: Read 260 rows, 16.57 KiB in 0.001621 sec., 160394.81801357187 rows/sec., 9.98 MiB/sec. 2025.07.18 19:27:01.980053 [ 4 ] {da253967-046d-497b-a469-7acf18ea4d59} TCPHandler: Processed in 0.001779808 sec. 2025.07.18 19:27:01.980164 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.980256 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.980294 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:01.980769 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.980803 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.981207 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.07.18 19:27:01.981622 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.981750 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} executeQuery: Read 203 rows, 13.41 KiB in 0.001512 sec., 134259.25925925924 rows/sec., 8.66 MiB/sec. 2025.07.18 19:27:01.981787 [ 4 ] {c2f07963-d2b9-4bd8-b385-0061ec7e682a} TCPHandler: Processed in 0.001669585 sec. 2025.07.18 19:27:01.981895 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.981987 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.982025 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:01.982474 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.982509 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.982918 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:27:01.983343 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.983450 [ 37 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 2025.07.18 19:27:01.983469 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} executeQuery: Read 202 rows, 11.75 KiB in 0.0015 sec., 134666.66666666666 rows/sec., 7.65 MiB/sec. 2025.07.18 19:27:01.983493 [ 37 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.983514 [ 4 ] {a459092a-adbb-4034-b7fc-668948fcc7f0} TCPHandler: Processed in 0.001665336 sec. 2025.07.18 19:27:01.983521 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.983618 [ 225 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.983622 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full 2025.07.18 19:27:01.983655 [ 225 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.983637 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.983745 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:01.983778 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 202 rows starting from the beginning of the part 2025.07.18 19:27:01.983786 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:01.983827 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:01.983843 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:01.983894 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:01.983941 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:01.983995 [ 187 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:01.984511 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.984545 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.984957 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373231 sec., 735491.6980464321 rows/sec., 44.58 MiB/sec. 2025.07.18 19:27:01.985071 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.07.18 19:27:01.985256 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) 2025.07.18 19:27:01.985680 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.985825 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} executeQuery: Read 716 rows, 51.70 KiB in 0.002056 sec., 348249.0272373541 rows/sec., 24.56 MiB/sec. 2025.07.18 19:27:01.985859 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.985863 [ 4 ] {5fc9d88b-3f5d-447a-ad87-7d769124544b} TCPHandler: Processed in 0.002272565 sec. 2025.07.18 19:27:01.985960 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_69_17} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 2025.07.18 19:27:01.986008 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.986063 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:27:01.986106 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:01.986153 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:01.986492 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.986527 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.986739 [ 225 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.07.18 19:27:01.986968 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:27:01.987409 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.987536 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. 2025.07.18 19:27:01.987571 [ 4 ] {843e1a1f-e7b9-4987-9464-05196cc95942} TCPHandler: Processed in 0.001609824 sec. 2025.07.18 19:27:01.987681 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.987771 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.987811 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:01.988246 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.988281 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.988733 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.07.18 19:27:01.989180 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.989309 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} executeQuery: Read 309 rows, 20.82 KiB in 0.001555 sec., 198713.8263665595 rows/sec., 13.08 MiB/sec. 2025.07.18 19:27:01.989345 [ 4 ] {d621cc9a-caef-49c9-af6e-6cd69a0ee03a} TCPHandler: Processed in 0.001710936 sec. 2025.07.18 19:27:01.989452 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.989548 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.989588 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:01.989899 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.989934 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.990396 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:27:01.990828 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.990956 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. 2025.07.18 19:27:01.990990 [ 4 ] {9383f6bd-03a3-441c-be47-52a713603bf1} TCPHandler: Processed in 0.001584755 sec. 2025.07.18 19:27:01.991097 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.991271 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.991323 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:01.992244 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.992279 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.993006 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.07.18 19:27:01.993433 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.993647 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} executeQuery: Read 60 rows, 110.10 KiB in 0.002393 sec., 25073.129962390303 rows/sec., 44.93 MiB/sec. 2025.07.18 19:27:01.993662 [ 225 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:01.993697 [ 225 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:01.993701 [ 4 ] {3753887f-65a4-4501-aba1-6845c1ef2ebc} TCPHandler: Processed in 0.002650951 sec. 2025.07.18 19:27:01.993828 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:01.993920 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:01.993962 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:01.994293 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:01.994335 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:01.994803 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.07.18 19:27:01.995294 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:01.995429 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} executeQuery: Read 102 rows, 6.42 KiB in 0.001527 sec., 66797.64243614931 rows/sec., 4.10 MiB/sec. 2025.07.18 19:27:01.995465 [ 4 ] {471f152f-8640-48f5-8809-1fc792296c98} TCPHandler: Processed in 0.001684676 sec. 2025.07.18 19:27:01.995573 [ 225 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:02.061336 [ 37 ] {} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:27:02.061370 [ 37 ] {} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:02.061388 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:02.061477 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::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.07.18 19:27:02.061607 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:02.061640 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2025.07.18 19:27:02.061704 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:02.061749 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.07.18 19:27:02.061792 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:02.061833 [ 196 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2025.07.18 19:27:02.063865 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002428027 sec., 21004.708761475882 rows/sec., 1.49 MiB/sec. 2025.07.18 19:27:02.064141 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:27:02.064726 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:02.064798 [ 186 ] {6cce922d-7638-4b49-97e4-4c27f86ca068::all_1_5_1} oximeter.measurements_i64 (6cce922d-7638-4b49-97e4-4c27f86ca068) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:27:02.064886 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.07.18 19:27:03.198966 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 2025.07.18 19:27:03.199606 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:03.199654 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:03.200346 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:27:03.200892 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:03.201041 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 2025.07.18 19:27:03.201164 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:27:03.201239 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:27:03.203527 [ 218 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): 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.07.18 19:27:03.756875 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:27:03.756955 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:27:03.759863 [ 225 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): 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.07.18 19:27:04.000230 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 356.68 MiB, peak 379.15 MiB, free memory in arenas 0.00 B, will set to 360.67 MiB (RSS), difference: 3.99 MiB 2025.07.18 19:27:05.599744 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.07.18 19:27:05.617031 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:05.617086 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:05.623288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.07.18 19:27:05.624429 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:05.627579 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.07.18 19:27:06.958275 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:06.958522 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:06.958626 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:06.959531 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:06.959581 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:06.960136 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.07.18 19:27:06.960624 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:06.960782 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} executeQuery: Read 56 rows, 4.41 KiB in 0.002329 sec., 24044.654358093605 rows/sec., 1.85 MiB/sec. 2025.07.18 19:27:06.960832 [ 4 ] {e7b4229e-8379-4d9e-bbba-0d544efd1003} TCPHandler: Processed in 0.002687241 sec. 2025.07.18 19:27:06.960955 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:06.961054 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:06.961095 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:06.961531 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:06.961568 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:06.962096 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.07.18 19:27:06.962539 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:06.962672 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} executeQuery: Read 64 rows, 5.12 KiB in 0.00164 sec., 39024.39024390244 rows/sec., 3.05 MiB/sec. 2025.07.18 19:27:06.962710 [ 4 ] {b12a8eeb-429c-4c40-ad3b-cbfa4b1639ea} TCPHandler: Processed in 0.001805328 sec. 2025.07.18 19:27:06.962826 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:06.962919 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:06.962961 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:06.963373 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:06.963409 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:06.963845 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.07.18 19:27:06.964276 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:06.964412 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. 2025.07.18 19:27:06.964448 [ 4 ] {73edf140-9574-4698-9d03-26e341d4d161} TCPHandler: Processed in 0.001670496 sec. 2025.07.18 19:27:06.964563 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:06.964655 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:06.964695 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:06.965050 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:06.965084 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.07.18 19:27:06.965485 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.07.18 19:27:06.965921 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:06.966050 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. 2025.07.18 19:27:06.966086 [ 4 ] {a4b9a7ec-1b04-4321-bb3b-5cff861d12ac} TCPHandler: Processed in 0.001574724 sec. 2025.07.18 19:27:10.466459 [ 153 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:27:10.466529 [ 153 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:27:10.701199 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 2025.07.18 19:27:10.701776 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:10.701829 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:10.702565 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:27:10.703021 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:10.703154 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 2025.07.18 19:27:10.703159 [ 153 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.07.18 19:27:10.703216 [ 153 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:10.703237 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:10.703360 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:27:10.703517 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:10.703561 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part 2025.07.18 19:27:10.703635 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part 2025.07.18 19:27:10.703688 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part 2025.07.18 19:27:10.703734 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part 2025.07.18 19:27:10.703780 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part 2025.07.18 19:27:10.703825 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part 2025.07.18 19:27:10.706628 [ 200 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.003329441 sec., 13209724.995877687 rows/sec., 188.97 MiB/sec. 2025.07.18 19:27:10.707080 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.07.18 19:27:10.707667 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:10.707748 [ 197 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_96_19} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.07.18 19:27:10.707864 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.07.18 19:27:10.832750 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2384 2025.07.18 19:27:10.835057 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:10.835098 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:10.836327 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:10.836786 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:10.836948 [ 152 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:27:10.836997 [ 152 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:10.837020 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:10.837046 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2384 2025.07.18 19:27:10.837122 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:27:10.837683 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:10.837823 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2222 rows starting from the beginning of the part 2025.07.18 19:27:10.838181 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part 2025.07.18 19:27:10.838547 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part 2025.07.18 19:27:10.838896 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part 2025.07.18 19:27:10.839236 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part 2025.07.18 19:27:10.839565 [ 193 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2025.07.18 19:27:10.850278 [ 200 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 72 columns (72 merged, 0 gathered) in 0.013200893 sec., 180593.84315894387 rows/sec., 135.38 MiB/sec. 2025.07.18 19:27:10.852604 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:27:10.853429 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:10.853516 [ 198 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_71_14} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:27:10.853875 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. 2025.07.18 19:27:11.007425 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006949827 sec. 2025.07.18 19:27:11.971926 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.972119 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.972190 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:11.973024 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.973068 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.973587 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:11.974100 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.974253 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} executeQuery: Read 392 rows, 25.47 KiB in 0.002189 sec., 179077.20420283233 rows/sec., 11.36 MiB/sec. 2025.07.18 19:27:11.974297 [ 4 ] {e5959ffb-727f-4648-bc2e-c1721e222ddb} TCPHandler: Processed in 0.002504088 sec. 2025.07.18 19:27:11.974419 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.974514 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:11.974562 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:11.975590 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.975630 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.976107 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.07.18 19:27:11.976554 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.976693 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} executeQuery: Read 1187 rows, 97.49 KiB in 0.002197 sec., 540282.2030040964 rows/sec., 43.34 MiB/sec. 2025.07.18 19:27:11.976694 [ 135 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.07.18 19:27:11.976740 [ 4 ] {a76d249b-5eec-4f12-aefa-b0043a51a6a8} TCPHandler: Processed in 0.002371047 sec. 2025.07.18 19:27:11.976744 [ 135 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.976767 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.976861 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.976888 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.07.18 19:27:11.976965 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.977012 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:11.977033 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.977073 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2330 rows starting from the beginning of the part 2025.07.18 19:27:11.977143 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1187 rows starting from the beginning of the part 2025.07.18 19:27:11.977188 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part 2025.07.18 19:27:11.977230 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 1189 rows starting from the beginning of the part 2025.07.18 19:27:11.977270 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 56 rows starting from the beginning of the part 2025.07.18 19:27:11.977311 [ 201 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1187 rows starting from the beginning of the part 2025.07.18 19:27:11.977533 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.977573 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.978001 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.07.18 19:27:11.978488 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.978634 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} executeQuery: Read 256 rows, 16.29 KiB in 0.001687 sec., 151748.66627148786 rows/sec., 9.43 MiB/sec. 2025.07.18 19:27:11.978674 [ 4 ] {f838616d-cc8c-4644-97de-24e6b718df8b} TCPHandler: Processed in 0.001866288 sec. 2025.07.18 19:27:11.978785 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.978878 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.978919 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:11.979398 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 6005 rows, containing 5 columns (5 merged, 0 gathered) in 0.002566139 sec., 2340091.475948887 rows/sec., 197.53 MiB/sec. 2025.07.18 19:27:11.979403 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.979477 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.979816 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.07.18 19:27:11.979901 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.07.18 19:27:11.980384 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.980432 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.980475 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_141_28} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.07.18 19:27:11.980551 [ 135 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_82_17 to all_87_87_0 2025.07.18 19:27:11.980577 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.07.18 19:27:11.980586 [ 135 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.980581 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} executeQuery: Read 203 rows, 13.41 KiB in 0.001719 sec., 118091.91390343223 rows/sec., 7.62 MiB/sec. 2025.07.18 19:27:11.980621 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.980652 [ 4 ] {8dcfd9c8-3455-4f80-a271-762c71bb4e90} TCPHandler: Processed in 0.00191569 sec. 2025.07.18 19:27:11.980715 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_82_17 to all_87_87_0 into Compact with storage Full 2025.07.18 19:27:11.980762 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.980835 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.980858 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.980872 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_82_17, total 431 rows starting from the beginning of the part 2025.07.18 19:27:11.980906 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:11.980944 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:11.980995 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 228 rows starting from the beginning of the part 2025.07.18 19:27:11.981036 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:11.981077 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:11.981118 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:11.981374 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.981414 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.981844 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:11.982136 [ 200 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergeTask::MergeProjectionsStage: Merge sorted 1471 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464652 sec., 1004334.1353440953 rows/sec., 69.61 MiB/sec. 2025.07.18 19:27:11.982287 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.982377 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} MergedBlockOutputStream: filled checksums all_1_87_18 (state Temporary) 2025.07.18 19:27:11.982430 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} executeQuery: Read 202 rows, 11.75 KiB in 0.001588 sec., 127204.03022670026 rows/sec., 7.22 MiB/sec. 2025.07.18 19:27:11.982473 [ 4 ] {068e2a7c-9d80-428e-8bbb-c15016c67c77} TCPHandler: Processed in 0.001761047 sec. 2025.07.18 19:27:11.982584 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.982678 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:11.982718 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:11.982923 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_87_18 to all_1_87_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.983017 [ 198 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_87_18} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_82_17, all_87_87_0] -> all_1_87_18 2025.07.18 19:27:11.983112 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:27:11.983397 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.983437 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.983896 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.07.18 19:27:11.984326 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.984440 [ 135 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.07.18 19:27:11.984461 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} executeQuery: Read 712 rows, 51.37 KiB in 0.0018 sec., 395555.55555555556 rows/sec., 27.87 MiB/sec. 2025.07.18 19:27:11.984468 [ 135 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.984493 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.984500 [ 4 ] {c5b94b7c-8cb6-4b93-95ae-9b752ddfadc0} TCPHandler: Processed in 0.00196452 sec. 2025.07.18 19:27:11.984577 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.07.18 19:27:11.984614 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.984682 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.984713 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:11.984713 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1204 rows starting from the beginning of the part 2025.07.18 19:27:11.984762 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:11.984793 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 721 rows starting from the beginning of the part 2025.07.18 19:27:11.984846 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part 2025.07.18 19:27:11.984889 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 716 rows starting from the beginning of the part 2025.07.18 19:27:11.984932 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 64 rows starting from the beginning of the part 2025.07.18 19:27:11.984974 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 712 rows starting from the beginning of the part 2025.07.18 19:27:11.985105 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.985146 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.985603 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:11.986144 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.986267 [ 135 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 5 parts from all_66_66_0 to all_70_70_0 2025.07.18 19:27:11.986287 [ 191 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3481 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749157 sec., 1990101.517473846 rows/sec., 149.39 MiB/sec. 2025.07.18 19:27:11.986291 [ 135 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.986311 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. 2025.07.18 19:27:11.986320 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.986356 [ 4 ] {93a15b61-7b6a-44c6-bdd8-930f54b47a71} TCPHandler: Processed in 0.001791287 sec. 2025.07.18 19:27:11.986392 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTask::PrepareStage: Merging 5 parts: from all_66_66_0 to all_70_70_0 into Compact with storage Full 2025.07.18 19:27:11.986480 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.986483 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.986530 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:11.986581 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.986585 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:11.986626 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.07.18 19:27:11.986631 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:11.986647 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:11.986697 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:11.986745 [ 198 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:11.987093 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.987131 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.987271 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.987357 [ 199 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_141_28} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.07.18 19:27:11.987447 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.07.18 19:27:11.987517 [ 196 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001153897 sec., 25998.854317153087 rows/sec., 1.33 MiB/sec. 2025.07.18 19:27:11.987595 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.07.18 19:27:11.987770 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} MergedBlockOutputStream: filled checksums all_66_70_1 (state Temporary) 2025.07.18 19:27:11.988158 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.988277 [ 135 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 6 parts from all_1_136_28 to all_141_141_0 2025.07.18 19:27:11.988298 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} executeQuery: Read 307 rows, 20.68 KiB in 0.001736 sec., 176843.31797235023 rows/sec., 11.63 MiB/sec. 2025.07.18 19:27:11.988300 [ 135 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.988316 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_66_70_1 to all_66_70_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.988328 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.988336 [ 4 ] {7f1bf948-c4b4-4209-bd98-9498f02d031a} TCPHandler: Processed in 0.001908649 sec. 2025.07.18 19:27:11.988404 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_66_70_1} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 5 parts: [all_66_66_0, all_70_70_0] -> all_66_70_1 2025.07.18 19:27:11.988426 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_28 to all_141_141_0 into Compact with storage Full 2025.07.18 19:27:11.988449 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.988494 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.07.18 19:27:11.988528 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.988547 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.988560 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 8 marks from part all_1_136_28, total 52349 rows starting from the beginning of the part 2025.07.18 19:27:11.988595 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:11.988629 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 307 rows starting from the beginning of the part 2025.07.18 19:27:11.988678 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.07.18 19:27:11.988721 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 309 rows starting from the beginning of the part 2025.07.18 19:27:11.988762 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part 2025.07.18 19:27:11.988801 [ 188 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 307 rows starting from the beginning of the part 2025.07.18 19:27:11.988921 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.988961 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.989432 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:11.989964 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.990066 [ 135 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.07.18 19:27:11.990090 [ 135 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.990100 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. 2025.07.18 19:27:11.990108 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.990136 [ 4 ] {cbdebd35-09cb-48b0-92d5-d035ee00de91} TCPHandler: Processed in 0.001734357 sec. 2025.07.18 19:27:11.990180 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.07.18 19:27:11.990244 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.990278 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:11.990309 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part 2025.07.18 19:27:11.990340 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.990360 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part 2025.07.18 19:27:11.990397 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:11.990411 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part 2025.07.18 19:27:11.990457 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part 2025.07.18 19:27:11.990495 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part 2025.07.18 19:27:11.990534 [ 196 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part 2025.07.18 19:27:11.991269 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.001119057 sec., 62552.66711168422 rows/sec., 4.12 MiB/sec. 2025.07.18 19:27:11.991322 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.991364 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.991523 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.07.18 19:27:11.992114 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.07.18 19:27:11.992126 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.992226 [ 190 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_70_14} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.07.18 19:27:11.992327 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:27:11.992616 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.992766 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} executeQuery: Read 60 rows, 110.10 KiB in 0.002444 sec., 24549.918166939442 rows/sec., 43.99 MiB/sec. 2025.07.18 19:27:11.992820 [ 4 ] {7ef6b25d-0928-4d93-a878-21c86e0e3a4d} TCPHandler: Processed in 0.002624231 sec. 2025.07.18 19:27:11.992931 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:11.993023 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:11.993063 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:11.993391 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:11.993425 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:11.993836 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.07.18 19:27:11.994258 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.994394 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} executeQuery: Read 102 rows, 6.42 KiB in 0.001388 sec., 73487.0317002882 rows/sec., 4.51 MiB/sec. 2025.07.18 19:27:11.994430 [ 4 ] {6022aeba-4a8e-4674-a146-93bf2d32dc8c} TCPHandler: Processed in 0.001546224 sec. 2025.07.18 19:27:11.997720 [ 190 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergeTask::MergeProjectionsStage: Merge sorted 53592 rows, containing 5 columns (5 merged, 0 gathered) in 0.009339564 sec., 5738169.362081571 rows/sec., 384.18 MiB/sec. 2025.07.18 19:27:11.998405 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) 2025.07.18 19:27:11.998949 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:11.999023 [ 198 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_141_29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 6 parts: [all_1_136_28, all_141_141_0] -> all_1_141_29 2025.07.18 19:27:11.999108 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.07.18 19:27:13.127690 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.07.18 19:27:13.145299 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:13.145345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:13.151588 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.07.18 19:27:13.152765 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:13.153136 [ 146 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.07.18 19:27:13.153227 [ 146 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:13.153263 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:13.153433 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:27:13.155997 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.07.18 19:27:13.157468 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:13.159026 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 685 rows starting from the beginning of the part 2025.07.18 19:27:13.163589 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:13.168346 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:13.173291 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.07.18 19:27:13.178259 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:13.182662 [ 187 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.07.18 19:27:13.239716 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.086349658 sec., 8372.934146421287 rows/sec., 43.29 MiB/sec. 2025.07.18 19:27:13.242283 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.07.18 19:27:13.244546 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:13.244642 [ 195 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_96_19} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.07.18 19:27:13.246240 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.07.18 19:27:14.000230 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 361.79 MiB, peak 379.20 MiB, free memory in arenas 0.00 B, will set to 360.70 MiB (RSS), difference: -1.09 MiB 2025.07.18 19:27:16.139567 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.139650 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.143192 [ 224 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.608102 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.608302 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:27:16.608376 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:27:16.609015 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.609061 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.609576 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.07.18 19:27:16.610060 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.610216 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec. 2025.07.18 19:27:16.610258 [ 4 ] {c6551057-50f6-4751-a38d-d2d7a86dd892} TCPHandler: Processed in 0.002293625 sec. 2025.07.18 19:27:16.610378 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.610474 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:16.610514 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:16.611544 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.611580 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.612153 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.07.18 19:27:16.612609 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.612747 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} executeQuery: Read 1197 rows, 101.04 KiB in 0.002292 sec., 522251.3089005235 rows/sec., 43.05 MiB/sec. 2025.07.18 19:27:16.612787 [ 4 ] {c3abb1d1-5b8f-43c7-ae75-e5bf5e4ae24d} TCPHandler: Processed in 0.002458858 sec. 2025.07.18 19:27:16.612903 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.612997 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:16.613038 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:16.613432 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.613468 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.613871 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.07.18 19:27:16.614303 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.614437 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} executeQuery: Read 2 rows, 143.00 B in 0.001457 sec., 1372.6835964310226 rows/sec., 95.85 KiB/sec. 2025.07.18 19:27:16.614475 [ 4 ] {772b0392-5855-4ca9-b6b4-04850dfcc77e} TCPHandler: Processed in 0.001621065 sec. 2025.07.18 19:27:16.614584 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.614678 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:16.614718 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:16.615211 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.615247 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.615682 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.07.18 19:27:16.616169 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.616302 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} executeQuery: Read 228 rows, 15.81 KiB in 0.001642 sec., 138855.05481120583 rows/sec., 9.40 MiB/sec. 2025.07.18 19:27:16.616340 [ 4 ] {aa2af093-c78f-4b18-b1a0-b2804c5ba719} TCPHandler: Processed in 0.001804238 sec. 2025.07.18 19:27:16.616450 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.616544 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:16.616583 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:16.617170 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.617206 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.617643 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.07.18 19:27:16.618082 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.618222 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} executeQuery: Read 522 rows, 39.57 KiB in 0.001695 sec., 307964.60176991153 rows/sec., 22.80 MiB/sec. 2025.07.18 19:27:16.618260 [ 4 ] {f402c338-b56a-40b5-8456-24f14310b0a2} TCPHandler: Processed in 0.001858388 sec. 2025.07.18 19:27:16.618316 [ 220 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.618371 [ 220 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.618371 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.618478 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:16.618523 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:16.619128 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.619164 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.619690 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.07.18 19:27:16.620159 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.620289 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} executeQuery: Read 1007 rows, 69.31 KiB in 0.001876 sec., 536780.3837953091 rows/sec., 36.08 MiB/sec. 2025.07.18 19:27:16.620325 [ 4 ] {2c1b9c04-04ff-41df-8406-95474ef5a2f8} TCPHandler: Processed in 0.002052592 sec. 2025.07.18 19:27:16.620431 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:16.620520 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:16.620628 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:16.620687 [ 220 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:16.620974 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.621014 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.621431 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.07.18 19:27:16.621870 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.621993 [ 150 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.07.18 19:27:16.622004 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. 2025.07.18 19:27:16.622060 [ 150 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:16.622067 [ 4 ] {aa4d1ba2-8080-46b3-9afc-aa4e43b26dce} TCPHandler: Processed in 0.001626815 sec. 2025.07.18 19:27:16.622088 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:16.622200 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.07.18 19:27:16.622337 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:16.622375 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 10836 rows starting from the beginning of the part 2025.07.18 19:27:16.622446 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2025.07.18 19:27:16.622495 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 102 rows starting from the beginning of the part 2025.07.18 19:27:16.622544 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2025.07.18 19:27:16.622588 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 102 rows starting from the beginning of the part 2025.07.18 19:27:16.622630 [ 190 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2025.07.18 19:27:16.625186 [ 197 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 11220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003026427 sec., 3707342.0241096183 rows/sec., 235.86 MiB/sec. 2025.07.18 19:27:16.625808 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.07.18 19:27:16.626444 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:16.626527 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_141_28} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.07.18 19:27:16.626628 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2025.07.18 19:27:17.185984 [ 219 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:17.186048 [ 219 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:17.188900 [ 219 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:18.203329 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 2025.07.18 19:27:18.203910 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:18.203952 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:18.204554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:27:18.205043 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:18.205186 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 2025.07.18 19:27:20.656176 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.07.18 19:27:20.674259 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:20.674305 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:20.680575 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.07.18 19:27:20.681718 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:20.684858 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.07.18 19:27:20.837341 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2420 2025.07.18 19:27:20.839829 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:20.839870 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:20.841214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:20.841665 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:20.841927 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2420 2025.07.18 19:27:21.971518 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.971711 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.971781 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:21.972627 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.972669 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.973360 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:21.973802 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.973960 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} executeQuery: Read 392 rows, 25.47 KiB in 0.002301 sec., 170360.7127335941 rows/sec., 10.81 MiB/sec. 2025.07.18 19:27:21.974008 [ 4 ] {27038ea2-4616-44c0-a50d-ad23823df2a5} TCPHandler: Processed in 0.002620531 sec. 2025.07.18 19:27:21.974130 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.974224 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:21.974264 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:21.975280 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.975316 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.975794 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.07.18 19:27:21.976270 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.976407 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} executeQuery: Read 1187 rows, 97.49 KiB in 0.002201 sec., 539300.3180372558 rows/sec., 43.26 MiB/sec. 2025.07.18 19:27:21.976446 [ 4 ] {5e47116e-ed1e-432f-90d9-954e14700562} TCPHandler: Processed in 0.002363506 sec. 2025.07.18 19:27:21.976562 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.976655 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.976693 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:21.977197 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.977232 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.977678 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.07.18 19:27:21.978087 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.978202 [ 140 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.07.18 19:27:21.978219 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} executeQuery: Read 256 rows, 16.29 KiB in 0.001582 sec., 161820.4804045512 rows/sec., 10.05 MiB/sec. 2025.07.18 19:27:21.978274 [ 140 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.978283 [ 4 ] {b8851397-c227-49b2-8c8e-92fc6c26ffec} TCPHandler: Processed in 0.001767807 sec. 2025.07.18 19:27:21.978305 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.978409 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.978409 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.07.18 19:27:21.978516 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.978547 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:21.978560 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:21.978584 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 271 rows starting from the beginning of the part 2025.07.18 19:27:21.978657 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 256 rows starting from the beginning of the part 2025.07.18 19:27:21.978702 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 260 rows starting from the beginning of the part 2025.07.18 19:27:21.978747 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 256 rows starting from the beginning of the part 2025.07.18 19:27:21.978787 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 2 rows starting from the beginning of the part 2025.07.18 19:27:21.978824 [ 200 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 256 rows starting from the beginning of the part 2025.07.18 19:27:21.979049 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.979091 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.979516 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.07.18 19:27:21.979802 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 1301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437163 sec., 905255.7016844993 rows/sec., 59.78 MiB/sec. 2025.07.18 19:27:21.979943 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.980037 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.07.18 19:27:21.980078 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} executeQuery: Read 203 rows, 13.41 KiB in 0.00158 sec., 128481.01265822785 rows/sec., 8.29 MiB/sec. 2025.07.18 19:27:21.980115 [ 4 ] {0d49ba77-e227-4963-922c-b2dd40508d45} TCPHandler: Processed in 0.001756916 sec. 2025.07.18 19:27:21.980222 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.980314 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.980353 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:21.980631 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.980697 [ 191 ] {9abe067d-84da-4860-83ac-430198c333bf::all_1_80_16} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.07.18 19:27:21.980772 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.07.18 19:27:21.980796 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.980830 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.981220 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:21.981664 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.981785 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} executeQuery: Read 202 rows, 11.75 KiB in 0.001495 sec., 135117.0568561873 rows/sec., 7.67 MiB/sec. 2025.07.18 19:27:21.981819 [ 4 ] {bb1b35b8-5b52-461d-badf-1f909e035823} TCPHandler: Processed in 0.001653186 sec. 2025.07.18 19:27:21.981921 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.982007 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:21.982049 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:21.982723 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.982759 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.983223 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.07.18 19:27:21.983684 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.983823 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} executeQuery: Read 712 rows, 51.37 KiB in 0.001811 sec., 393152.95416896744 rows/sec., 27.70 MiB/sec. 2025.07.18 19:27:21.983860 [ 4 ] {a8bce52d-0b52-4d32-8b77-6775b354d807} TCPHandler: Processed in 0.00196985 sec. 2025.07.18 19:27:21.983978 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.984080 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:21.984122 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:21.984483 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.984517 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.984930 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:21.985359 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.985490 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. 2025.07.18 19:27:21.985526 [ 4 ] {27b35b27-e7c0-4f15-9d19-7c037e6c16d8} TCPHandler: Processed in 0.001594855 sec. 2025.07.18 19:27:21.985633 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.985747 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.985791 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:21.986226 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.986260 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.986691 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.07.18 19:27:21.987145 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.987273 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} executeQuery: Read 307 rows, 20.68 KiB in 0.001547 sec., 198448.6102133161 rows/sec., 13.05 MiB/sec. 2025.07.18 19:27:21.987309 [ 4 ] {9ddf9a1a-a5a4-4761-8933-4361dd242e43} TCPHandler: Processed in 0.001723046 sec. 2025.07.18 19:27:21.987414 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.987505 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.987546 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:21.987860 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.987893 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.988292 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:21.988719 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.988847 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. 2025.07.18 19:27:21.988882 [ 4 ] {5ffc4002-ff03-4764-ad60-041c30b12c10} TCPHandler: Processed in 0.001515563 sec. 2025.07.18 19:27:21.988986 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.989077 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.989129 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:21.990070 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.990104 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.990787 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.07.18 19:27:21.991215 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.991322 [ 143 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.07.18 19:27:21.991354 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} executeQuery: Read 60 rows, 110.10 KiB in 0.002295 sec., 26143.7908496732 rows/sec., 46.85 MiB/sec. 2025.07.18 19:27:21.991363 [ 143 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.991388 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.991420 [ 4 ] {abfca555-4ce0-4611-91cb-bef21826740b} TCPHandler: Processed in 0.002480718 sec. 2025.07.18 19:27:21.991471 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:27:21.991531 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:21.991628 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:21.991668 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:21.991677 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:21.991734 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2701 rows starting from the beginning of the part 2025.07.18 19:27:21.991846 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 57 rows starting from the beginning of the part 2025.07.18 19:27:21.991945 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:27:21.991997 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:21.992036 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:21.992037 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:27:21.992145 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:27:21.992235 [ 192 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::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.07.18 19:27:21.992456 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.07.18 19:27:21.992916 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:21.993048 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. 2025.07.18 19:27:21.993083 [ 4 ] {c343bf25-39d5-48d5-b133-6acd9bb75c72} TCPHandler: Processed in 0.001600425 sec. 2025.07.18 19:27:21.993104 [ 224 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:21.993140 [ 224 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:21.995868 [ 224 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.07.18 19:27:22.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 379.62 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 362.69 MiB (RSS), difference: -16.93 MiB 2025.07.18 19:27:22.001970 [ 200 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 19 columns (19 merged, 0 gathered) in 0.010532641 sec., 284638.9618710065 rows/sec., 510.06 MiB/sec. 2025.07.18 19:27:22.004513 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.07.18 19:27:22.005130 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:22.005202 [ 196 ] {ac4e34a6-b17a-409a-aea8-2ec551853466::all_1_71_14} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.07.18 19:27:22.005300 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.08 MiB. 2025.07.18 19:27:23.000250 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 344.64 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 364.79 MiB (RSS), difference: 20.15 MiB 2025.07.18 19:27:25.466765 [ 136 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:27:25.466814 [ 136 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:27:25.705425 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 2025.07.18 19:27:25.705932 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:25.705972 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:25.706576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:27:25.707120 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:25.707252 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 2025.07.18 19:27:26.958349 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:26.958605 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:26.958707 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:26.959487 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:26.959537 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:26.960107 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.07.18 19:27:26.960563 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:26.960731 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} executeQuery: Read 56 rows, 4.41 KiB in 0.002197 sec., 25489.30359581247 rows/sec., 1.96 MiB/sec. 2025.07.18 19:27:26.960781 [ 4 ] {1364a28c-6667-49dd-865a-13812f83c74d} TCPHandler: Processed in 0.00260284 sec. 2025.07.18 19:27:26.960896 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:26.960999 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:26.961043 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:26.961469 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:26.961507 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:26.961939 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.07.18 19:27:26.962435 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:26.962577 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec. 2025.07.18 19:27:26.962617 [ 4 ] {ca8ba037-9099-4095-86d0-0c20eef42894} TCPHandler: Processed in 0.001773248 sec. 2025.07.18 19:27:26.962738 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:26.962836 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:26.962881 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:26.963297 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:26.963334 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:26.963781 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.07.18 19:27:26.964218 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:26.964356 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. 2025.07.18 19:27:26.964394 [ 4 ] {232b7204-3d38-492a-acbf-02a24dadbb29} TCPHandler: Processed in 0.001706126 sec. 2025.07.18 19:27:26.964497 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:26.964592 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:26.964635 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:26.964973 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:26.965010 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:26.965472 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.07.18 19:27:26.965906 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:26.966042 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. 2025.07.18 19:27:26.966078 [ 4 ] {a3d93bce-fb40-4103-9384-ad9a7e2ffe9d} TCPHandler: Processed in 0.001630535 sec. 2025.07.18 19:27:28.185052 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.07.18 19:27:28.203556 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:28.203602 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:28.210092 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.07.18 19:27:28.211265 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:28.214418 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.07.18 19:27:30.842267 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2450 2025.07.18 19:27:30.844702 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:30.844758 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:30.846081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:30.846547 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:30.846839 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2450 2025.07.18 19:27:31.234946 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:31.235005 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:31.238228 [ 222 ] {} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:31.971539 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.971731 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.971802 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:31.972599 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.972641 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.973398 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:31.973833 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.973994 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} executeQuery: Read 392 rows, 25.47 KiB in 0.002314 sec., 169403.63007778738 rows/sec., 10.75 MiB/sec. 2025.07.18 19:27:31.974035 [ 4 ] {643db5ae-d892-44a5-ac0d-ab31ad0c24dd} TCPHandler: Processed in 0.00261732 sec. 2025.07.18 19:27:31.974164 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.974258 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:27:31.974299 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:27:31.974757 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.974791 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.975198 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.07.18 19:27:31.975715 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.975847 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} executeQuery: Read 12 rows, 1002.00 B in 0.001607 sec., 7467.3304293715 rows/sec., 608.91 KiB/sec. 2025.07.18 19:27:31.975885 [ 4 ] {3e666a36-4f43-462c-babe-e05cfbbe138d} TCPHandler: Processed in 0.001769017 sec. 2025.07.18 19:27:31.975995 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.976087 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:31.976125 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:31.976936 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.976972 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.977441 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.07.18 19:27:31.977932 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.978063 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} executeQuery: Read 1193 rows, 97.93 KiB in 0.001994 sec., 598294.8846539619 rows/sec., 47.96 MiB/sec. 2025.07.18 19:27:31.978100 [ 4 ] {d252c92d-1229-4b58-ab82-c8371e1527cc} TCPHandler: Processed in 0.002152363 sec. 2025.07.18 19:27:31.978226 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.978319 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.978358 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:31.978860 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.978896 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.979378 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.07.18 19:27:31.979802 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.979932 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} executeQuery: Read 268 rows, 17.13 KiB in 0.001631 sec., 164316.370324954 rows/sec., 10.25 MiB/sec. 2025.07.18 19:27:31.979969 [ 4 ] {46bb3730-d8d6-4e60-ac41-891726932504} TCPHandler: Processed in 0.001791337 sec. 2025.07.18 19:27:31.980083 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.980175 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.980214 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:31.980671 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.980707 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.981110 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.07.18 19:27:31.981564 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.981698 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} executeQuery: Read 203 rows, 13.41 KiB in 0.001541 sec., 131732.6411421155 rows/sec., 8.50 MiB/sec. 2025.07.18 19:27:31.981735 [ 4 ] {cb04c5b1-4447-4ed8-a95d-19c95c0c152e} TCPHandler: Processed in 0.001699236 sec. 2025.07.18 19:27:31.981843 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.981933 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.981971 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:31.982389 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.982425 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.982891 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:31.983317 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.983448 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} executeQuery: Read 202 rows, 11.75 KiB in 0.001531 sec., 131939.90855649902 rows/sec., 7.49 MiB/sec. 2025.07.18 19:27:31.983485 [ 4 ] {7148ea66-7790-4042-9aa4-34b2b92e17e4} TCPHandler: Processed in 0.001688576 sec. 2025.07.18 19:27:31.983595 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.983686 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:31.983724 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:31.984311 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.984347 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.984781 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.07.18 19:27:31.985232 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.985359 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} executeQuery: Read 724 rows, 52.35 KiB in 0.00169 sec., 428402.3668639053 rows/sec., 30.25 MiB/sec. 2025.07.18 19:27:31.985396 [ 4 ] {78d4149d-fed5-4754-9b5b-029614ea9c41} TCPHandler: Processed in 0.001848869 sec. 2025.07.18 19:27:31.985507 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.985598 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:31.985639 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:31.986033 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.986079 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.986532 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:31.986983 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.987114 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. 2025.07.18 19:27:31.987151 [ 4 ] {836dbccc-4de6-41a7-8ae9-19646a6757ba} TCPHandler: Processed in 0.001690546 sec. 2025.07.18 19:27:31.987258 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.987351 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.987393 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:31.987810 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.987846 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.988366 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.07.18 19:27:31.988840 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.988970 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} executeQuery: Read 313 rows, 21.10 KiB in 0.001638 sec., 191086.6910866911 rows/sec., 12.58 MiB/sec. 2025.07.18 19:27:31.989006 [ 4 ] {1f5eb9d8-e1a5-427f-b2d9-7b6e41f223df} TCPHandler: Processed in 0.001795437 sec. 2025.07.18 19:27:31.989131 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.989225 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.989265 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:31.989611 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.989646 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.990038 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:31.990549 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.990712 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. 2025.07.18 19:27:31.990754 [ 4 ] {0ed5183e-e937-40ac-809d-66b7677c7c95} TCPHandler: Processed in 0.001669426 sec. 2025.07.18 19:27:31.990884 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.990993 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.991054 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:31.991988 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.992024 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.992723 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.07.18 19:27:31.993149 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.993288 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} executeQuery: Read 60 rows, 110.10 KiB in 0.002318 sec., 25884.383088869712 rows/sec., 46.38 MiB/sec. 2025.07.18 19:27:31.993343 [ 4 ] {63ada870-f1ca-48e5-bf81-222c14a5a960} TCPHandler: Processed in 0.002515099 sec. 2025.07.18 19:27:31.993462 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:31.993556 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:31.993596 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:31.993925 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:31.993960 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:31.994364 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.07.18 19:27:31.994782 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:31.994914 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} executeQuery: Read 102 rows, 6.42 KiB in 0.001377 sec., 74074.07407407407 rows/sec., 4.55 MiB/sec. 2025.07.18 19:27:31.994949 [ 4 ] {8efcd5ab-4c38-483f-9166-b31af45da7fd} TCPHandler: Processed in 0.001534733 sec. 2025.07.18 19:27:33.207441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 2025.07.18 19:27:33.207972 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:33.208011 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:33.208606 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:27:33.209048 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:33.209181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 2025.07.18 19:27:35.714557 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.07.18 19:27:35.732833 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:35.732887 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:35.739333 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.07.18 19:27:35.740437 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:35.743460 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.07.18 19:27:36.957581 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:36.957781 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:36.957856 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:36.958629 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.958682 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.959232 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.07.18 19:27:36.959729 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.959896 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} executeQuery: Read 56 rows, 4.41 KiB in 0.002169 sec., 25818.349469801753 rows/sec., 1.98 MiB/sec. 2025.07.18 19:27:36.959893 [ 121 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.07.18 19:27:36.959950 [ 4 ] {c9a5a135-87ff-419f-a3bb-4708dfee9652} TCPHandler: Processed in 0.002505319 sec. 2025.07.18 19:27:36.959975 [ 121 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.960000 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.960101 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:36.960110 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.07.18 19:27:36.960210 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:36.960254 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:36.960258 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:36.960300 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2336 rows starting from the beginning of the part 2025.07.18 19:27:36.960381 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1197 rows starting from the beginning of the part 2025.07.18 19:27:36.960432 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1187 rows starting from the beginning of the part 2025.07.18 19:27:36.960478 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part 2025.07.18 19:27:36.960519 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1193 rows starting from the beginning of the part 2025.07.18 19:27:36.960561 [ 193 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part 2025.07.18 19:27:36.960747 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.960792 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.961272 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.07.18 19:27:36.961841 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.961970 [ 121 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.07.18 19:27:36.961982 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} executeQuery: Read 64 rows, 5.12 KiB in 0.001795 sec., 35654.596100278555 rows/sec., 2.78 MiB/sec. 2025.07.18 19:27:36.962005 [ 121 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.962029 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.962034 [ 4 ] {dc39a21c-cacd-4099-b851-b9955f5c9a2b} TCPHandler: Processed in 0.001984841 sec. 2025.07.18 19:27:36.962146 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.07.18 19:27:36.962175 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:36.962288 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:36.962290 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:36.962338 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:36.962341 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1207 rows starting from the beginning of the part 2025.07.18 19:27:36.962429 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 522 rows starting from the beginning of the part 2025.07.18 19:27:36.962474 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 712 rows starting from the beginning of the part 2025.07.18 19:27:36.962520 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part 2025.07.18 19:27:36.962561 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 724 rows starting from the beginning of the part 2025.07.18 19:27:36.962602 [ 196 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part 2025.07.18 19:27:36.962639 [ 200 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 6025 rows, containing 5 columns (5 merged, 0 gathered) in 0.0025769 sec., 2338080.6395281153 rows/sec., 198.40 MiB/sec. 2025.07.18 19:27:36.962788 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.962830 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.963016 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.07.18 19:27:36.963312 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.07.18 19:27:36.963569 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.963645 [ 199 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_146_29} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.07.18 19:27:36.963729 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.07.18 19:27:36.963782 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.963907 [ 121 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_141_29 to all_145_145_0 2025.07.18 19:27:36.963920 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. 2025.07.18 19:27:36.963942 [ 121 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.963967 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.963970 [ 4 ] {16b10f13-cb33-48cb-948c-143a4752c2d1} TCPHandler: Processed in 0.001845438 sec. 2025.07.18 19:27:36.964031 [ 189 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3293 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194358 sec., 1694296.0927772461 rows/sec., 128.23 MiB/sec. 2025.07.18 19:27:36.964035 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTask::PrepareStage: Merging 5 parts: from all_1_141_29 to all_145_145_0 into Compact with storage Full 2025.07.18 19:27:36.964091 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:36.964157 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:36.964190 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTreeSequentialSource: Reading 8 marks from part all_1_141_29, total 53592 rows starting from the beginning of the part 2025.07.18 19:27:36.964191 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:36.964245 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:36.964247 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1007 rows starting from the beginning of the part 2025.07.18 19:27:36.964306 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 307 rows starting from the beginning of the part 2025.07.18 19:27:36.964350 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.07.18 19:27:36.964394 [ 200 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 313 rows starting from the beginning of the part 2025.07.18 19:27:36.964390 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.07.18 19:27:36.964596 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:36.964639 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:36.965021 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.965092 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.07.18 19:27:36.965124 [ 194 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_146_29} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.07.18 19:27:36.965236 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.07.18 19:27:36.965579 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.965723 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. 2025.07.18 19:27:36.965762 [ 4 ] {17490f33-67ff-4403-afbe-da353b9b8976} TCPHandler: Processed in 0.001719967 sec. 2025.07.18 19:27:36.973710 [ 194 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergeTask::MergeProjectionsStage: Merge sorted 55379 rows, containing 5 columns (5 merged, 0 gathered) in 0.009704889 sec., 5706299.165296996 rows/sec., 382.05 MiB/sec. 2025.07.18 19:27:36.974736 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} MergedBlockOutputStream: filled checksums all_1_145_30 (state Temporary) 2025.07.18 19:27:36.975303 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_145_30 to all_1_145_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:36.975383 [ 189 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_145_30} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_141_29, all_145_145_0] -> all_1_145_30 2025.07.18 19:27:36.975468 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.07.18 19:27:40.466852 [ 120 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:27:40.466922 [ 120 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:27:40.703679 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:40.703717 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:40.707731 [ 224 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:40.709390 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 2025.07.18 19:27:40.709857 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:40.709893 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:40.710572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:27:40.711147 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:40.711280 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 2025.07.18 19:27:40.847118 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2482 2025.07.18 19:27:40.849416 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:40.849458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:40.850804 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:40.851298 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:40.851546 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:27:40.851568 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2482 2025.07.18 19:27:40.851635 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:27:40.854085 [ 221 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): 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.07.18 19:27:41.055459 [ 218 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:41.055559 [ 218 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:41.057704 [ 218 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.07.18 19:27:41.201947 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.201985 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.204392 [ 225 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.206121 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Found 6 old parts to remove. Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2025.07.18 19:27:41.206156 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from filesystem (serially): Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2025.07.18 19:27:41.208313 [ 219 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Removing 6 parts from memory: Parts: [all_1_22_5, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] 2025.07.18 19:27:41.566034 [ 225 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.566112 [ 225 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.568692 [ 225 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.645441 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.645498 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.648016 [ 219 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.734240 [ 220 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.734320 [ 220 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.736722 [ 220 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.973044 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.973222 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.973290 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:41.974207 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.974249 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.974804 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:41.975262 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.975407 [ 117 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.07.18 19:27:41.975417 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} executeQuery: Read 392 rows, 25.47 KiB in 0.002245 sec., 174610.24498886414 rows/sec., 11.08 MiB/sec. 2025.07.18 19:27:41.975461 [ 117 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.975485 [ 4 ] {76b946ec-079c-4974-b5c6-cc478962185b} TCPHandler: Processed in 0.002557799 sec. 2025.07.18 19:27:41.975487 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.975620 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.975618 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.975629 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.07.18 19:27:41.975684 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.975722 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:41.975769 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:41.975800 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:41.975842 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 392 rows starting from the beginning of the part 2025.07.18 19:27:41.975915 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:41.975973 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:41.976024 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:41.976068 [ 198 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 392 rows starting from the beginning of the part 2025.07.18 19:27:41.976973 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.977015 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.977213 [ 194 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.001632615 sec., 1200527.987308704 rows/sec., 80.75 MiB/sec. 2025.07.18 19:27:41.977503 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.07.18 19:27:41.977539 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.07.18 19:27:41.978002 [ 222 ] {} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.07.18 19:27:41.978118 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.978122 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.978198 [ 186 ] {0d163a1c-28e4-4999-b2b1-c0b24f11dbf9::all_1_73_18} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.07.18 19:27:41.978287 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} executeQuery: Read 1187 rows, 97.49 KiB in 0.002584 sec., 459365.3250773994 rows/sec., 36.85 MiB/sec. 2025.07.18 19:27:41.978319 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.07.18 19:27:41.978330 [ 4 ] {7b66f4aa-d408-4c61-9f23-5e2099d71c72} TCPHandler: Processed in 0.002762332 sec. 2025.07.18 19:27:41.978374 [ 224 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.978408 [ 224 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.978469 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.978567 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.978605 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:41.979124 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.979160 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.979615 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.07.18 19:27:41.980134 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.980280 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} executeQuery: Read 256 rows, 16.29 KiB in 0.001731 sec., 147891.39225880994 rows/sec., 9.19 MiB/sec. 2025.07.18 19:27:41.980319 [ 4 ] {cdf50071-f36e-4e0e-b11e-f1df31ff4cf1} TCPHandler: Processed in 0.001905389 sec. 2025.07.18 19:27:41.980343 [ 224 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:41.980430 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.980527 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.980567 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:41.981055 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.981091 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.981509 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.07.18 19:27:41.981938 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.982068 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} executeQuery: Read 203 rows, 13.41 KiB in 0.001558 sec., 130295.25032092427 rows/sec., 8.40 MiB/sec. 2025.07.18 19:27:41.982105 [ 4 ] {8f13a4b8-348b-4de6-9f91-2c3884e3c169} TCPHandler: Processed in 0.001723026 sec. 2025.07.18 19:27:41.982219 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.982315 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.982354 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:41.982814 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.982849 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.983259 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:41.983750 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.983868 [ 117 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 2025.07.18 19:27:41.983874 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} executeQuery: Read 202 rows, 11.75 KiB in 0.001582 sec., 127686.47281921617 rows/sec., 7.25 MiB/sec. 2025.07.18 19:27:41.983910 [ 117 ] {} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.983931 [ 4 ] {f0921cea-b3a0-4168-b091-8ea59d1b0f18} TCPHandler: Processed in 0.001759777 sec. 2025.07.18 19:27:41.983936 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.984044 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full 2025.07.18 19:27:41.984055 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.984148 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:41.984166 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:41.984181 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 202 rows starting from the beginning of the part 2025.07.18 19:27:41.984211 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:41.984241 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:41.984290 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:41.984326 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:41.984364 [ 198 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 202 rows starting from the beginning of the part 2025.07.18 19:27:41.984873 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.984914 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.985143 [ 186 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133427 sec., 891102.8235607586 rows/sec., 54.01 MiB/sec. 2025.07.18 19:27:41.985363 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.07.18 19:27:41.985431 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) 2025.07.18 19:27:41.985893 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.986010 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.986032 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} executeQuery: Read 712 rows, 51.37 KiB in 0.001883 sec., 378120.02124269784 rows/sec., 26.64 MiB/sec. 2025.07.18 19:27:41.986075 [ 4 ] {4cf695e5-4454-4ad6-9ed1-0db8118c324a} TCPHandler: Processed in 0.002067711 sec. 2025.07.18 19:27:41.986094 [ 188 ] {78b5e928-924b-4586-9879-0f798705513f::all_1_73_18} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 2025.07.18 19:27:41.986188 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.07.18 19:27:41.986190 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.986294 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:41.986334 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:41.986667 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.986702 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.987152 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:41.987599 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.987729 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. 2025.07.18 19:27:41.987764 [ 4 ] {37eecd6d-8e6c-4d06-996a-6096ff7bf3da} TCPHandler: Processed in 0.001621695 sec. 2025.07.18 19:27:41.987873 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.987964 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.988005 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:41.988456 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.988492 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.988925 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.07.18 19:27:41.989361 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.989490 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} executeQuery: Read 307 rows, 20.68 KiB in 0.001543 sec., 198963.05897602072 rows/sec., 13.09 MiB/sec. 2025.07.18 19:27:41.989526 [ 4 ] {b1970e06-58d7-4f56-befd-2a399dfba6cc} TCPHandler: Processed in 0.001700156 sec. 2025.07.18 19:27:41.989635 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.989727 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.989767 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:41.990082 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.990116 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.990516 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:41.990946 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.991077 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. 2025.07.18 19:27:41.991111 [ 4 ] {9e65a682-e5c6-4bab-a9e9-ed972949abdb} TCPHandler: Processed in 0.001523694 sec. 2025.07.18 19:27:41.991219 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.991311 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.991363 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:41.992292 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.992328 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.993058 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.07.18 19:27:41.993488 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.993625 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} executeQuery: Read 60 rows, 110.10 KiB in 0.002331 sec., 25740.02574002574 rows/sec., 46.12 MiB/sec. 2025.07.18 19:27:41.993680 [ 4 ] {a68e0679-97b7-4de0-8428-f7b9f4994430} TCPHandler: Processed in 0.002507428 sec. 2025.07.18 19:27:41.993807 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:41.993900 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:41.993940 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:41.994290 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.994325 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.994748 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.07.18 19:27:41.995192 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.995297 [ 117 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.07.18 19:27:41.995321 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. 2025.07.18 19:27:41.995337 [ 117 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:41.995363 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:41.995364 [ 4 ] {c255ffae-e026-4aa7-8dc6-c4b09142b742} TCPHandler: Processed in 0.001604165 sec. 2025.07.18 19:27:41.995467 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.07.18 19:27:41.995587 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:41.995619 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 11220 rows starting from the beginning of the part 2025.07.18 19:27:41.995670 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 102 rows starting from the beginning of the part 2025.07.18 19:27:41.995713 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2025.07.18 19:27:41.995750 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 102 rows starting from the beginning of the part 2025.07.18 19:27:41.995786 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2025.07.18 19:27:41.995822 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 102 rows starting from the beginning of the part 2025.07.18 19:27:41.998375 [ 188 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 11646 rows, containing 4 columns (4 merged, 0 gathered) in 0.002949335 sec., 3948686.7378578563 rows/sec., 251.15 MiB/sec. 2025.07.18 19:27:41.998736 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.07.18 19:27:41.999210 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:41.999273 [ 186 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_146_29} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.07.18 19:27:41.999336 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.07.18 19:27:42.000162 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 362.06 MiB, peak 379.62 MiB, free memory in arenas 0.00 B, will set to 365.21 MiB (RSS), difference: 3.14 MiB 2025.07.18 19:27:43.243605 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.07.18 19:27:43.261015 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:43.261070 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:43.267606 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.07.18 19:27:43.268823 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:43.271904 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.07.18 19:27:46.604733 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:46.604907 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:46.604970 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:46.606383 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.606420 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:46.607008 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.07.18 19:27:46.607483 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.607640 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} executeQuery: Read 1196 rows, 100.97 KiB in 0.002782 sec., 429906.5420560747 rows/sec., 35.44 MiB/sec. 2025.07.18 19:27:46.607689 [ 4 ] {0387135d-4ee5-4c33-b44e-559b3cde5c8e} TCPHandler: Processed in 0.003078907 sec. 2025.07.18 19:27:46.607807 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:46.607904 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:46.607945 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:46.608500 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.608535 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:46.609002 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.07.18 19:27:46.609437 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.609539 [ 111 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Selected 6 parts from all_1_87_18 to all_92_92_0 2025.07.18 19:27:46.609570 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} executeQuery: Read 228 rows, 15.81 KiB in 0.001685 sec., 135311.57270029673 rows/sec., 9.16 MiB/sec. 2025.07.18 19:27:46.609575 [ 111 ] {} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.609601 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:46.609610 [ 4 ] {b904691e-1938-48c2-9af2-57f7194708d8} TCPHandler: Processed in 0.001853459 sec. 2025.07.18 19:27:46.609714 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:46.609727 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_87_18 to all_92_92_0 into Compact with storage Full 2025.07.18 19:27:46.609809 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:46.609853 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:46.609883 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:46.609927 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_87_18, total 431 rows starting from the beginning of the part 2025.07.18 19:27:46.610002 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 228 rows starting from the beginning of the part 2025.07.18 19:27:46.610057 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:46.610107 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:46.610153 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 203 rows starting from the beginning of the part 2025.07.18 19:27:46.610199 [ 194 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 228 rows starting from the beginning of the part 2025.07.18 19:27:46.610540 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.610581 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:46.611049 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.07.18 19:27:46.611270 [ 195 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001600925 sec., 934459.7654481003 rows/sec., 65.21 MiB/sec. 2025.07.18 19:27:46.611502 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.611527 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} MergedBlockOutputStream: filled checksums all_1_92_19 (state Temporary) 2025.07.18 19:27:46.611635 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} executeQuery: Read 520 rows, 39.40 KiB in 0.001845 sec., 281842.81842818426 rows/sec., 20.86 MiB/sec. 2025.07.18 19:27:46.611673 [ 4 ] {5cd0b1cc-98af-4d76-a637-ef42dc020159} TCPHandler: Processed in 0.002008221 sec. 2025.07.18 19:27:46.611784 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:46.611880 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:46.611922 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:46.612125 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_merge_all_1_92_19 to all_1_92_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.612193 [ 187 ] {7f6d316c-41d7-4ea4-a158-cb367d1d6838::all_1_92_19} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838) (MergerMutator): Merged 6 parts: [all_1_87_18, all_92_92_0] -> all_1_92_19 2025.07.18 19:27:46.612282 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.07.18 19:27:46.612662 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.612697 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:46.613186 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.07.18 19:27:46.613622 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.613752 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} executeQuery: Read 1006 rows, 69.24 KiB in 0.001892 sec., 531712.4735729387 rows/sec., 35.74 MiB/sec. 2025.07.18 19:27:46.613790 [ 4 ] {356c2f6d-0de8-4177-b009-573e9dc40211} TCPHandler: Processed in 0.002055202 sec. 2025.07.18 19:27:46.613898 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:46.613996 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:46.614037 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:46.614379 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:46.614413 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.07.18 19:27:46.614812 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.07.18 19:27:46.615289 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:46.615422 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. 2025.07.18 19:27:46.615457 [ 4 ] {533cec31-0c96-4719-9571-c2a42d28c83d} TCPHandler: Processed in 0.001607434 sec. 2025.07.18 19:27:47.729641 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:47.729733 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:47.732655 [ 221 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.07.18 19:27:48.211437 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 2025.07.18 19:27:48.211965 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:48.212006 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:48.212645 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:27:48.213154 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:48.213284 [ 108 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.07.18 19:27:48.213299 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 2025.07.18 19:27:48.213323 [ 108 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:48.213342 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:48.213478 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::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.07.18 19:27:48.213641 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:48.213688 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part 2025.07.18 19:27:48.213763 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part 2025.07.18 19:27:48.213819 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part 2025.07.18 19:27:48.213863 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part 2025.07.18 19:27:48.213901 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part 2025.07.18 19:27:48.213944 [ 187 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part 2025.07.18 19:27:48.216931 [ 195 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521784 sec., 13146462.133963922 rows/sec., 188.06 MiB/sec. 2025.07.18 19:27:48.217482 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.07.18 19:27:48.218095 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:48.218184 [ 190 ] {4f940174-cc24-448e-b8c7-520e82009637::all_1_101_20} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.07.18 19:27:48.218309 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.07.18 19:27:50.772019 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.07.18 19:27:50.790176 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:50.790229 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:50.796598 [ 245 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.07.18 19:27:50.797872 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:50.798190 [ 103 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.07.18 19:27:50.798254 [ 103 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:50.798275 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:50.798387 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::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.07.18 19:27:50.800785 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.07.18 19:27:50.801326 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:50.802047 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2025.07.18 19:27:50.805269 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:50.808583 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2025.07.18 19:27:50.812357 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:50.816550 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2025.07.18 19:27:50.820680 [ 197 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2025.07.18 19:27:50.851864 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2514 2025.07.18 19:27:50.854489 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:50.854527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:50.855843 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:27:50.856307 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:50.856574 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2514 2025.07.18 19:27:50.882114 [ 190 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.083763297 sec., 9085.124717571707 rows/sec., 46.98 MiB/sec. 2025.07.18 19:27:50.885429 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.07.18 19:27:50.887935 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:50.888038 [ 191 ] {10ed91eb-a5f1-49ca-b3de-08d327685f8c::all_1_101_20} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.07.18 19:27:50.890706 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.07.18 19:27:51.000169 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 366.29 MiB, peak 383.71 MiB, free memory in arenas 0.00 B, will set to 365.21 MiB (RSS), difference: -1.07 MiB 2025.07.18 19:27:51.971668 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.971865 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.971939 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:27:51.972857 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.972906 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.973468 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:51.973952 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.974103 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} executeQuery: Read 392 rows, 25.47 KiB in 0.002292 sec., 171029.66841186734 rows/sec., 10.85 MiB/sec. 2025.07.18 19:27:51.974145 [ 4 ] {ef1fc427-ed35-45b2-9d15-4e42b966de69} TCPHandler: Processed in 0.00260844 sec. 2025.07.18 19:27:51.974265 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.974360 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:51.974401 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:51.975674 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.975710 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.976209 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.07.18 19:27:51.976671 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.976803 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} executeQuery: Read 1187 rows, 97.49 KiB in 0.002462 sec., 482128.3509341998 rows/sec., 38.67 MiB/sec. 2025.07.18 19:27:51.976841 [ 4 ] {9afc8aa6-412d-4440-95c9-0c32b2ce92c3} TCPHandler: Processed in 0.00262476 sec. 2025.07.18 19:27:51.976952 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.977046 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.977085 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:27:51.977640 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.977676 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.978104 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.07.18 19:27:51.978642 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.978773 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} executeQuery: Read 256 rows, 16.29 KiB in 0.001745 sec., 146704.87106017192 rows/sec., 9.12 MiB/sec. 2025.07.18 19:27:51.978811 [ 4 ] {4fcac394-3cab-4aa9-ab8f-d1906dc2bb5c} TCPHandler: Processed in 0.001906429 sec. 2025.07.18 19:27:51.978919 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.979012 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.979057 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:27:51.979613 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.979649 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.980104 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.07.18 19:27:51.980588 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.980718 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} executeQuery: Read 203 rows, 13.41 KiB in 0.001724 sec., 117749.41995359628 rows/sec., 7.60 MiB/sec. 2025.07.18 19:27:51.980755 [ 4 ] {de3b42d2-6c21-4f8a-8094-7c9fea8b4f17} TCPHandler: Processed in 0.001883029 sec. 2025.07.18 19:27:51.980871 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.980963 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.981002 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:27:51.981512 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.981547 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.981989 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:51.982443 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.982570 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} executeQuery: Read 202 rows, 11.75 KiB in 0.001625 sec., 124307.69230769231 rows/sec., 7.06 MiB/sec. 2025.07.18 19:27:51.982607 [ 4 ] {c0df9010-8d1e-44f6-a926-c3067fbea3ec} TCPHandler: Processed in 0.001783668 sec. 2025.07.18 19:27:51.982721 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.982812 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:51.982851 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:51.983625 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.983660 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.984110 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.07.18 19:27:51.984602 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.984738 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} executeQuery: Read 712 rows, 51.37 KiB in 0.001943 sec., 366443.64384971693 rows/sec., 25.82 MiB/sec. 2025.07.18 19:27:51.984775 [ 4 ] {f0af9193-d64e-41ec-b5b4-96a2da7e7e42} TCPHandler: Processed in 0.002101382 sec. 2025.07.18 19:27:51.984891 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.984984 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:27:51.985024 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:27:51.985364 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.985399 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.985810 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:51.986249 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.986382 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. 2025.07.18 19:27:51.986384 [ 102 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Selected 6 parts from all_1_65_12 to all_74_74_0 2025.07.18 19:27:51.986419 [ 4 ] {bf2b4f53-38d7-44cf-970f-b96a6fdaa7d5} TCPHandler: Processed in 0.001574884 sec. 2025.07.18 19:27:51.986457 [ 102 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.986483 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.986546 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.986600 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:51.986613 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_12 to all_74_74_0 into Compact with storage Full 2025.07.18 19:27:51.986655 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:51.986642 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.986742 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:51.986806 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:51.986856 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_12, total 390 rows starting from the beginning of the part 2025.07.18 19:27:51.986931 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_70_1, total 30 rows starting from the beginning of the part 2025.07.18 19:27:51.986984 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:51.987032 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:51.987075 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:51.987119 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part 2025.07.18 19:27:51.987231 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.987273 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.987757 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.07.18 19:27:51.988135 [ 193 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.001585635 sec., 280014.000700035 rows/sec., 14.29 MiB/sec. 2025.07.18 19:27:51.988276 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.988363 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} MergedBlockOutputStream: filled checksums all_1_74_13 (state Temporary) 2025.07.18 19:27:51.988432 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} executeQuery: Read 307 rows, 20.68 KiB in 0.001808 sec., 169800.88495575223 rows/sec., 11.17 MiB/sec. 2025.07.18 19:27:51.988474 [ 4 ] {157c0c3e-1596-4d0a-b486-acf6e1638be6} TCPHandler: Processed in 0.001974921 sec. 2025.07.18 19:27:51.988586 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.988680 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.988722 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:27:51.988911 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_merge_all_1_74_13 to all_1_74_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.988994 [ 192 ] {20c91705-0738-4ce2-bf10-2ae75c08d3e2::all_1_74_13} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2) (MergerMutator): Merged 6 parts: [all_1_65_12, all_74_74_0] -> all_1_74_13 2025.07.18 19:27:51.989039 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.989075 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.18 19:27:51.989078 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.989557 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:51.990103 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.990104 [ 225 ] {} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): 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.07.18 19:27:51.990245 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} executeQuery: Read 1 rows, 69.00 B in 0.001583 sec., 631.7119393556538 rows/sec., 42.57 KiB/sec. 2025.07.18 19:27:51.990286 [ 4 ] {6b8a0399-03bf-4e09-83e6-c6d1bbbff8cf} TCPHandler: Processed in 0.001746897 sec. 2025.07.18 19:27:51.990395 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.990487 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.990540 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:27:51.991517 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.991554 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.992294 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.07.18 19:27:51.992730 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.992872 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} executeQuery: Read 60 rows, 110.10 KiB in 0.002402 sec., 24979.184013322232 rows/sec., 44.76 MiB/sec. 2025.07.18 19:27:51.992890 [ 222 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:51.992928 [ 4 ] {c93c2af8-6875-46c0-92d2-7393f2b7b47d} TCPHandler: Processed in 0.002579999 sec. 2025.07.18 19:27:51.992929 [ 222 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:51.993074 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:51.993171 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:51.993213 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:51.993616 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:51.993655 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:51.994115 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.07.18 19:27:51.994612 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:51.994756 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} executeQuery: Read 102 rows, 6.42 KiB in 0.001603 sec., 63630.69245165315 rows/sec., 3.91 MiB/sec. 2025.07.18 19:27:51.994794 [ 4 ] {f13dae50-a96a-4c6a-8e09-6efe88fffd6f} TCPHandler: Processed in 0.001767897 sec. 2025.07.18 19:27:51.995257 [ 222 ] {} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): 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.07.18 19:27:53.016699 [ 223 ] {} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): 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.07.18 19:27:53.016765 [ 223 ] {} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): 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.07.18 19:27:53.021000 [ 223 ] {} oximeter.timeseries_schema (95fb50fd-ea4d-40b8-89e9-b5892705d19a): 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.07.18 19:27:55.467179 [ 98 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:27:55.467237 [ 98 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:27:55.713502 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 2025.07.18 19:27:55.714062 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:55.714102 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:55.714748 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:27:55.715266 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:55.715401 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 2025.07.18 19:27:56.958625 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:56.958823 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:27:56.958899 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:27:56.959630 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:56.959676 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:56.960210 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.07.18 19:27:56.960707 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:56.960876 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} executeQuery: Read 56 rows, 4.41 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.04 MiB/sec. 2025.07.18 19:27:56.960930 [ 4 ] {541a6f0b-88fa-4e1a-973f-1018222ae8d1} TCPHandler: Processed in 0.002439478 sec. 2025.07.18 19:27:56.961059 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:56.961164 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:27:56.961208 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:27:56.961674 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:56.961710 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:56.962194 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.07.18 19:27:56.962711 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:56.962854 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} executeQuery: Read 64 rows, 5.12 KiB in 0.001713 sec., 37361.354349095156 rows/sec., 2.92 MiB/sec. 2025.07.18 19:27:56.962894 [ 4 ] {d462ec47-3411-4e93-baaf-ab4c7ec40fb9} TCPHandler: Processed in 0.001887019 sec. 2025.07.18 19:27:56.963014 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:56.963116 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:27:56.963161 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:27:56.963605 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:56.963642 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:56.964098 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.07.18 19:27:56.964553 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:56.964678 [ 92 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Selected 5 parts from all_1_145_30 to all_149_149_0 2025.07.18 19:27:56.964692 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. 2025.07.18 19:27:56.964746 [ 92 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:56.964758 [ 4 ] {5d5b0e74-5fbd-4096-af19-d76c7dd75db6} TCPHandler: Processed in 0.001793008 sec. 2025.07.18 19:27:56.964771 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:56.964879 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:27:56.964889 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTask::PrepareStage: Merging 5 parts: from all_1_145_30 to all_149_149_0 into Compact with storage Full 2025.07.18 19:27:56.964979 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:27:56.965024 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:27:56.965026 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:27:56.965071 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTreeSequentialSource: Reading 8 marks from part all_1_145_30, total 55379 rows starting from the beginning of the part 2025.07.18 19:27:56.965145 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part 2025.07.18 19:27:56.965192 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 307 rows starting from the beginning of the part 2025.07.18 19:27:56.965234 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1006 rows starting from the beginning of the part 2025.07.18 19:27:56.965276 [ 193 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 307 rows starting from the beginning of the part 2025.07.18 19:27:56.965404 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:56.965447 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:56.965901 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.07.18 19:27:56.966377 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:56.966517 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. 2025.07.18 19:27:56.966555 [ 4 ] {e8ae05f7-346f-437b-b125-c39ff23df740} TCPHandler: Processed in 0.001726056 sec. 2025.07.18 19:27:56.974703 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergeTask::MergeProjectionsStage: Merge sorted 57159 rows, containing 5 columns (5 merged, 0 gathered) in 0.009866491 sec., 5793245.035139646 rows/sec., 387.87 MiB/sec. 2025.07.18 19:27:56.975674 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} MergedBlockOutputStream: filled checksums all_1_149_31 (state Temporary) 2025.07.18 19:27:56.976236 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_merge_all_1_149_31 to all_1_149_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:56.976318 [ 192 ] {d834182b-391b-4b9c-98cc-211e48dde054::all_1_149_31} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054) (MergerMutator): Merged 5 parts: [all_1_145_30, all_149_149_0] -> all_1_149_31 2025.07.18 19:27:56.976409 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.07.18 19:27:58.300932 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.07.18 19:27:58.319524 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:27:58.319570 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:27:58.326181 [ 245 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.07.18 19:27:58.327489 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:27:58.330656 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.07.18 19:28:00.856804 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2544 2025.07.18 19:28:00.859161 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:00.859208 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:00.860478 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.07.18 19:28:00.861010 [ 243 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:00.861168 [ 90 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.07.18 19:28:00.861239 [ 90 ] {} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:00.861283 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2544 2025.07.18 19:28:00.861366 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:00.861533 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::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.07.18 19:28:00.862369 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:28:00.862517 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2384 rows starting from the beginning of the part 2025.07.18 19:28:00.862860 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 36 rows starting from the beginning of the part 2025.07.18 19:28:00.863151 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part 2025.07.18 19:28:00.863464 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part 2025.07.18 19:28:00.863795 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part 2025.07.18 19:28:00.864128 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part 2025.07.18 19:28:00.873283 [ 192 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2544 rows, containing 72 columns (72 merged, 0 gathered) in 0.011833142 sec., 214989.3916594595 rows/sec., 160.59 MiB/sec. 2025.07.18 19:28:00.875189 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.07.18 19:28:00.875935 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:00.876007 [ 196 ] {0259dfcc-737d-4186-8ded-818d87bcf861::all_1_76_15} system.query_log (0259dfcc-737d-4186-8ded-818d87bcf861) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.07.18 19:28:00.876193 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.07.18 19:28:01.972812 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.973007 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.973079 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.18 19:28:01.973943 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.973981 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.974609 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:28:01.975141 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} oximeter.fields_i16 (0d163a1c-28e4-4999-b2b1-c0b24f11dbf9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.975295 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} executeQuery: Read 392 rows, 25.47 KiB in 0.002342 sec., 167378.30913748933 rows/sec., 10.62 MiB/sec. 2025.07.18 19:28:01.975339 [ 4 ] {67ca6b96-0ad3-4dfd-8371-1e5fa143f421} TCPHandler: Processed in 0.002657831 sec. 2025.07.18 19:28:01.975472 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.975566 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:28:01.975607 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:28:01.976020 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.976055 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.976550 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.07.18 19:28:01.977028 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} oximeter.fields_ipaddr (6a071a87-e434-4288-a163-c4637791446e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.977191 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} executeQuery: Read 4 rows, 334.00 B in 0.001641 sec., 2437.538086532602 rows/sec., 198.76 KiB/sec. 2025.07.18 19:28:01.977239 [ 4 ] {079fd19d-badd-4e88-9c22-8ce93f013d53} TCPHandler: Processed in 0.001815418 sec. 2025.07.18 19:28:01.977364 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.977459 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:28:01.977499 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:28:01.978497 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.978533 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.979025 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.07.18 19:28:01.979460 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.979575 [ 91 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.07.18 19:28:01.979595 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} executeQuery: Read 1189 rows, 97.64 KiB in 0.002155 sec., 551740.139211137 rows/sec., 44.25 MiB/sec. 2025.07.18 19:28:01.979613 [ 91 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.979635 [ 4 ] {221f1996-1ad8-4d89-9060-c10a11ebb5db} TCPHandler: Processed in 0.002321656 sec. 2025.07.18 19:28:01.979636 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.979752 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.979782 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.07.18 19:28:01.979846 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.979891 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:28:01.979949 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:28:01.979992 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2336 rows starting from the beginning of the part 2025.07.18 19:28:01.980071 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1187 rows starting from the beginning of the part 2025.07.18 19:28:01.980126 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1196 rows starting from the beginning of the part 2025.07.18 19:28:01.980182 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1187 rows starting from the beginning of the part 2025.07.18 19:28:01.980236 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part 2025.07.18 19:28:01.980285 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 1189 rows starting from the beginning of the part 2025.07.18 19:28:01.980413 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.980454 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.980908 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.07.18 19:28:01.981340 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} oximeter.fields_u16 (9abe067d-84da-4860-83ac-430198c333bf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.981476 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} executeQuery: Read 260 rows, 16.57 KiB in 0.001648 sec., 157766.99029126213 rows/sec., 9.82 MiB/sec. 2025.07.18 19:28:01.981515 [ 4 ] {4df3ef06-916f-4af0-87ef-75e618cc4040} TCPHandler: Processed in 0.001813968 sec. 2025.07.18 19:28:01.981626 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.981721 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.981760 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.18 19:28:01.982243 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.982277 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.982654 [ 198 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 7151 rows, containing 5 columns (5 merged, 0 gathered) in 0.002935645 sec., 2435921.2370705586 rows/sec., 206.46 MiB/sec. 2025.07.18 19:28:01.982734 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.07.18 19:28:01.983051 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.07.18 19:28:01.983188 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} oximeter.fields_u32 (7f6d316c-41d7-4ea4-a158-cb367d1d6838): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.983335 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} executeQuery: Read 203 rows, 13.41 KiB in 0.001633 sec., 124311.0838946724 rows/sec., 8.02 MiB/sec. 2025.07.18 19:28:01.983376 [ 4 ] {f7ca3bea-39d2-41bd-91dc-19610b251727} TCPHandler: Processed in 0.001799537 sec. 2025.07.18 19:28:01.983491 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.983586 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.983620 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.983626 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.18 19:28:01.983706 [ 189 ] {3e64401e-be95-4b47-85f1-2b8371829a5e::all_1_151_30} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.07.18 19:28:01.983786 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2025.07.18 19:28:01.984110 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.984151 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.984566 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:28:01.984981 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} oximeter.fields_u8 (78b5e928-924b-4586-9879-0f798705513f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.985114 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} executeQuery: Read 202 rows, 11.75 KiB in 0.001545 sec., 130744.33656957929 rows/sec., 7.43 MiB/sec. 2025.07.18 19:28:01.985155 [ 4 ] {8419708a-3e58-4f4c-901a-49673b760aba} TCPHandler: Processed in 0.001714137 sec. 2025.07.18 19:28:01.985271 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.985364 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:28:01.985408 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:28:01.986116 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.986155 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.986604 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.07.18 19:28:01.987024 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.987133 [ 91 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.07.18 19:28:01.987156 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} executeQuery: Read 716 rows, 51.70 KiB in 0.001809 sec., 395798.78385848535 rows/sec., 27.91 MiB/sec. 2025.07.18 19:28:01.987162 [ 91 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.987187 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.987195 [ 4 ] {f5fd3e3a-0f8d-4b9b-9799-736bdac7fb67} TCPHandler: Processed in 0.00197209 sec. 2025.07.18 19:28:01.987299 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.07.18 19:28:01.987311 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.987425 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.07.18 19:28:01.987431 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:28:01.987470 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.07.18 19:28:01.987479 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1207 rows starting from the beginning of the part 2025.07.18 19:28:01.987561 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 712 rows starting from the beginning of the part 2025.07.18 19:28:01.987613 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 520 rows starting from the beginning of the part 2025.07.18 19:28:01.987658 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 712 rows starting from the beginning of the part 2025.07.18 19:28:01.987704 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part 2025.07.18 19:28:01.987750 [ 198 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 716 rows starting from the beginning of the part 2025.07.18 19:28:01.987835 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.987875 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.988327 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:28:01.988800 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} oximeter.measurements_bool (20c91705-0738-4ce2-bf10-2ae75c08d3e2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.988937 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} executeQuery: Read 6 rows, 321.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 205.02 KiB/sec. 2025.07.18 19:28:01.988974 [ 4 ] {78f2d8ff-1ce7-4a3c-b8a3-ab72ffbb2109} TCPHandler: Processed in 0.001712957 sec. 2025.07.18 19:28:01.989085 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.989178 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.989220 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:28:01.989240 [ 188 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001985221 sec., 1980132.1867943164 rows/sec., 149.12 MiB/sec. 2025.07.18 19:28:01.989538 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.07.18 19:28:01.989680 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.989722 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.990049 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.990133 [ 186 ] {a5a5688a-0618-4421-b708-778a8b96ae58::all_1_151_30} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.07.18 19:28:01.990205 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.07.18 19:28:01.990211 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.07.18 19:28:01.990698 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.990841 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} executeQuery: Read 309 rows, 20.82 KiB in 0.001681 sec., 183819.15526472338 rows/sec., 12.10 MiB/sec. 2025.07.18 19:28:01.990879 [ 4 ] {e37db140-985e-40b5-89bd-07aa1ca42a83} TCPHandler: Processed in 0.001842539 sec. 2025.07.18 19:28:01.990990 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.991083 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.991125 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.18 19:28:01.991449 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.991484 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.991891 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:28:01.992306 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.992422 [ 88 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.07.18 19:28:01.992438 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. 2025.07.18 19:28:01.992468 [ 88 ] {} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.992483 [ 4 ] {c5dc1226-f7b2-49db-abe9-21a43dcba581} TCPHandler: Processed in 0.001541404 sec. 2025.07.18 19:28:01.992498 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.992598 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.992605 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.07.18 19:28:01.992699 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.992718 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:28:01.992752 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 70 rows starting from the beginning of the part 2025.07.18 19:28:01.992756 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.18 19:28:01.992806 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part 2025.07.18 19:28:01.992851 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part 2025.07.18 19:28:01.992886 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part 2025.07.18 19:28:01.992918 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part 2025.07.18 19:28:01.992953 [ 198 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part 2025.07.18 19:28:01.993676 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 4 columns (4 merged, 0 gathered) in 0.001110927 sec., 67511.18660362021 rows/sec., 4.44 MiB/sec. 2025.07.18 19:28:01.993720 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.993761 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.993923 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.07.18 19:28:01.994473 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.994499 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.07.18 19:28:01.994559 [ 188 ] {18437aa6-228c-48d6-b6d6-1c83eb5866fe::all_1_75_15} oximeter.measurements_f64 (18437aa6-228c-48d6-b6d6-1c83eb5866fe) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.07.18 19:28:01.994653 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:28:01.994981 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} oximeter.measurements_histogramu64 (ac4e34a6-b17a-409a-aea8-2ec551853466): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.995132 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} executeQuery: Read 60 rows, 110.10 KiB in 0.002451 sec., 24479.804161566706 rows/sec., 43.87 MiB/sec. 2025.07.18 19:28:01.995189 [ 4 ] {aa7c9503-839a-4e6a-8f67-275c944b90ef} TCPHandler: Processed in 0.00263946 sec. 2025.07.18 19:28:01.995305 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:01.995398 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:28:01.995439 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:28:01.995800 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:01.995836 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:01.996258 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.07.18 19:28:01.996690 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:01.996820 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} executeQuery: Read 102 rows, 6.42 KiB in 0.001439 sec., 70882.5573314802 rows/sec., 4.35 MiB/sec. 2025.07.18 19:28:01.996856 [ 4 ] {89dcb167-ca24-40be-9e92-a3a4ccc8119c} TCPHandler: Processed in 0.001600435 sec. 2025.07.18 19:28:03.215621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 2025.07.18 19:28:03.216161 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:03.216202 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:03.216795 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:28:03.217227 [ 244 ] {} system.asynchronous_metric_log (4f940174-cc24-448e-b8c7-520e82009637): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:03.217351 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 2025.07.18 19:28:05.000252 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 369.25 MiB, peak 383.71 MiB, free memory in arenas 0.00 B, will set to 365.25 MiB (RSS), difference: -4.00 MiB 2025.07.18 19:28:05.830848 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.07.18 19:28:05.850611 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:05.850678 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:05.857618 [ 245 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.07.18 19:28:05.858775 [ 245 ] {} system.metric_log (10ed91eb-a5f1-49ca-b3de-08d327685f8c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:05.862323 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.07.18 19:28:06.085931 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.085990 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.091375 [ 219 ] {} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.957532 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.957612 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.959155 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:06.959351 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:28:06.959424 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:28:06.960161 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:06.960210 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:06.960476 [ 225 ] {} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.960733 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.07.18 19:28:06.961209 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:06.961361 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} executeQuery: Read 56 rows, 4.41 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.09 MiB/sec. 2025.07.18 19:28:06.961404 [ 4 ] {f8f647c5-028c-478d-aa19-e2ed3148d4af} TCPHandler: Processed in 0.002380896 sec. 2025.07.18 19:28:06.961447 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.961500 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.961535 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:06.961634 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:28:06.961674 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:28:06.962112 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:06.962148 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:06.962621 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.07.18 19:28:06.963230 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} oximeter.fields_uuid (a5a5688a-0618-4421-b708-778a8b96ae58): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:06.963363 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} executeQuery: Read 64 rows, 5.12 KiB in 0.001749 sec., 36592.338479130936 rows/sec., 2.86 MiB/sec. 2025.07.18 19:28:06.963409 [ 4 ] {b175c931-13c2-452f-95bd-a62e1bf3e083} TCPHandler: Processed in 0.001922799 sec. 2025.07.18 19:28:06.963530 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:06.963623 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:28:06.963666 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:28:06.964087 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:06.964123 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:06.964344 [ 218 ] {} oximeter.fields_string (3e64401e-be95-4b47-85f1-2b8371829a5e): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.07.18 19:28:06.964607 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.07.18 19:28:06.965094 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} oximeter.measurements_cumulativeu64 (d834182b-391b-4b9c-98cc-211e48dde054): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:06.965225 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. 2025.07.18 19:28:06.965262 [ 4 ] {c628e161-4e88-4b20-9e54-9e4187aeba9a} TCPHandler: Processed in 0.001778358 sec. 2025.07.18 19:28:06.965370 [ 4 ] {} TCP-Session: e4d30639-3dac-4192-99b5-91f4bf0fc540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:28:06.965462 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} executeQuery: (from [fd00:1122:3344:101::d]:59390) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:28:06.965500 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:28:06.965839 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:06.965874 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:06.966287 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.07.18 19:28:06.966734 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:06.966852 [ 82 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.07.18 19:28:06.966863 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. 2025.07.18 19:28:06.966901 [ 82 ] {} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:28:06.966914 [ 4 ] {38f64c26-26ec-4e3b-9a8a-a75da34f45b2} TCPHandler: Processed in 0.001590294 sec. 2025.07.18 19:28:06.966927 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.07.18 19:28:06.967050 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.07.18 19:28:06.967176 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:28:06.967216 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 11646 rows starting from the beginning of the part 2025.07.18 19:28:06.967284 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2025.07.18 19:28:06.967334 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 102 rows starting from the beginning of the part 2025.07.18 19:28:06.967378 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2025.07.18 19:28:06.967419 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 102 rows starting from the beginning of the part 2025.07.18 19:28:06.967461 [ 198 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2025.07.18 19:28:06.969998 [ 201 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 12030 rows, containing 4 columns (4 merged, 0 gathered) in 0.002993515 sec., 4018687.061865399 rows/sec., 255.68 MiB/sec. 2025.07.18 19:28:06.970615 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.07.18 19:28:06.971199 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:28:06.971269 [ 194 ] {3b310ddc-8115-4ded-b4c2-548e7ec00a83::all_1_151_30} oximeter.measurements_u64 (3b310ddc-8115-4ded-b4c2-548e7ec00a83) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.07.18 19:28:06.971335 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.