[ Aug 26 21:45:52 Enabled. ] [ Aug 26 21:45:52 Rereading configuration. ] [ Aug 26 21:45:53 Rereading configuration. ] [ Aug 26 21:45:55 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 [ Aug 26 21:45:55 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.08.26 21:45:55.984953 [ 1 ] {} Application: Will watch for the process with pid 29283 2025.08.26 21:45:55.985316 [ 1 ] {} Application: Forked a child process to watch 2025.08.26 21:45:56.194260 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 29283 2025.08.26 21:45:56.194948 [ 1 ] {} Application: starting up 2025.08.26 21:45:56.195078 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.08.26 21:45:56.282608 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.08.26 21:45:56.312324 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.08.26 21:45:56.312381 [ 1 ] {} Application: Initializing DateLUT. 2025.08.26 21:45:56.312402 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.08.26 21:45:56.312460 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.08.26 21:45:56.312853 [ 1 ] {} Application: Initializing interserver credentials. 2025.08.26 21:45:56.314870 [ 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.08.26 21:45:56.315632 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.26 21:45:56.316405 [ 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.08.26 21:45:56.316425 [ 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.08.26 21:45:56.316440 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.08.26 21:45:56.317108 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.26 21:45:56.318049 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.08.26 21:45:56.322810 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.26 21:45:56.323372 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.26 21:45:56.324505 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.26 21:45:56.324579 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.26 21:45:56.325574 [ 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.08.26 21:45:56.325953 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.26 21:45:56.329595 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.26 21:45:56.329863 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.08.26 21:45:56.332630 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.08.26 21:45:56.332982 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.08.26 21:45:56.333323 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.08.26 21:45:56.333631 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.08.26 21:45:56.334883 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.08.26 21:45:56.334911 [ 1 ] {} Application: Loading metadata from /data/ 2025.08.26 21:45:56.335008 [ 65 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:45:56.335097 [ 65 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:45:56.343483 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.08.26 21:45:56.343509 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152283 sec 2025.08.26 21:45:56.343527 [ 1 ] {} ReferentialDeps: No tables 2025.08.26 21:45:56.343540 [ 1 ] {} LoadingDeps: No tables 2025.08.26 21:45:56.344177 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.08.26 21:45:56.344737 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.08.26 21:45:56.353146 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.08.26 21:45:56.353193 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.08.26 21:45:56.353215 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.08.26 21:45:56.353227 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.08.26 21:45:56.353259 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.08.26 21:45:56.353277 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.08.26 21:45:56.355399 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.08.26 21:45:56.355445 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.08.26 21:45:56.355465 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.08.26 21:45:56.355603 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.08.26 21:45:56.355643 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.08.26 21:45:56.355656 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.08.26 21:45:56.355674 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.08.26 21:45:56.355685 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.08.26 21:45:56.355714 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.08.26 21:45:56.355730 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.08.26 21:45:56.377211 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.08.26 21:45:56.379309 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.08.26 21:45:56.379337 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.6271e-05 sec 2025.08.26 21:45:56.379349 [ 1 ] {} ReferentialDeps: No tables 2025.08.26 21:45:56.379359 [ 1 ] {} LoadingDeps: No tables 2025.08.26 21:45:56.379389 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.08.26 21:45:56.379565 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.08.26 21:45:56.379608 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.08.26 21:45:56.379620 [ 1 ] {} Application: Loaded metadata. 2025.08.26 21:45:56.379630 [ 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.08.26 21:45:56.379641 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.08.26 21:45:56.390228 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.26 21:45:56.390469 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2025.08.26 21:45:56.391754 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2791e-05 sec. 2025.08.26 21:45:56.392033 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.08.26 21:45:56.392092 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.08.26 21:45:56.392106 [ 1 ] {} Application: Ready for connections. 2025.08.26 21:45:57.405555 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56060 2025.08.26 21:45:57.406380 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.406434 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Authenticating user 'default' from [fd00:1122:3344:101::d]:56060 2025.08.26 21:45:57.406461 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.406508 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.406607 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.26 21:45:57.406633 [ 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.08.26 21:45:57.406658 [ 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.08.26 21:45:57.407159 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61664 2025.08.26 21:45:57.408088 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35855 2025.08.26 21:45:57.408089 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60317 2025.08.26 21:45:57.408881 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.408435 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64767 2025.08.26 21:45:57.408978 [ 4 ] {} TCP-Session: 73351f5c-19dd-4f08-833c-fccce3d07339 Authenticating user 'default' from [fd00:1122:3344:101::d]:61664 2025.08.26 21:45:57.409006 [ 4 ] {} TCP-Session: 73351f5c-19dd-4f08-833c-fccce3d07339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409019 [ 4 ] {} TCP-Session: 73351f5c-19dd-4f08-833c-fccce3d07339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409030 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58977 2025.08.26 21:45:57.409233 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59465 2025.08.26 21:45:57.409245 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44608 2025.08.26 21:45:57.409238 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.409378 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.409462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35855 2025.08.26 21:45:57.409491 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409507 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409640 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63774 2025.08.26 21:45:57.409653 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.409728 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.409735 [ 257 ] {} TCP-Session: 2531dcff-994d-43f6-b6b1-dda0d4ab1b2d Authenticating user 'default' from [fd00:1122:3344:101::d]:59465 2025.08.26 21:45:57.409772 [ 256 ] {} TCP-Session: 33578bfa-232a-40f8-ba0d-c5dd25044d96 Authenticating user 'default' from [fd00:1122:3344:101::d]:58977 2025.08.26 21:45:57.409785 [ 257 ] {} TCP-Session: 2531dcff-994d-43f6-b6b1-dda0d4ab1b2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409813 [ 256 ] {} TCP-Session: 33578bfa-232a-40f8-ba0d-c5dd25044d96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409816 [ 257 ] {} TCP-Session: 2531dcff-994d-43f6-b6b1-dda0d4ab1b2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409834 [ 256 ] {} TCP-Session: 33578bfa-232a-40f8-ba0d-c5dd25044d96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409847 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.409901 [ 5 ] {} TCP-Session: f9f2f16e-ef2c-46e4-85d3-c54da4816d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:60317 2025.08.26 21:45:57.409939 [ 5 ] {} TCP-Session: f9f2f16e-ef2c-46e4-85d3-c54da4816d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.409982 [ 5 ] {} TCP-Session: f9f2f16e-ef2c-46e4-85d3-c54da4816d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.410438 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.410477 [ 258 ] {} TCP-Session: a448790b-84cc-4edc-9fe7-32970b540eb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44608 2025.08.26 21:45:57.410496 [ 258 ] {} TCP-Session: a448790b-84cc-4edc-9fe7-32970b540eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.410508 [ 258 ] {} TCP-Session: a448790b-84cc-4edc-9fe7-32970b540eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.411122 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.411188 [ 259 ] {} TCP-Session: ace9c355-8616-4718-b7d6-ff3374c55e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:63774 2025.08.26 21:45:57.411205 [ 259 ] {} TCP-Session: ace9c355-8616-4718-b7d6-ff3374c55e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.411217 [ 259 ] {} TCP-Session: ace9c355-8616-4718-b7d6-ff3374c55e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.411687 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:57.411752 [ 255 ] {} TCP-Session: 1b3153cd-4c2e-48b2-bd1d-05656d702613 Authenticating user 'default' from [fd00:1122:3344:101::d]:64767 2025.08.26 21:45:57.411782 [ 255 ] {} TCP-Session: 1b3153cd-4c2e-48b2-bd1d-05656d702613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.411822 [ 255 ] {} TCP-Session: 1b3153cd-4c2e-48b2-bd1d-05656d702613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:57.412650 [ 3 ] {e04ba4a2-a591-4db7-a142-ee031e354ec6} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.26 21:45:57.465026 [ 3 ] {e04ba4a2-a591-4db7-a142-ee031e354ec6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56060) (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.08.26 21:45:57.465888 [ 3 ] {e04ba4a2-a591-4db7-a142-ee031e354ec6} 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.08.26 21:45:57.465981 [ 3 ] {e04ba4a2-a591-4db7-a142-ee031e354ec6} TCPHandler: Processed in 0.058616821 sec. 2025.08.26 21:45:57.466485 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.466698 [ 253 ] {cddac225-e2d6-4377-83cc-af16f567652c} executeQuery: (from [fd00:1122:3344:101::d]:35855) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.26 21:45:57.467044 [ 253 ] {cddac225-e2d6-4377-83cc-af16f567652c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35855) (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.08.26 21:45:57.467163 [ 253 ] {cddac225-e2d6-4377-83cc-af16f567652c} 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.08.26 21:45:57.467244 [ 253 ] {cddac225-e2d6-4377-83cc-af16f567652c} TCPHandler: Processed in 0.00091715 sec. 2025.08.26 21:45:57.467496 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.468177 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} executeQuery: (from [fd00:1122:3344:101::d]:56060) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.08.26 21:45:57.468764 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.08.26 21:45:57.473074 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.08.26 21:45:57.473105 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.4432e-05 sec 2025.08.26 21:45:57.473124 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} ReferentialDeps: No tables 2025.08.26 21:45:57.473149 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} LoadingDeps: No tables 2025.08.26 21:45:57.473183 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} DatabaseAtomic (oximeter): Starting up tables. 2025.08.26 21:45:57.474148 [ 3 ] {80940053-20aa-4d15-ad36-5e1491cfa0b1} TCPHandler: Processed in 0.006703921 sec. 2025.08.26 21:45:57.474321 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.474473 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} executeQuery: (from [fd00:1122:3344:101::d]:56060) /* 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.08.26 21:45:57.474523 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.08.26 21:45:57.479649 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} StoragePolicy (default): Storage policy default created, total volumes 1 2025.08.26 21:45:57.481092 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} oximeter.version (29a148ba-9db5-444c-8283-a31f5d5d6b2a): Loading data parts 2025.08.26 21:45:57.482444 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} oximeter.version (29a148ba-9db5-444c-8283-a31f5d5d6b2a): There are no data parts 2025.08.26 21:45:57.486179 [ 3 ] {1a3879c6-4848-468f-8842-387349e39097} TCPHandler: Processed in 0.011907138 sec. 2025.08.26 21:45:57.486355 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.486540 [ 3 ] {93f1f007-297b-49b1-bd1c-32815bd99dd7} executeQuery: (from [fd00:1122:3344:101::d]:56060) /* 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.08.26 21:45:57.486606 [ 3 ] {93f1f007-297b-49b1-bd1c-32815bd99dd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.08.26 21:45:57.496096 [ 3 ] {93f1f007-297b-49b1-bd1c-32815bd99dd7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Loading data parts 2025.08.26 21:45:57.496316 [ 3 ] {93f1f007-297b-49b1-bd1c-32815bd99dd7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): There are no data parts 2025.08.26 21:45:57.500487 [ 3 ] {93f1f007-297b-49b1-bd1c-32815bd99dd7} TCPHandler: Processed in 0.01418267 sec. 2025.08.26 21:45:57.500664 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.500838 [ 3 ] {c13e92f1-15d5-491b-85c3-5470280fca41} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.500891 [ 3 ] {c13e92f1-15d5-491b-85c3-5470280fca41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.08.26 21:45:57.502722 [ 3 ] {c13e92f1-15d5-491b-85c3-5470280fca41} oximeter.measurements_i8 (338c140a-5732-4e05-b11f-ac97756486b7): Loading data parts 2025.08.26 21:45:57.502864 [ 3 ] {c13e92f1-15d5-491b-85c3-5470280fca41} oximeter.measurements_i8 (338c140a-5732-4e05-b11f-ac97756486b7): There are no data parts 2025.08.26 21:45:57.508402 [ 3 ] {c13e92f1-15d5-491b-85c3-5470280fca41} TCPHandler: Processed in 0.007787265 sec. 2025.08.26 21:45:57.508590 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.508746 [ 3 ] {a4899b2c-1560-4507-92da-11ee363c7b2d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.508808 [ 3 ] {a4899b2c-1560-4507-92da-11ee363c7b2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.08.26 21:45:57.510823 [ 3 ] {a4899b2c-1560-4507-92da-11ee363c7b2d} oximeter.measurements_u8 (010e3547-954e-4443-8d7c-17b038b6b775): Loading data parts 2025.08.26 21:45:57.510993 [ 3 ] {a4899b2c-1560-4507-92da-11ee363c7b2d} oximeter.measurements_u8 (010e3547-954e-4443-8d7c-17b038b6b775): There are no data parts 2025.08.26 21:45:57.515177 [ 3 ] {a4899b2c-1560-4507-92da-11ee363c7b2d} TCPHandler: Processed in 0.006636349 sec. 2025.08.26 21:45:57.515337 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.515540 [ 3 ] {d1e4b154-a752-4f8c-88b4-8b37a845389c} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.515590 [ 3 ] {d1e4b154-a752-4f8c-88b4-8b37a845389c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.08.26 21:45:57.520838 [ 3 ] {d1e4b154-a752-4f8c-88b4-8b37a845389c} oximeter.measurements_i16 (bd15c038-8101-4c81-84f0-8d41b47c1c4f): Loading data parts 2025.08.26 21:45:57.521007 [ 3 ] {d1e4b154-a752-4f8c-88b4-8b37a845389c} oximeter.measurements_i16 (bd15c038-8101-4c81-84f0-8d41b47c1c4f): There are no data parts 2025.08.26 21:45:57.522966 [ 3 ] {d1e4b154-a752-4f8c-88b4-8b37a845389c} TCPHandler: Processed in 0.007685374 sec. 2025.08.26 21:45:57.523146 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.523302 [ 3 ] {c5407d9f-9739-4f00-90cc-e5d9b8606236} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.523363 [ 3 ] {c5407d9f-9739-4f00-90cc-e5d9b8606236} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.08.26 21:45:57.527956 [ 3 ] {c5407d9f-9739-4f00-90cc-e5d9b8606236} oximeter.measurements_u16 (174137ae-55c8-4876-bf0a-c9a1544dc285): Loading data parts 2025.08.26 21:45:57.528118 [ 3 ] {c5407d9f-9739-4f00-90cc-e5d9b8606236} oximeter.measurements_u16 (174137ae-55c8-4876-bf0a-c9a1544dc285): There are no data parts 2025.08.26 21:45:57.529849 [ 3 ] {c5407d9f-9739-4f00-90cc-e5d9b8606236} TCPHandler: Processed in 0.006752232 sec. 2025.08.26 21:45:57.529999 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.530177 [ 3 ] {568b7942-1620-485d-900a-480ac1be4d2d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.530220 [ 3 ] {568b7942-1620-485d-900a-480ac1be4d2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.08.26 21:45:57.536636 [ 3 ] {568b7942-1620-485d-900a-480ac1be4d2d} oximeter.measurements_i32 (ae86d0a8-a3f5-41cb-9746-786e0eadaad4): Loading data parts 2025.08.26 21:45:57.536790 [ 3 ] {568b7942-1620-485d-900a-480ac1be4d2d} oximeter.measurements_i32 (ae86d0a8-a3f5-41cb-9746-786e0eadaad4): There are no data parts 2025.08.26 21:45:57.540824 [ 3 ] {568b7942-1620-485d-900a-480ac1be4d2d} TCPHandler: Processed in 0.010873405 sec. 2025.08.26 21:45:57.541018 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.541211 [ 3 ] {45a17402-91ad-4e9f-b214-c2020662dbe7} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.541278 [ 3 ] {45a17402-91ad-4e9f-b214-c2020662dbe7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.08.26 21:45:57.546253 [ 3 ] {45a17402-91ad-4e9f-b214-c2020662dbe7} oximeter.measurements_u32 (2820b6cb-bb8b-42bc-ae0c-90c6ec04f273): Loading data parts 2025.08.26 21:45:57.546411 [ 3 ] {45a17402-91ad-4e9f-b214-c2020662dbe7} oximeter.measurements_u32 (2820b6cb-bb8b-42bc-ae0c-90c6ec04f273): There are no data parts 2025.08.26 21:45:57.548384 [ 3 ] {45a17402-91ad-4e9f-b214-c2020662dbe7} TCPHandler: Processed in 0.007425638 sec. 2025.08.26 21:45:57.548542 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.548724 [ 3 ] {eb7b04a3-d1aa-4ef6-80b6-6150767ef516} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.548775 [ 3 ] {eb7b04a3-d1aa-4ef6-80b6-6150767ef516} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.08.26 21:45:57.553506 [ 3 ] {eb7b04a3-d1aa-4ef6-80b6-6150767ef516} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Loading data parts 2025.08.26 21:45:57.553680 [ 3 ] {eb7b04a3-d1aa-4ef6-80b6-6150767ef516} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): There are no data parts 2025.08.26 21:45:57.556347 [ 3 ] {eb7b04a3-d1aa-4ef6-80b6-6150767ef516} TCPHandler: Processed in 0.007854447 sec. 2025.08.26 21:45:57.556516 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.556670 [ 3 ] {b6ad4f34-747f-475c-b2d7-5891d068723d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.556722 [ 3 ] {b6ad4f34-747f-475c-b2d7-5891d068723d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.08.26 21:45:57.561733 [ 3 ] {b6ad4f34-747f-475c-b2d7-5891d068723d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Loading data parts 2025.08.26 21:45:57.561886 [ 3 ] {b6ad4f34-747f-475c-b2d7-5891d068723d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): There are no data parts 2025.08.26 21:45:57.564928 [ 3 ] {b6ad4f34-747f-475c-b2d7-5891d068723d} TCPHandler: Processed in 0.008460921 sec. 2025.08.26 21:45:57.565102 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.565262 [ 3 ] {a2f68a2c-9d6d-4871-838b-095cf2a26c8a} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.565323 [ 3 ] {a2f68a2c-9d6d-4871-838b-095cf2a26c8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.08.26 21:45:57.570094 [ 3 ] {a2f68a2c-9d6d-4871-838b-095cf2a26c8a} oximeter.measurements_f32 (b8938d58-8373-4204-8e13-a5a6da5e7064): Loading data parts 2025.08.26 21:45:57.570298 [ 3 ] {a2f68a2c-9d6d-4871-838b-095cf2a26c8a} oximeter.measurements_f32 (b8938d58-8373-4204-8e13-a5a6da5e7064): There are no data parts 2025.08.26 21:45:57.575666 [ 3 ] {a2f68a2c-9d6d-4871-838b-095cf2a26c8a} TCPHandler: Processed in 0.01061444 sec. 2025.08.26 21:45:57.575841 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.576010 [ 3 ] {b53e8f2e-867b-4bf1-a366-43073cb81410} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.576062 [ 3 ] {b53e8f2e-867b-4bf1-a366-43073cb81410} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.08.26 21:45:57.578055 [ 3 ] {b53e8f2e-867b-4bf1-a366-43073cb81410} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Loading data parts 2025.08.26 21:45:57.578209 [ 3 ] {b53e8f2e-867b-4bf1-a366-43073cb81410} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): There are no data parts 2025.08.26 21:45:57.582380 [ 3 ] {b53e8f2e-867b-4bf1-a366-43073cb81410} TCPHandler: Processed in 0.006596799 sec. 2025.08.26 21:45:57.582551 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.582745 [ 3 ] {a02567e6-db88-4565-b4df-be1293df4f27} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.582814 [ 3 ] {a02567e6-db88-4565-b4df-be1293df4f27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.08.26 21:45:57.587678 [ 3 ] {a02567e6-db88-4565-b4df-be1293df4f27} oximeter.measurements_string (ddc0c56e-f87a-4748-81fe-9ed7bddb5e2b): Loading data parts 2025.08.26 21:45:57.587870 [ 3 ] {a02567e6-db88-4565-b4df-be1293df4f27} oximeter.measurements_string (ddc0c56e-f87a-4748-81fe-9ed7bddb5e2b): There are no data parts 2025.08.26 21:45:57.593230 [ 3 ] {a02567e6-db88-4565-b4df-be1293df4f27} TCPHandler: Processed in 0.010738571 sec. 2025.08.26 21:45:57.593409 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.593629 [ 3 ] {17968a8d-3d4e-4936-853a-1b6a37ff7509} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.593713 [ 3 ] {17968a8d-3d4e-4936-853a-1b6a37ff7509} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.08.26 21:45:57.596794 [ 3 ] {17968a8d-3d4e-4936-853a-1b6a37ff7509} oximeter.measurements_bytes (f8b7dc4b-a42c-4336-af0b-342b5a16e8b7): Loading data parts 2025.08.26 21:45:57.596941 [ 3 ] {17968a8d-3d4e-4936-853a-1b6a37ff7509} oximeter.measurements_bytes (f8b7dc4b-a42c-4336-af0b-342b5a16e8b7): There are no data parts 2025.08.26 21:45:57.601537 [ 3 ] {17968a8d-3d4e-4936-853a-1b6a37ff7509} TCPHandler: Processed in 0.008188905 sec. 2025.08.26 21:45:57.601703 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.601877 [ 3 ] {539f73d9-69de-4b26-9520-d79e019e3fa0} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.601936 [ 3 ] {539f73d9-69de-4b26-9520-d79e019e3fa0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.08.26 21:45:57.606869 [ 3 ] {539f73d9-69de-4b26-9520-d79e019e3fa0} oximeter.measurements_cumulativei64 (7c6936a8-8d9d-444b-b27c-69f26c176861): Loading data parts 2025.08.26 21:45:57.607047 [ 3 ] {539f73d9-69de-4b26-9520-d79e019e3fa0} oximeter.measurements_cumulativei64 (7c6936a8-8d9d-444b-b27c-69f26c176861): There are no data parts 2025.08.26 21:45:57.612440 [ 3 ] {539f73d9-69de-4b26-9520-d79e019e3fa0} TCPHandler: Processed in 0.010786434 sec. 2025.08.26 21:45:57.612599 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.612786 [ 3 ] {c5a14716-8b3f-4ff6-bb0a-0496f055222a} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.612838 [ 3 ] {c5a14716-8b3f-4ff6-bb0a-0496f055222a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.08.26 21:45:57.618042 [ 3 ] {c5a14716-8b3f-4ff6-bb0a-0496f055222a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Loading data parts 2025.08.26 21:45:57.618220 [ 3 ] {c5a14716-8b3f-4ff6-bb0a-0496f055222a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): There are no data parts 2025.08.26 21:45:57.619965 [ 3 ] {c5a14716-8b3f-4ff6-bb0a-0496f055222a} TCPHandler: Processed in 0.007417777 sec. 2025.08.26 21:45:57.620125 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.620286 [ 3 ] {dc2c4bf4-8265-466a-bf4c-a0de8fdeac77} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.620343 [ 3 ] {dc2c4bf4-8265-466a-bf4c-a0de8fdeac77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.08.26 21:45:57.623745 [ 3 ] {dc2c4bf4-8265-466a-bf4c-a0de8fdeac77} oximeter.measurements_cumulativef32 (90eee418-6944-41bf-af2b-c7d9d796ceda): Loading data parts 2025.08.26 21:45:57.623901 [ 3 ] {dc2c4bf4-8265-466a-bf4c-a0de8fdeac77} oximeter.measurements_cumulativef32 (90eee418-6944-41bf-af2b-c7d9d796ceda): There are no data parts 2025.08.26 21:45:57.626097 [ 3 ] {dc2c4bf4-8265-466a-bf4c-a0de8fdeac77} TCPHandler: Processed in 0.006022796 sec. 2025.08.26 21:45:57.626246 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.626425 [ 3 ] {d36f5f55-3a1f-40a5-a7b7-986c52786198} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.626488 [ 3 ] {d36f5f55-3a1f-40a5-a7b7-986c52786198} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.08.26 21:45:57.635471 [ 3 ] {d36f5f55-3a1f-40a5-a7b7-986c52786198} oximeter.measurements_cumulativef64 (71113c41-f72c-44cc-9843-645c7b11035e): Loading data parts 2025.08.26 21:45:57.635637 [ 3 ] {d36f5f55-3a1f-40a5-a7b7-986c52786198} oximeter.measurements_cumulativef64 (71113c41-f72c-44cc-9843-645c7b11035e): There are no data parts 2025.08.26 21:45:57.638634 [ 3 ] {d36f5f55-3a1f-40a5-a7b7-986c52786198} TCPHandler: Processed in 0.01243727 sec. 2025.08.26 21:45:57.638792 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.639022 [ 3 ] {a7039ff2-d421-4289-a5dc-14748d6c7a5f} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.639108 [ 3 ] {a7039ff2-d421-4289-a5dc-14748d6c7a5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.08.26 21:45:57.644151 [ 3 ] {a7039ff2-d421-4289-a5dc-14748d6c7a5f} oximeter.measurements_histogrami8 (f2c4a349-a5c8-4281-acd6-d8b0b1af849e): Loading data parts 2025.08.26 21:45:57.644338 [ 3 ] {a7039ff2-d421-4289-a5dc-14748d6c7a5f} oximeter.measurements_histogrami8 (f2c4a349-a5c8-4281-acd6-d8b0b1af849e): There are no data parts 2025.08.26 21:45:57.647134 [ 3 ] {a7039ff2-d421-4289-a5dc-14748d6c7a5f} TCPHandler: Processed in 0.00839246 sec. 2025.08.26 21:45:57.647307 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.647599 [ 3 ] {ce508081-5b53-43c9-acda-5971a889c9d1} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.647680 [ 3 ] {ce508081-5b53-43c9-acda-5971a889c9d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.08.26 21:45:57.650815 [ 3 ] {ce508081-5b53-43c9-acda-5971a889c9d1} oximeter.measurements_histogramu8 (d1985b99-d828-4918-b283-e191f709d6e8): Loading data parts 2025.08.26 21:45:57.650968 [ 3 ] {ce508081-5b53-43c9-acda-5971a889c9d1} oximeter.measurements_histogramu8 (d1985b99-d828-4918-b283-e191f709d6e8): There are no data parts 2025.08.26 21:45:57.653502 [ 3 ] {ce508081-5b53-43c9-acda-5971a889c9d1} TCPHandler: Processed in 0.006253741 sec. 2025.08.26 21:45:57.653656 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.653880 [ 3 ] {cdb595c0-7e52-4dce-b391-8737bd76fa9e} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.653956 [ 3 ] {cdb595c0-7e52-4dce-b391-8737bd76fa9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.08.26 21:45:57.657295 [ 3 ] {cdb595c0-7e52-4dce-b391-8737bd76fa9e} oximeter.measurements_histogrami16 (77bf9b9c-c9dc-4502-ba0d-76f1d3598bd8): Loading data parts 2025.08.26 21:45:57.657466 [ 3 ] {cdb595c0-7e52-4dce-b391-8737bd76fa9e} oximeter.measurements_histogrami16 (77bf9b9c-c9dc-4502-ba0d-76f1d3598bd8): There are no data parts 2025.08.26 21:45:57.659581 [ 3 ] {cdb595c0-7e52-4dce-b391-8737bd76fa9e} TCPHandler: Processed in 0.005974444 sec. 2025.08.26 21:45:57.659738 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.659973 [ 3 ] {09d6c509-c2a0-49aa-94c2-6b77354381ca} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.660045 [ 3 ] {09d6c509-c2a0-49aa-94c2-6b77354381ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.08.26 21:45:57.665357 [ 3 ] {09d6c509-c2a0-49aa-94c2-6b77354381ca} oximeter.measurements_histogramu16 (4ccde4cd-0300-47e5-9571-8b6d5cd494c8): Loading data parts 2025.08.26 21:45:57.665542 [ 3 ] {09d6c509-c2a0-49aa-94c2-6b77354381ca} oximeter.measurements_histogramu16 (4ccde4cd-0300-47e5-9571-8b6d5cd494c8): There are no data parts 2025.08.26 21:45:57.667095 [ 3 ] {09d6c509-c2a0-49aa-94c2-6b77354381ca} TCPHandler: Processed in 0.007404487 sec. 2025.08.26 21:45:57.667249 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.667476 [ 3 ] {7e9e9c6a-7735-486f-aa5c-44b9a42795a3} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.667552 [ 3 ] {7e9e9c6a-7735-486f-aa5c-44b9a42795a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.08.26 21:45:57.673410 [ 3 ] {7e9e9c6a-7735-486f-aa5c-44b9a42795a3} oximeter.measurements_histogrami32 (b55c903c-d79f-4b0d-b17d-5b1cc20bcc98): Loading data parts 2025.08.26 21:45:57.673793 [ 3 ] {7e9e9c6a-7735-486f-aa5c-44b9a42795a3} oximeter.measurements_histogrami32 (b55c903c-d79f-4b0d-b17d-5b1cc20bcc98): There are no data parts 2025.08.26 21:45:57.679473 [ 3 ] {7e9e9c6a-7735-486f-aa5c-44b9a42795a3} TCPHandler: Processed in 0.012273247 sec. 2025.08.26 21:45:57.679641 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.679884 [ 3 ] {a4cb5622-7dd5-47aa-a26b-5377c24077d4} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.679952 [ 3 ] {a4cb5622-7dd5-47aa-a26b-5377c24077d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.08.26 21:45:57.683119 [ 3 ] {a4cb5622-7dd5-47aa-a26b-5377c24077d4} oximeter.measurements_histogramu32 (eca997dc-4b16-42f6-b821-9ab4622093b1): Loading data parts 2025.08.26 21:45:57.683286 [ 3 ] {a4cb5622-7dd5-47aa-a26b-5377c24077d4} oximeter.measurements_histogramu32 (eca997dc-4b16-42f6-b821-9ab4622093b1): There are no data parts 2025.08.26 21:45:57.685755 [ 3 ] {a4cb5622-7dd5-47aa-a26b-5377c24077d4} TCPHandler: Processed in 0.006171489 sec. 2025.08.26 21:45:57.685917 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.686131 [ 3 ] {c04e3e3e-e8c4-4e1b-9137-4fd68b6d331b} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.686207 [ 3 ] {c04e3e3e-e8c4-4e1b-9137-4fd68b6d331b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.08.26 21:45:57.692782 [ 3 ] {c04e3e3e-e8c4-4e1b-9137-4fd68b6d331b} oximeter.measurements_histogrami64 (95dc1d84-409f-47e3-9389-e452649a57dd): Loading data parts 2025.08.26 21:45:57.692950 [ 3 ] {c04e3e3e-e8c4-4e1b-9137-4fd68b6d331b} oximeter.measurements_histogrami64 (95dc1d84-409f-47e3-9389-e452649a57dd): There are no data parts 2025.08.26 21:45:57.697689 [ 3 ] {c04e3e3e-e8c4-4e1b-9137-4fd68b6d331b} TCPHandler: Processed in 0.011823376 sec. 2025.08.26 21:45:57.698003 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.698233 [ 3 ] {b41c0a4d-60c6-4423-a728-8a531a7ee227} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.698309 [ 3 ] {b41c0a4d-60c6-4423-a728-8a531a7ee227} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.08.26 21:45:57.700473 [ 3 ] {b41c0a4d-60c6-4423-a728-8a531a7ee227} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Loading data parts 2025.08.26 21:45:57.700623 [ 3 ] {b41c0a4d-60c6-4423-a728-8a531a7ee227} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): There are no data parts 2025.08.26 21:45:57.705370 [ 3 ] {b41c0a4d-60c6-4423-a728-8a531a7ee227} TCPHandler: Processed in 0.007417648 sec. 2025.08.26 21:45:57.705601 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.705901 [ 3 ] {e1f9ed28-f496-4f15-9daa-e7d5a4430831} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.705966 [ 3 ] {e1f9ed28-f496-4f15-9daa-e7d5a4430831} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.08.26 21:45:57.708229 [ 3 ] {e1f9ed28-f496-4f15-9daa-e7d5a4430831} oximeter.measurements_histogramf32 (3e570620-03ed-4a74-9ef5-51c9f28f38af): Loading data parts 2025.08.26 21:45:57.708399 [ 3 ] {e1f9ed28-f496-4f15-9daa-e7d5a4430831} oximeter.measurements_histogramf32 (3e570620-03ed-4a74-9ef5-51c9f28f38af): There are no data parts 2025.08.26 21:45:57.710766 [ 3 ] {e1f9ed28-f496-4f15-9daa-e7d5a4430831} TCPHandler: Processed in 0.005241408 sec. 2025.08.26 21:45:57.710925 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.711154 [ 3 ] {11c513fc-a9b1-46a9-bd9b-941f461f014e} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.711218 [ 3 ] {11c513fc-a9b1-46a9-bd9b-941f461f014e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.08.26 21:45:57.717025 [ 3 ] {11c513fc-a9b1-46a9-bd9b-941f461f014e} oximeter.measurements_histogramf64 (c4d95bc7-fad3-41f1-9005-ddfb62d38918): Loading data parts 2025.08.26 21:45:57.717170 [ 3 ] {11c513fc-a9b1-46a9-bd9b-941f461f014e} oximeter.measurements_histogramf64 (c4d95bc7-fad3-41f1-9005-ddfb62d38918): There are no data parts 2025.08.26 21:45:57.721242 [ 3 ] {11c513fc-a9b1-46a9-bd9b-941f461f014e} TCPHandler: Processed in 0.010366934 sec. 2025.08.26 21:45:57.721437 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.721655 [ 3 ] {5c4d674a-28b5-4b11-bd96-4dec61af8aeb} executeQuery: (from [fd00:1122:3344:101::d]:56060) /* 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.08.26 21:45:57.721731 [ 3 ] {5c4d674a-28b5-4b11-bd96-4dec61af8aeb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.08.26 21:45:57.724399 [ 3 ] {5c4d674a-28b5-4b11-bd96-4dec61af8aeb} oximeter.fields_bool (3bb84d4b-3291-472f-93d5-a81139a7e289): Loading data parts 2025.08.26 21:45:57.724565 [ 3 ] {5c4d674a-28b5-4b11-bd96-4dec61af8aeb} oximeter.fields_bool (3bb84d4b-3291-472f-93d5-a81139a7e289): There are no data parts 2025.08.26 21:45:57.728718 [ 3 ] {5c4d674a-28b5-4b11-bd96-4dec61af8aeb} TCPHandler: Processed in 0.007341416 sec. 2025.08.26 21:45:57.728921 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.729169 [ 3 ] {4db4305d-1b92-48f3-b73d-125ed0e7eb94} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.729257 [ 3 ] {4db4305d-1b92-48f3-b73d-125ed0e7eb94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.08.26 21:45:57.735689 [ 3 ] {4db4305d-1b92-48f3-b73d-125ed0e7eb94} oximeter.fields_i8 (6c447584-46e5-4526-8821-d4dce4b6fd76): Loading data parts 2025.08.26 21:45:57.735855 [ 3 ] {4db4305d-1b92-48f3-b73d-125ed0e7eb94} oximeter.fields_i8 (6c447584-46e5-4526-8821-d4dce4b6fd76): There are no data parts 2025.08.26 21:45:57.737536 [ 3 ] {4db4305d-1b92-48f3-b73d-125ed0e7eb94} TCPHandler: Processed in 0.008703266 sec. 2025.08.26 21:45:57.737706 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.737882 [ 3 ] {9abdb891-deb2-4b12-961c-00f0673297f0} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.737938 [ 3 ] {9abdb891-deb2-4b12-961c-00f0673297f0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.08.26 21:45:57.741040 [ 3 ] {9abdb891-deb2-4b12-961c-00f0673297f0} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Loading data parts 2025.08.26 21:45:57.741217 [ 3 ] {9abdb891-deb2-4b12-961c-00f0673297f0} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): There are no data parts 2025.08.26 21:45:57.746999 [ 3 ] {9abdb891-deb2-4b12-961c-00f0673297f0} TCPHandler: Processed in 0.009351841 sec. 2025.08.26 21:45:57.747167 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.747326 [ 3 ] {bc4653ae-2cd3-459b-90e3-ded66895076d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.747398 [ 3 ] {bc4653ae-2cd3-459b-90e3-ded66895076d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.08.26 21:45:57.752652 [ 3 ] {bc4653ae-2cd3-459b-90e3-ded66895076d} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Loading data parts 2025.08.26 21:45:57.752936 [ 3 ] {bc4653ae-2cd3-459b-90e3-ded66895076d} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): There are no data parts 2025.08.26 21:45:57.756065 [ 3 ] {bc4653ae-2cd3-459b-90e3-ded66895076d} TCPHandler: Processed in 0.008946812 sec. 2025.08.26 21:45:57.756225 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.756411 [ 3 ] {860b411a-e494-4c87-a8e4-0e5ef940517b} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.756476 [ 3 ] {860b411a-e494-4c87-a8e4-0e5ef940517b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.08.26 21:45:57.759956 [ 3 ] {860b411a-e494-4c87-a8e4-0e5ef940517b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Loading data parts 2025.08.26 21:45:57.760131 [ 3 ] {860b411a-e494-4c87-a8e4-0e5ef940517b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): There are no data parts 2025.08.26 21:45:57.766148 [ 3 ] {860b411a-e494-4c87-a8e4-0e5ef940517b} TCPHandler: Processed in 0.009974524 sec. 2025.08.26 21:45:57.766326 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.766543 [ 3 ] {113f1f01-7fd3-4fa1-a9ea-e246e3fbe8e9} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.766632 [ 3 ] {113f1f01-7fd3-4fa1-a9ea-e246e3fbe8e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.08.26 21:45:57.769125 [ 3 ] {113f1f01-7fd3-4fa1-a9ea-e246e3fbe8e9} oximeter.fields_i32 (53ff98e9-d5a4-4055-8c4a-9c48e8238e69): Loading data parts 2025.08.26 21:45:57.769272 [ 3 ] {113f1f01-7fd3-4fa1-a9ea-e246e3fbe8e9} oximeter.fields_i32 (53ff98e9-d5a4-4055-8c4a-9c48e8238e69): There are no data parts 2025.08.26 21:45:57.770874 [ 3 ] {113f1f01-7fd3-4fa1-a9ea-e246e3fbe8e9} TCPHandler: Processed in 0.004610764 sec. 2025.08.26 21:45:57.771026 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.771205 [ 3 ] {51dd4404-5d2f-47de-9b74-89408fd59c05} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.771262 [ 3 ] {51dd4404-5d2f-47de-9b74-89408fd59c05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.08.26 21:45:57.776102 [ 3 ] {51dd4404-5d2f-47de-9b74-89408fd59c05} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Loading data parts 2025.08.26 21:45:57.776311 [ 3 ] {51dd4404-5d2f-47de-9b74-89408fd59c05} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): There are no data parts 2025.08.26 21:45:57.782233 [ 3 ] {51dd4404-5d2f-47de-9b74-89408fd59c05} TCPHandler: Processed in 0.011256074 sec. 2025.08.26 21:45:57.782417 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.782607 [ 3 ] {e8b1de3b-cf09-46f3-9d1b-3f77a9c5e631} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.782685 [ 3 ] {e8b1de3b-cf09-46f3-9d1b-3f77a9c5e631} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.08.26 21:45:57.785533 [ 3 ] {e8b1de3b-cf09-46f3-9d1b-3f77a9c5e631} oximeter.fields_i64 (c0d69685-9745-4c67-a81c-eb82caddd6ff): Loading data parts 2025.08.26 21:45:57.785684 [ 3 ] {e8b1de3b-cf09-46f3-9d1b-3f77a9c5e631} oximeter.fields_i64 (c0d69685-9745-4c67-a81c-eb82caddd6ff): There are no data parts 2025.08.26 21:45:57.790437 [ 3 ] {e8b1de3b-cf09-46f3-9d1b-3f77a9c5e631} TCPHandler: Processed in 0.008084132 sec. 2025.08.26 21:45:57.790589 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.790765 [ 3 ] {5a55c987-44e7-410e-9fb8-5cd1960ae2c7} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.790827 [ 3 ] {5a55c987-44e7-410e-9fb8-5cd1960ae2c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.08.26 21:45:57.795889 [ 3 ] {5a55c987-44e7-410e-9fb8-5cd1960ae2c7} oximeter.fields_u64 (89f5bacc-33b6-4584-89f3-b50d7ea59687): Loading data parts 2025.08.26 21:45:57.796041 [ 3 ] {5a55c987-44e7-410e-9fb8-5cd1960ae2c7} oximeter.fields_u64 (89f5bacc-33b6-4584-89f3-b50d7ea59687): There are no data parts 2025.08.26 21:45:57.798765 [ 3 ] {5a55c987-44e7-410e-9fb8-5cd1960ae2c7} TCPHandler: Processed in 0.008224025 sec. 2025.08.26 21:45:57.798914 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.799065 [ 3 ] {26ea67de-72d3-4a55-9fd1-de5ab5fa3981} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.799135 [ 3 ] {26ea67de-72d3-4a55-9fd1-de5ab5fa3981} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.08.26 21:45:57.802591 [ 3 ] {26ea67de-72d3-4a55-9fd1-de5ab5fa3981} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Loading data parts 2025.08.26 21:45:57.802746 [ 3 ] {26ea67de-72d3-4a55-9fd1-de5ab5fa3981} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): There are no data parts 2025.08.26 21:45:57.805278 [ 3 ] {26ea67de-72d3-4a55-9fd1-de5ab5fa3981} TCPHandler: Processed in 0.006412885 sec. 2025.08.26 21:45:57.805449 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.805617 [ 3 ] {d216276e-1af5-4d0c-89dc-64e5040375bd} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.805680 [ 3 ] {d216276e-1af5-4d0c-89dc-64e5040375bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.08.26 21:45:57.807527 [ 3 ] {d216276e-1af5-4d0c-89dc-64e5040375bd} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Loading data parts 2025.08.26 21:45:57.807682 [ 3 ] {d216276e-1af5-4d0c-89dc-64e5040375bd} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): There are no data parts 2025.08.26 21:45:57.813381 [ 3 ] {d216276e-1af5-4d0c-89dc-64e5040375bd} TCPHandler: Processed in 0.00797949 sec. 2025.08.26 21:45:57.813560 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.813731 [ 3 ] {fd182606-1c9b-4ab3-897f-c54672c76166} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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.08.26 21:45:57.813807 [ 3 ] {fd182606-1c9b-4ab3-897f-c54672c76166} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.08.26 21:45:57.818733 [ 3 ] {fd182606-1c9b-4ab3-897f-c54672c76166} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Loading data parts 2025.08.26 21:45:57.818907 [ 3 ] {fd182606-1c9b-4ab3-897f-c54672c76166} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): There are no data parts 2025.08.26 21:45:57.821619 [ 3 ] {fd182606-1c9b-4ab3-897f-c54672c76166} TCPHandler: Processed in 0.008109133 sec. 2025.08.26 21:45:57.821805 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.822065 [ 3 ] {45a9260b-dd65-491b-8cf5-49550b2c0e04} executeQuery: (from [fd00:1122:3344:101::d]:56060) /* 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.08.26 21:45:57.822147 [ 3 ] {45a9260b-dd65-491b-8cf5-49550b2c0e04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.08.26 21:45:57.823971 [ 3 ] {45a9260b-dd65-491b-8cf5-49550b2c0e04} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Loading data parts 2025.08.26 21:45:57.824139 [ 3 ] {45a9260b-dd65-491b-8cf5-49550b2c0e04} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): There are no data parts 2025.08.26 21:45:57.829702 [ 3 ] {45a9260b-dd65-491b-8cf5-49550b2c0e04} TCPHandler: Processed in 0.007946079 sec. 2025.08.26 21:45:57.829902 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:45:57.830294 [ 253 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.08.26 21:45:57.831621 [ 253 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.08.26 21:45:57.841229 [ 260 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} oximeter.version (29a148ba-9db5-444c-8283-a31f5d5d6b2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:45:57.841342 [ 260 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:45:57.846178 [ 260 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:45:57.846807 [ 260 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} oximeter.version (29a148ba-9db5-444c-8283-a31f5d5d6b2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:45:57.847140 [ 253 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} executeQuery: Read 1 rows, 16.00 B in 0.016975 sec., 58.910162002945505 rows/sec., 942.56 B/sec. 2025.08.26 21:45:57.847410 [ 253 ] {a5cfa8cd-3153-45a6-8ac8-d72955c9b90d} TCPHandler: Processed in 0.017562127 sec. 2025.08.26 21:45:58.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.56 MiB, peak 124.56 MiB, free memory in arenas 0.00 B, will set to 138.06 MiB (RSS), difference: 13.50 MiB 2025.08.26 21:45:58.395087 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42397 2025.08.26 21:45:58.395226 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.395372 [ 262 ] {} TCP-Session: 6fe2a595-cea0-4c87-b8bc-3c83acc0d641 Authenticating user 'default' from [fd00:1122:3344:101::b]:42397 2025.08.26 21:45:58.395437 [ 262 ] {} TCP-Session: 6fe2a595-cea0-4c87-b8bc-3c83acc0d641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.395452 [ 262 ] {} TCP-Session: 6fe2a595-cea0-4c87-b8bc-3c83acc0d641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.395552 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.26 21:45:58.395613 [ 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.08.26 21:45:58.395671 [ 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.08.26 21:45:58.396903 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52686 2025.08.26 21:45:58.396968 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47067 2025.08.26 21:45:58.397146 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64071 2025.08.26 21:45:58.397148 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61078 2025.08.26 21:45:58.397171 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397231 [ 263 ] {} TCP-Session: 8c86d785-fbf9-48a1-967c-c36b3a677586 Authenticating user 'default' from [fd00:1122:3344:101::b]:52686 2025.08.26 21:45:58.397244 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40440 2025.08.26 21:45:58.397386 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33405 2025.08.26 21:45:58.397427 [ 263 ] {} TCP-Session: 8c86d785-fbf9-48a1-967c-c36b3a677586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397485 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397490 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397512 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61986 2025.08.26 21:45:58.397548 [ 263 ] {} TCP-Session: 8c86d785-fbf9-48a1-967c-c36b3a677586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397588 [ 266 ] {} TCP-Session: a7c7d080-6fba-4642-adda-d8c010afbde4 Authenticating user 'default' from [fd00:1122:3344:101::b]:64071 2025.08.26 21:45:58.397608 [ 264 ] {} TCP-Session: 82eba741-2f66-41ca-8e1c-0894a2d56e76 Authenticating user 'default' from [fd00:1122:3344:101::b]:47067 2025.08.26 21:45:58.397557 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397673 [ 264 ] {} TCP-Session: 82eba741-2f66-41ca-8e1c-0894a2d56e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397669 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397803 [ 266 ] {} TCP-Session: a7c7d080-6fba-4642-adda-d8c010afbde4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397862 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397862 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.397834 [ 264 ] {} TCP-Session: 82eba741-2f66-41ca-8e1c-0894a2d56e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397983 [ 266 ] {} TCP-Session: a7c7d080-6fba-4642-adda-d8c010afbde4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398033 [ 267 ] {} TCP-Session: a6257a75-9a74-485a-98e3-5b05eb03c995 Authenticating user 'default' from [fd00:1122:3344:101::b]:40440 2025.08.26 21:45:58.398012 [ 269 ] {} TCP-Session: 8537a215-ef07-4585-ba4a-a06e99f9219f Authenticating user 'default' from [fd00:1122:3344:101::b]:61986 2025.08.26 21:45:58.397832 [ 268 ] {} TCP-Session: d2ebe217-6f9b-4e01-89f3-ea1299b01752 Authenticating user 'default' from [fd00:1122:3344:101::b]:33405 2025.08.26 21:45:58.398122 [ 267 ] {} TCP-Session: a6257a75-9a74-485a-98e3-5b05eb03c995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398112 [ 269 ] {} TCP-Session: 8537a215-ef07-4585-ba4a-a06e99f9219f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.397822 [ 265 ] {} TCP-Session: ffd2ab35-4c69-4889-a541-eb2fc60d095e Authenticating user 'default' from [fd00:1122:3344:101::b]:61078 2025.08.26 21:45:58.398279 [ 267 ] {} TCP-Session: a6257a75-9a74-485a-98e3-5b05eb03c995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398269 [ 269 ] {} TCP-Session: 8537a215-ef07-4585-ba4a-a06e99f9219f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398263 [ 268 ] {} TCP-Session: d2ebe217-6f9b-4e01-89f3-ea1299b01752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398354 [ 265 ] {} TCP-Session: ffd2ab35-4c69-4889-a541-eb2fc60d095e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398447 [ 268 ] {} TCP-Session: d2ebe217-6f9b-4e01-89f3-ea1299b01752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.398465 [ 265 ] {} TCP-Session: ffd2ab35-4c69-4889-a541-eb2fc60d095e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.930887 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65111 2025.08.26 21:45:58.931081 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.931124 [ 270 ] {} TCP-Session: ef8eeea2-2937-469d-91db-704097fa9685 Authenticating user 'default' from [fd00:1122:3344:101::c]:65111 2025.08.26 21:45:58.931355 [ 270 ] {} TCP-Session: ef8eeea2-2937-469d-91db-704097fa9685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.931370 [ 270 ] {} TCP-Session: ef8eeea2-2937-469d-91db-704097fa9685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.931434 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.26 21:45:58.931599 [ 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.08.26 21:45:58.931618 [ 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.08.26 21:45:58.932885 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52290 2025.08.26 21:45:58.932967 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34625 2025.08.26 21:45:58.933132 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42054 2025.08.26 21:45:58.933200 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933279 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933290 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62087 2025.08.26 21:45:58.933350 [ 272 ] {} TCP-Session: b9c1f9dc-06d0-4552-93f1-c8cb84b036e5 Authenticating user 'default' from [fd00:1122:3344:101::c]:34625 2025.08.26 21:45:58.933449 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36189 2025.08.26 21:45:58.933470 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933336 [ 271 ] {} TCP-Session: 74fe05d9-19f3-4748-933e-01f0a5614b55 Authenticating user 'default' from [fd00:1122:3344:101::c]:52290 2025.08.26 21:45:58.933616 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933633 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49938 2025.08.26 21:45:58.933522 [ 272 ] {} TCP-Session: b9c1f9dc-06d0-4552-93f1-c8cb84b036e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933756 [ 275 ] {} TCP-Session: 69d73644-685d-4544-b5c2-c8d649508b36 Authenticating user 'default' from [fd00:1122:3344:101::c]:62087 2025.08.26 21:45:58.933771 [ 272 ] {} TCP-Session: b9c1f9dc-06d0-4552-93f1-c8cb84b036e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933724 [ 271 ] {} TCP-Session: 74fe05d9-19f3-4748-933e-01f0a5614b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933838 [ 275 ] {} TCP-Session: 69d73644-685d-4544-b5c2-c8d649508b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933867 [ 271 ] {} TCP-Session: 74fe05d9-19f3-4748-933e-01f0a5614b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933866 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933709 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.933968 [ 277 ] {} TCP-Session: 0ccbf430-9ab2-4981-b6b6-eaad43797f8f Authenticating user 'default' from [fd00:1122:3344:101::c]:49938 2025.08.26 21:45:58.933930 [ 275 ] {} TCP-Session: 69d73644-685d-4544-b5c2-c8d649508b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.933310 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63850 2025.08.26 21:45:58.934099 [ 277 ] {} TCP-Session: 0ccbf430-9ab2-4981-b6b6-eaad43797f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934076 [ 276 ] {} TCP-Session: ba6816e1-f19c-4e81-8167-b54b47c881e0 Authenticating user 'default' from [fd00:1122:3344:101::c]:36189 2025.08.26 21:45:58.933534 [ 273 ] {} TCP-Session: 8b659ee8-5403-4526-9e84-b2a8ded47b09 Authenticating user 'default' from [fd00:1122:3344:101::c]:42054 2025.08.26 21:45:58.934209 [ 277 ] {} TCP-Session: 0ccbf430-9ab2-4981-b6b6-eaad43797f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934194 [ 276 ] {} TCP-Session: ba6816e1-f19c-4e81-8167-b54b47c881e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934331 [ 273 ] {} TCP-Session: 8b659ee8-5403-4526-9e84-b2a8ded47b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934344 [ 276 ] {} TCP-Session: ba6816e1-f19c-4e81-8167-b54b47c881e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934330 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:58.934497 [ 273 ] {} TCP-Session: 8b659ee8-5403-4526-9e84-b2a8ded47b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934528 [ 274 ] {} TCP-Session: 2621c4de-377d-4ca6-8562-0762e02c36c2 Authenticating user 'default' from [fd00:1122:3344:101::c]:63850 2025.08.26 21:45:58.934678 [ 274 ] {} TCP-Session: 2621c4de-377d-4ca6-8562-0762e02c36c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:58.934702 [ 274 ] {} TCP-Session: 2621c4de-377d-4ca6-8562-0762e02c36c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.15 MiB, peak 138.15 MiB, free memory in arenas 0.00 B, will set to 139.20 MiB (RSS), difference: 1.04 MiB 2025.08.26 21:45:59.188448 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53640 2025.08.26 21:45:59.188665 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.188708 [ 278 ] {} TCP-Session: b22bd29a-6159-4024-a03f-887a54ac1c5f Authenticating user 'default' from [fd00:1122:3344:101::a]:53640 2025.08.26 21:45:59.188853 [ 278 ] {} TCP-Session: b22bd29a-6159-4024-a03f-887a54ac1c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.188888 [ 278 ] {} TCP-Session: b22bd29a-6159-4024-a03f-887a54ac1c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.188951 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.26 21:45:59.189065 [ 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.08.26 21:45:59.189082 [ 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.08.26 21:45:59.190191 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63915 2025.08.26 21:45:59.190303 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42219 2025.08.26 21:45:59.190471 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65502 2025.08.26 21:45:59.190408 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.190557 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57818 2025.08.26 21:45:59.190595 [ 279 ] {} TCP-Session: 1514f1f8-b5d6-4004-91e3-71eb45b3516a Authenticating user 'default' from [fd00:1122:3344:101::a]:63915 2025.08.26 21:45:59.190768 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49895 2025.08.26 21:45:59.190625 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62912 2025.08.26 21:45:59.190850 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.190870 [ 279 ] {} TCP-Session: 1514f1f8-b5d6-4004-91e3-71eb45b3516a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.190918 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45246 2025.08.26 21:45:59.190875 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.191003 [ 279 ] {} TCP-Session: 1514f1f8-b5d6-4004-91e3-71eb45b3516a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191038 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.191042 [ 280 ] {} TCP-Session: f3ee30f8-25fc-4887-8a3b-27e83aae791a Authenticating user 'default' from [fd00:1122:3344:101::a]:42219 2025.08.26 21:45:59.191150 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.191195 [ 280 ] {} TCP-Session: f3ee30f8-25fc-4887-8a3b-27e83aae791a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191038 [ 282 ] {} TCP-Session: 529d1f36-0bd5-436d-843c-cd62e648794e Authenticating user 'default' from [fd00:1122:3344:101::a]:57818 2025.08.26 21:45:59.191258 [ 281 ] {} TCP-Session: 7c35d73b-a7a3-4131-8724-eb60f0b7fa0c Authenticating user 'default' from [fd00:1122:3344:101::a]:65502 2025.08.26 21:45:59.191321 [ 282 ] {} TCP-Session: 529d1f36-0bd5-436d-843c-cd62e648794e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191330 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.191356 [ 281 ] {} TCP-Session: 7c35d73b-a7a3-4131-8724-eb60f0b7fa0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191417 [ 282 ] {} TCP-Session: 529d1f36-0bd5-436d-843c-cd62e648794e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191460 [ 285 ] {} TCP-Session: 5b4e689d-ab02-4490-a33d-b74d006ce31b Authenticating user 'default' from [fd00:1122:3344:101::a]:45246 2025.08.26 21:45:59.191302 [ 280 ] {} TCP-Session: f3ee30f8-25fc-4887-8a3b-27e83aae791a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191436 [ 281 ] {} TCP-Session: 7c35d73b-a7a3-4131-8724-eb60f0b7fa0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191563 [ 285 ] {} TCP-Session: 5b4e689d-ab02-4490-a33d-b74d006ce31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191277 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.26 21:45:59.191265 [ 283 ] {} TCP-Session: 153e7066-d4c5-496e-ad71-a73bb090b8f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:62912 2025.08.26 21:45:59.191652 [ 285 ] {} TCP-Session: 5b4e689d-ab02-4490-a33d-b74d006ce31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191660 [ 284 ] {} TCP-Session: deba6611-1ce6-4a54-a5f0-1c921c863259 Authenticating user 'default' from [fd00:1122:3344:101::a]:49895 2025.08.26 21:45:59.191801 [ 283 ] {} TCP-Session: 153e7066-d4c5-496e-ad71-a73bb090b8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191814 [ 284 ] {} TCP-Session: deba6611-1ce6-4a54-a5f0-1c921c863259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191926 [ 283 ] {} TCP-Session: 153e7066-d4c5-496e-ad71-a73bb090b8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:45:59.191948 [ 284 ] {} TCP-Session: deba6611-1ce6-4a54-a5f0-1c921c863259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:46:03.856969 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.08.26 21:46:03.857014 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.08.26 21:46:03.857075 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.08.26 21:46:03.857126 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.08.26 21:46:03.860714 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Loading data parts 2025.08.26 21:46:03.860884 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): There are no data parts 2025.08.26 21:46:03.866759 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:03.866896 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:03.874643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:03.875195 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:03.875505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.08.26 21:46:03.878477 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Loading data parts 2025.08.26 21:46:03.878651 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): There are no data parts 2025.08.26 21:46:03.903002 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:03.903186 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:03.909843 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:03.911235 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:03.915029 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.08.26 21:46:04.000171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.12 MiB 2025.08.26 21:46:06.355933 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.08.26 21:46:06.356100 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.08.26 21:46:06.360341 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Loading data parts 2025.08.26 21:46:06.360591 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): There are no data parts 2025.08.26 21:46:06.366627 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:06.366757 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:06.368477 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:06.369001 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:06.369321 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.08.26 21:46:07.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 158.17 MiB, free memory in arenas 0.00 B, will set to 155.03 MiB (RSS), difference: -3.14 MiB 2025.08.26 21:46:11.335145 [ 133 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:46:11.335207 [ 133 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:46:11.375594 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.08.26 21:46:11.380558 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:11.380611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:11.381331 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:11.381917 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:11.384174 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.08.26 21:46:11.415119 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.08.26 21:46:11.433308 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:11.433440 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:11.440050 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:11.441343 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:11.445544 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.08.26 21:46:12.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.83 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.92 MiB 2025.08.26 21:46:17.000154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.79 MiB, peak 159.83 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.08.26 21:46:17.858220 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.858411 [ 3 ] {9e574553-dde1-45e6-af72-4ba4078e517a} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.865419 [ 3 ] {9e574553-dde1-45e6-af72-4ba4078e517a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.877958 [ 3 ] {9e574553-dde1-45e6-af72-4ba4078e517a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.886784 [ 3 ] {9e574553-dde1-45e6-af72-4ba4078e517a} TCPHandler: Processed in 0.028694517 sec. 2025.08.26 21:46:17.901712 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.901919 [ 3 ] {ad42f6bc-b0ad-4025-a863-3c8b3e4f934f} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.914922 [ 3 ] {ad42f6bc-b0ad-4025-a863-3c8b3e4f934f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.915046 [ 3 ] {ad42f6bc-b0ad-4025-a863-3c8b3e4f934f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.917942 [ 3 ] {ad42f6bc-b0ad-4025-a863-3c8b3e4f934f} TCPHandler: Processed in 0.016281617 sec. 2025.08.26 21:46:17.919588 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.919843 [ 3 ] {54b48bcb-784a-4d82-88d2-7659d79c10aa} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.924119 [ 3 ] {54b48bcb-784a-4d82-88d2-7659d79c10aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.924185 [ 3 ] {54b48bcb-784a-4d82-88d2-7659d79c10aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.924584 [ 3 ] {54b48bcb-784a-4d82-88d2-7659d79c10aa} TCPHandler: Processed in 0.005093755 sec. 2025.08.26 21:46:17.924822 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.924940 [ 3 ] {bad54684-9aec-4336-91ad-98ccf3f1ab8c} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.925191 [ 3 ] {bad54684-9aec-4336-91ad-98ccf3f1ab8c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.925235 [ 3 ] {bad54684-9aec-4336-91ad-98ccf3f1ab8c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.925590 [ 3 ] {bad54684-9aec-4336-91ad-98ccf3f1ab8c} TCPHandler: Processed in 0.000819378 sec. 2025.08.26 21:46:17.925781 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.925897 [ 3 ] {02720754-3cf9-4d88-a854-ae78847f3315} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.926143 [ 3 ] {02720754-3cf9-4d88-a854-ae78847f3315} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.926186 [ 3 ] {02720754-3cf9-4d88-a854-ae78847f3315} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.926517 [ 3 ] {02720754-3cf9-4d88-a854-ae78847f3315} TCPHandler: Processed in 0.000785657 sec. 2025.08.26 21:46:17.927282 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.927398 [ 3 ] {6190b8c6-cdfa-4526-b730-f38acf2db19b} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.927643 [ 3 ] {6190b8c6-cdfa-4526-b730-f38acf2db19b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.927686 [ 3 ] {6190b8c6-cdfa-4526-b730-f38acf2db19b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.928007 [ 3 ] {6190b8c6-cdfa-4526-b730-f38acf2db19b} TCPHandler: Processed in 0.000774438 sec. 2025.08.26 21:46:17.928200 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.928316 [ 3 ] {269ffd3d-5080-4a88-8baa-f90cbdcd6d33} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.928571 [ 3 ] {269ffd3d-5080-4a88-8baa-f90cbdcd6d33} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.928617 [ 3 ] {269ffd3d-5080-4a88-8baa-f90cbdcd6d33} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.928934 [ 3 ] {269ffd3d-5080-4a88-8baa-f90cbdcd6d33} TCPHandler: Processed in 0.000783008 sec. 2025.08.26 21:46:17.929174 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.929290 [ 3 ] {65cdd7fd-9b85-46f9-aedb-71ca658fa687} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.929538 [ 3 ] {65cdd7fd-9b85-46f9-aedb-71ca658fa687} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.929581 [ 3 ] {65cdd7fd-9b85-46f9-aedb-71ca658fa687} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.929898 [ 3 ] {65cdd7fd-9b85-46f9-aedb-71ca658fa687} TCPHandler: Processed in 0.000772418 sec. 2025.08.26 21:46:17.930111 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.930226 [ 3 ] {e713567f-55d8-4485-9f8f-16a10d789266} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.930481 [ 3 ] {e713567f-55d8-4485-9f8f-16a10d789266} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.930526 [ 3 ] {e713567f-55d8-4485-9f8f-16a10d789266} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.930851 [ 3 ] {e713567f-55d8-4485-9f8f-16a10d789266} TCPHandler: Processed in 0.000788948 sec. 2025.08.26 21:46:17.931831 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.931949 [ 3 ] {dcee7efe-296e-4cfb-9669-1e3baa3eac04} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.932197 [ 3 ] {dcee7efe-296e-4cfb-9669-1e3baa3eac04} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.932241 [ 3 ] {dcee7efe-296e-4cfb-9669-1e3baa3eac04} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.932567 [ 3 ] {dcee7efe-296e-4cfb-9669-1e3baa3eac04} TCPHandler: Processed in 0.000785568 sec. 2025.08.26 21:46:17.932782 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.932912 [ 3 ] {09832b56-c76a-4c91-ac7a-1f72a3973c27} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.933162 [ 3 ] {09832b56-c76a-4c91-ac7a-1f72a3973c27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.933206 [ 3 ] {09832b56-c76a-4c91-ac7a-1f72a3973c27} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.933537 [ 3 ] {09832b56-c76a-4c91-ac7a-1f72a3973c27} TCPHandler: Processed in 0.000803159 sec. 2025.08.26 21:46:17.933738 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.933855 [ 3 ] {1c3a9b86-cc6d-458e-bb86-b90da730747d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.934104 [ 3 ] {1c3a9b86-cc6d-458e-bb86-b90da730747d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.934146 [ 3 ] {1c3a9b86-cc6d-458e-bb86-b90da730747d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.934470 [ 3 ] {1c3a9b86-cc6d-458e-bb86-b90da730747d} TCPHandler: Processed in 0.000779078 sec. 2025.08.26 21:46:17.934679 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.934794 [ 3 ] {8b3d9bbf-45a3-4739-bdf2-b45d0f160888} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.935040 [ 3 ] {8b3d9bbf-45a3-4739-bdf2-b45d0f160888} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.935090 [ 3 ] {8b3d9bbf-45a3-4739-bdf2-b45d0f160888} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.935418 [ 3 ] {8b3d9bbf-45a3-4739-bdf2-b45d0f160888} TCPHandler: Processed in 0.000787538 sec. 2025.08.26 21:46:17.935631 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.935748 [ 3 ] {df5bc186-b959-45d8-be1e-8cfb75b1e128} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.936006 [ 3 ] {df5bc186-b959-45d8-be1e-8cfb75b1e128} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.936050 [ 3 ] {df5bc186-b959-45d8-be1e-8cfb75b1e128} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.936394 [ 3 ] {df5bc186-b959-45d8-be1e-8cfb75b1e128} TCPHandler: Processed in 0.000811438 sec. 2025.08.26 21:46:17.936591 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.936711 [ 3 ] {a9a6e5df-2074-4840-ab8c-b7eedf79e996} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.936964 [ 3 ] {a9a6e5df-2074-4840-ab8c-b7eedf79e996} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.937007 [ 3 ] {a9a6e5df-2074-4840-ab8c-b7eedf79e996} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.937349 [ 3 ] {a9a6e5df-2074-4840-ab8c-b7eedf79e996} TCPHandler: Processed in 0.000806448 sec. 2025.08.26 21:46:17.937588 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.937748 [ 3 ] {4e2b4275-d055-44f4-93e9-734ab9b2a7d1} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.938102 [ 3 ] {4e2b4275-d055-44f4-93e9-734ab9b2a7d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.938158 [ 3 ] {4e2b4275-d055-44f4-93e9-734ab9b2a7d1} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.938552 [ 3 ] {4e2b4275-d055-44f4-93e9-734ab9b2a7d1} TCPHandler: Processed in 0.001039634 sec. 2025.08.26 21:46:17.938776 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.938901 [ 3 ] {e5fffce8-dc49-47a8-b2e0-2368fa2aa9d2} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.939182 [ 3 ] {e5fffce8-dc49-47a8-b2e0-2368fa2aa9d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.939227 [ 3 ] {e5fffce8-dc49-47a8-b2e0-2368fa2aa9d2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.939603 [ 3 ] {e5fffce8-dc49-47a8-b2e0-2368fa2aa9d2} TCPHandler: Processed in 0.000875509 sec. 2025.08.26 21:46:17.939823 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.939948 [ 3 ] {1c6e6806-701c-4634-bd35-7eb1bcc1723b} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.940225 [ 3 ] {1c6e6806-701c-4634-bd35-7eb1bcc1723b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.940267 [ 3 ] {1c6e6806-701c-4634-bd35-7eb1bcc1723b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.940606 [ 3 ] {1c6e6806-701c-4634-bd35-7eb1bcc1723b} TCPHandler: Processed in 0.000832249 sec. 2025.08.26 21:46:17.940831 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.940957 [ 3 ] {05798e49-a5e0-467e-bdda-4bcc03e98f1a} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.941227 [ 3 ] {05798e49-a5e0-467e-bdda-4bcc03e98f1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.941269 [ 3 ] {05798e49-a5e0-467e-bdda-4bcc03e98f1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.941592 [ 3 ] {05798e49-a5e0-467e-bdda-4bcc03e98f1a} TCPHandler: Processed in 0.000810488 sec. 2025.08.26 21:46:17.941797 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.941921 [ 3 ] {186b6aff-67c1-4c81-b07f-dc2bdc4aef4d} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.942197 [ 3 ] {186b6aff-67c1-4c81-b07f-dc2bdc4aef4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.942241 [ 3 ] {186b6aff-67c1-4c81-b07f-dc2bdc4aef4d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.942562 [ 3 ] {186b6aff-67c1-4c81-b07f-dc2bdc4aef4d} TCPHandler: Processed in 0.000822078 sec. 2025.08.26 21:46:17.942781 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.942906 [ 3 ] {c635c9c7-61c3-4ec0-8995-cad091382f5e} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.943171 [ 3 ] {c635c9c7-61c3-4ec0-8995-cad091382f5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.943216 [ 3 ] {c635c9c7-61c3-4ec0-8995-cad091382f5e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.943529 [ 3 ] {c635c9c7-61c3-4ec0-8995-cad091382f5e} TCPHandler: Processed in 0.000796898 sec. 2025.08.26 21:46:17.943725 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.943848 [ 3 ] {07100a69-b88d-4e0f-8170-039349c7e0ee} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.944114 [ 3 ] {07100a69-b88d-4e0f-8170-039349c7e0ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.944157 [ 3 ] {07100a69-b88d-4e0f-8170-039349c7e0ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.944474 [ 3 ] {07100a69-b88d-4e0f-8170-039349c7e0ee} TCPHandler: Processed in 0.000796328 sec. 2025.08.26 21:46:17.944676 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.944799 [ 3 ] {ff831ec7-9a8d-474e-8497-19904d49fb29} executeQuery: (from [fd00:1122:3344:101::d]:56060) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:17.945070 [ 3 ] {ff831ec7-9a8d-474e-8497-19904d49fb29} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.945113 [ 3 ] {ff831ec7-9a8d-474e-8497-19904d49fb29} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:17.945428 [ 3 ] {ff831ec7-9a8d-474e-8497-19904d49fb29} TCPHandler: Processed in 0.000800178 sec. 2025.08.26 21:46:17.948315 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.948468 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:46:17.948513 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:17.949070 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.949116 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.951979 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.952425 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.952577 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} executeQuery: Read 23 rows, 3.17 KiB in 0.004141 sec., 5554.213957981165 rows/sec., 764.79 KiB/sec. 2025.08.26 21:46:17.952615 [ 3 ] {f2fd3b12-589a-4677-a8c6-218cb19d88be} TCPHandler: Processed in 0.004349998 sec. 2025.08.26 21:46:17.952729 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.952827 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:46:17.952869 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:46:17.957595 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.957630 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.960247 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.960838 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.960974 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} executeQuery: Read 8 rows, 668.00 B in 0.008169 sec., 979.3120332966092 rows/sec., 79.86 KiB/sec. 2025.08.26 21:46:17.961010 [ 3 ] {5088898d-a87a-4a1f-b2d3-3354f2db0842} TCPHandler: Processed in 0.008328908 sec. 2025.08.26 21:46:17.963431 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.963530 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:17.963571 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:17.966087 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.966127 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.966696 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.967141 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.967274 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} executeQuery: Read 96 rows, 8.55 KiB in 0.003765 sec., 25498.00796812749 rows/sec., 2.22 MiB/sec. 2025.08.26 21:46:17.967311 [ 3 ] {e8aed3df-f323-4466-9de9-395973002642} TCPHandler: Processed in 0.003933399 sec. 2025.08.26 21:46:17.967430 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.967527 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:46:17.967575 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:46:17.967992 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.968029 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.968556 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.969066 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.969193 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} executeQuery: Read 39 rows, 2.89 KiB in 0.001687 sec., 23117.960877296977 rows/sec., 1.67 MiB/sec. 2025.08.26 21:46:17.969231 [ 3 ] {d273686e-7f41-4171-ab92-7a4c820d3260} TCPHandler: Processed in 0.001848181 sec. 2025.08.26 21:46:17.969337 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.969430 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:17.969470 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:17.969898 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.969935 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.970353 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.970811 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.970938 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} executeQuery: Read 88 rows, 7.07 KiB in 0.001526 sec., 57667.10353866317 rows/sec., 4.52 MiB/sec. 2025.08.26 21:46:17.970975 [ 3 ] {a379e853-af84-40f2-ad6a-34e1f6c76f81} TCPHandler: Processed in 0.001685248 sec. 2025.08.26 21:46:17.971086 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.971178 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:17.971221 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:17.973567 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.973613 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.978234 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.978807 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.978942 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} executeQuery: Read 70 rows, 5.00 KiB in 0.007782 sec., 8995.116936520175 rows/sec., 642.26 KiB/sec. 2025.08.26 21:46:17.978980 [ 3 ] {e328c80e-dc37-484a-8ffb-f66d38d5d100} TCPHandler: Processed in 0.007941759 sec. 2025.08.26 21:46:17.979104 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.979200 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:17.979255 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} 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.08.26 21:46:17.980189 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.980226 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.983607 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.984147 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.984286 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} executeQuery: Read 31 rows, 56.88 KiB in 0.005105 sec., 6072.477962781587 rows/sec., 10.88 MiB/sec. 2025.08.26 21:46:17.984342 [ 3 ] {26dfd2f6-7fcc-4320-aaa3-c839cd6977f4} TCPHandler: Processed in 0.005289139 sec. 2025.08.26 21:46:17.984463 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.984558 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:46:17.984599 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:46:17.984935 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.984975 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.985402 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.985828 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.985957 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} executeQuery: Read 18 rows, 1.33 KiB in 0.001418 sec., 12693.935119887165 rows/sec., 936.62 KiB/sec. 2025.08.26 21:46:17.985995 [ 3 ] {fdb8ad8a-1a88-4741-bc7d-1c909f7bd0de} TCPHandler: Processed in 0.001581035 sec. 2025.08.26 21:46:17.986112 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:17.986205 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:17.986245 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:17.986609 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:17.986656 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:17.987172 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:17.987632 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:17.987763 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} executeQuery: Read 24 rows, 1.64 KiB in 0.001576 sec., 15228.426395939086 rows/sec., 1.02 MiB/sec. 2025.08.26 21:46:17.987801 [ 3 ] {677ee6ce-7fbb-4b37-8ed2-dc1a8d720ad1} TCPHandler: Processed in 0.001738239 sec. 2025.08.26 21:46:18.885228 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.08.26 21:46:18.885685 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:18.885734 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:18.886354 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:18.886831 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:18.886970 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.08.26 21:46:18.946585 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.08.26 21:46:18.963778 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:18.963833 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.08.26 21:46:18.970127 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:18.971346 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:18.974557 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.08.26 21:46:19.000153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.68 MiB, peak 163.68 MiB, free memory in arenas 0.00 B, will set to 161.05 MiB (RSS), difference: 1.38 MiB 2025.08.26 21:46:22.856945 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:22.857239 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:22.857344 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:22.858118 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:22.858157 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:22.858552 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:22.858788 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:22.858945 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} executeQuery: Read 30 rows, 2.32 KiB in 0.001782 sec., 16835.016835016835 rows/sec., 1.27 MiB/sec. 2025.08.26 21:46:22.858990 [ 3 ] {f7dc50c4-0337-4119-aab8-81c7d6eb0830} TCPHandler: Processed in 0.00222771 sec. 2025.08.26 21:46:22.859119 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:22.859222 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:22.859265 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:22.859691 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:22.859726 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:22.860029 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:22.860235 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:22.860363 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} executeQuery: Read 36 rows, 2.88 KiB in 0.001166 sec., 30874.785591766726 rows/sec., 2.41 MiB/sec. 2025.08.26 21:46:22.860402 [ 3 ] {91904c00-813d-4c50-8aca-37131913f910} TCPHandler: Processed in 0.00133463 sec. 2025.08.26 21:46:22.860533 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:22.860632 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:22.860677 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:22.861089 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:22.861124 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:22.861460 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:22.861684 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:22.861808 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} executeQuery: Read 110 rows, 7.86 KiB in 0.001197 sec., 91896.40768588138 rows/sec., 6.41 MiB/sec. 2025.08.26 21:46:22.861845 [ 3 ] {f7f0d000-19d3-4511-9b34-b2b430fb8846} TCPHandler: Processed in 0.0013621 sec. 2025.08.26 21:46:22.861968 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:22.862064 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:22.862106 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:22.862441 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:22.862476 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:22.862786 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:22.863010 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:22.863135 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} executeQuery: Read 40 rows, 2.73 KiB in 0.001089 sec., 36730.94582185492 rows/sec., 2.45 MiB/sec. 2025.08.26 21:46:22.863168 [ 3 ] {474e0b26-614c-480c-8a05-9e4d5386fb46} TCPHandler: Processed in 0.001250778 sec. 2025.08.26 21:46:26.335469 [ 100 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:46:26.335562 [ 100 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:46:26.371628 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 160 2025.08.26 21:46:26.375174 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:26.375231 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:26.376462 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:26.376736 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:26.377025 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 160 2025.08.26 21:46:26.387047 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.08.26 21:46:26.387785 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:26.387861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:26.388559 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:26.388796 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:26.388938 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.08.26 21:46:26.474627 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.08.26 21:46:26.492160 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:26.492216 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:26.498341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:26.499077 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:26.502259 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.08.26 21:46:27.858593 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.858877 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:27.858948 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:27.859601 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.859647 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.860043 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:27.860285 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.860436 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} executeQuery: Read 102 rows, 9.19 KiB in 0.001639 sec., 62233.06894447834 rows/sec., 5.48 MiB/sec. 2025.08.26 21:46:27.860479 [ 3 ] {7541103b-d16c-4d9b-a0f5-d467a6257af4} TCPHandler: Processed in 0.002071776 sec. 2025.08.26 21:46:27.860608 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.860703 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:46:27.860745 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:46:27.861166 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.861203 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.861508 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:27.861715 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.861841 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} executeQuery: Read 36 rows, 2.71 KiB in 0.001157 sec., 31114.95246326707 rows/sec., 2.28 MiB/sec. 2025.08.26 21:46:27.861880 [ 3 ] {696851ae-a227-48d5-8940-b789c268c49d} TCPHandler: Processed in 0.00132158 sec. 2025.08.26 21:46:27.861994 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.862090 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:27.862144 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:27.862577 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.862616 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.862946 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:27.863153 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.863282 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} executeQuery: Read 77 rows, 6.18 KiB in 0.001211 sec., 63583.81502890173 rows/sec., 4.99 MiB/sec. 2025.08.26 21:46:27.863319 [ 3 ] {11296187-50b6-43dd-88fb-57ada6224f44} TCPHandler: Processed in 0.001375011 sec. 2025.08.26 21:46:27.863432 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.863524 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:27.863567 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:27.863954 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.863990 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.864320 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:27.864528 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.864656 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} executeQuery: Read 110 rows, 7.86 KiB in 0.00115 sec., 95652.17391304349 rows/sec., 6.68 MiB/sec. 2025.08.26 21:46:27.864695 [ 3 ] {88be0a65-ddbf-4d5a-8228-2166b3438db7} TCPHandler: Processed in 0.001311779 sec. 2025.08.26 21:46:27.864809 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.864903 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:27.864958 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} 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.08.26 21:46:27.865882 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.865919 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.866496 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:27.866718 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.866850 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} executeQuery: Read 36 rows, 66.06 KiB in 0.001966 sec., 18311.291963377418 rows/sec., 32.81 MiB/sec. 2025.08.26 21:46:27.866904 [ 3 ] {86659691-ed62-4d66-a42c-dfa3a32eda10} TCPHandler: Processed in 0.002143048 sec. 2025.08.26 21:46:27.867021 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.867114 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:46:27.867156 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:46:27.867491 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.867528 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.867824 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:27.868031 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.868159 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} executeQuery: Read 6 rows, 463.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 424.95 KiB/sec. 2025.08.26 21:46:27.868194 [ 3 ] {ace11ad5-76a0-4f72-94fc-64e8224ac346} TCPHandler: Processed in 0.001222907 sec. 2025.08.26 21:46:27.868307 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:27.868400 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:27.868440 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:27.868770 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:27.868806 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:27.869097 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:27.869327 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:27.869456 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} executeQuery: Read 40 rows, 2.73 KiB in 0.001074 sec., 37243.947858472995 rows/sec., 2.49 MiB/sec. 2025.08.26 21:46:27.869499 [ 3 ] {4094a819-1034-4e52-872e-cb0fcba0bf62} TCPHandler: Processed in 0.001240278 sec. 2025.08.26 21:46:32.856410 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:32.856609 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:32.856677 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:32.857312 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:32.857364 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:32.857766 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:32.858000 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:32.858164 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} executeQuery: Read 30 rows, 2.32 KiB in 0.001605 sec., 18691.588785046726 rows/sec., 1.41 MiB/sec. 2025.08.26 21:46:32.858224 [ 3 ] {2121326d-d789-4a4d-94d7-f85ebc23ba36} TCPHandler: Processed in 0.001947554 sec. 2025.08.26 21:46:32.858357 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:32.858459 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:32.858503 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:32.858984 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:32.859023 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:32.859333 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:32.859544 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:32.859676 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} executeQuery: Read 36 rows, 2.88 KiB in 0.001241 sec., 29008.863819500406 rows/sec., 2.27 MiB/sec. 2025.08.26 21:46:32.859713 [ 3 ] {9d2b7db2-a2e9-40c5-a508-e52a130fa057} TCPHandler: Processed in 0.001407842 sec. 2025.08.26 21:46:32.859838 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:32.859934 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:32.859980 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:32.860434 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:32.860472 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:32.860871 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:32.861166 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:32.861326 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} executeQuery: Read 110 rows, 7.86 KiB in 0.001412 sec., 77903.68271954673 rows/sec., 5.44 MiB/sec. 2025.08.26 21:46:32.861368 [ 3 ] {0a23e858-d57b-4d1b-957e-fe0dd77eead6} TCPHandler: Processed in 0.001581236 sec. 2025.08.26 21:46:32.861520 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:32.861626 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:32.861682 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:32.862114 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:32.862153 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:32.862508 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:32.862828 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:32.862970 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} executeQuery: Read 40 rows, 2.73 KiB in 0.001364 sec., 29325.51319648094 rows/sec., 1.96 MiB/sec. 2025.08.26 21:46:32.863007 [ 3 ] {2c5b9e5e-df86-4d06-8b8e-52d074918c70} TCPHandler: Processed in 0.001540915 sec. 2025.08.26 21:46:33.889022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.08.26 21:46:33.889494 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:33.889542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:33.890059 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:33.890295 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:33.890438 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.08.26 21:46:34.002341 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.08.26 21:46:34.020150 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:34.020208 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:34.026210 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:34.026935 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:34.029838 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.08.26 21:46:36.377282 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 182 2025.08.26 21:46:36.379319 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:36.379373 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:36.380540 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:36.380861 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:36.381179 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 182 2025.08.26 21:46:37.858124 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.858307 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:37.858394 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:37.859082 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.859135 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.859550 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:37.859801 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.859976 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} executeQuery: Read 102 rows, 9.19 KiB in 0.001717 sec., 59405.94059405941 rows/sec., 5.23 MiB/sec. 2025.08.26 21:46:37.860029 [ 3 ] {7869b860-e51d-4e2c-8b62-f4c3486d4e51} TCPHandler: Processed in 0.002044146 sec. 2025.08.26 21:46:37.860171 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.860295 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:46:37.860344 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:46:37.860807 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.860851 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.861190 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:37.861429 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.861573 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} executeQuery: Read 36 rows, 2.71 KiB in 0.001307 sec., 27543.99387911247 rows/sec., 2.02 MiB/sec. 2025.08.26 21:46:37.861613 [ 3 ] {2c2b0a62-e051-42d2-8efb-add39e3d07c0} TCPHandler: Processed in 0.001497804 sec. 2025.08.26 21:46:37.861735 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.861835 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:37.861876 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:37.862311 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.862350 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.862689 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:37.862926 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.863060 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} executeQuery: Read 72 rows, 5.76 KiB in 0.001247 sec., 57738.572574178026 rows/sec., 4.51 MiB/sec. 2025.08.26 21:46:37.863099 [ 3 ] {ddd93830-00b6-4507-a459-b588bbee488c} TCPHandler: Processed in 0.001415323 sec. 2025.08.26 21:46:37.863223 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.863320 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:37.863364 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:37.863753 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.863792 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.864135 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:37.864365 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.864503 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} executeQuery: Read 110 rows, 7.86 KiB in 0.001204 sec., 91362.12624584718 rows/sec., 6.38 MiB/sec. 2025.08.26 21:46:37.864540 [ 3 ] {0948b9da-ca49-4bd7-9bde-00bc7db8aa6b} TCPHandler: Processed in 0.001366531 sec. 2025.08.26 21:46:37.864664 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.864759 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:37.864814 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} 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.08.26 21:46:37.865649 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.865691 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.866254 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:46:37.866497 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.866634 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} executeQuery: Read 36 rows, 66.06 KiB in 0.001894 sec., 19007.39176346357 rows/sec., 34.06 MiB/sec. 2025.08.26 21:46:37.866695 [ 3 ] {5338a335-2180-4509-9903-d510f0c8166d} TCPHandler: Processed in 0.002081387 sec. 2025.08.26 21:46:37.866823 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:37.866918 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:37.866959 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:37.867308 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:37.867345 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:37.867652 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:37.867871 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:37.868003 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} executeQuery: Read 40 rows, 2.73 KiB in 0.001104 sec., 36231.884057971016 rows/sec., 2.42 MiB/sec. 2025.08.26 21:46:37.868039 [ 3 ] {fca6b03a-8857-414f-83b4-6b4dc5906168} TCPHandler: Processed in 0.001265589 sec. 2025.08.26 21:46:41.335620 [ 76 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:46:41.335691 [ 76 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:46:41.390524 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.08.26 21:46:41.390982 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:41.391020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:41.391534 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:41.391779 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:41.391903 [ 76 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:41.391911 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.08.26 21:46:41.391974 [ 76 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:41.391997 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:41.396385 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:46:41.398917 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:41.400933 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.08.26 21:46:41.407035 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.08.26 21:46:41.407101 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.08.26 21:46:41.409274 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.08.26 21:46:41.409383 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.08.26 21:46:41.411727 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.08.26 21:46:41.456098 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.063987902 sec., 43852.03940582393 rows/sec., 642.36 KiB/sec. 2025.08.26 21:46:41.456804 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:41.457078 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:41.457147 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_6_1} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:41.457242 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.08.26 21:46:41.529951 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.08.26 21:46:41.546893 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:41.546936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:41.552761 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:41.553458 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:41.553735 [ 76 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:41.553781 [ 76 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:41.553802 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:41.553885 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.556479 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.08.26 21:46:41.556935 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:41.557703 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.561116 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.564565 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.568294 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.577400 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.581588 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:46:41.645957 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092102546 sec., 499.44330529147373 rows/sec., 2.58 MiB/sec. 2025.08.26 21:46:41.648220 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:41.650263 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_6_1} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:41.650365 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_6_1} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:41.652241 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.08.26 21:46:42.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.15 MiB, peak 174.69 MiB, free memory in arenas 0.00 B, will set to 175.39 MiB (RSS), difference: 10.25 MiB 2025.08.26 21:46:42.856892 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:42.857077 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:42.857144 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:42.857805 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.857858 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.858246 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:42.858506 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.858647 [ 74 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:42.858665 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} executeQuery: Read 30 rows, 2.32 KiB in 0.001641 sec., 18281.535648994515 rows/sec., 1.38 MiB/sec. 2025.08.26 21:46:42.858721 [ 74 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.858738 [ 3 ] {ad8c3959-a7ec-49f5-8a45-8d670962d8ae} TCPHandler: Processed in 0.001985945 sec. 2025.08.26 21:46:42.858752 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.858873 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:42.858917 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:46:42.858987 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:42.859035 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:42.859070 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:42.859119 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part 2025.08.26 21:46:42.859220 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.08.26 21:46:42.859272 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 102 rows starting from the beginning of the part 2025.08.26 21:46:42.859322 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:46:42.859363 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 102 rows starting from the beginning of the part 2025.08.26 21:46:42.859405 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:46:42.859479 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.859523 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.859988 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:42.860254 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.860368 [ 74 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:42.860400 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} executeQuery: Read 36 rows, 2.88 KiB in 0.001442 sec., 24965.325936199722 rows/sec., 1.95 MiB/sec. 2025.08.26 21:46:42.860407 [ 74 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.860442 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.860448 [ 3 ] {5f1d4495-bcbc-4df5-94b9-075193baa846} TCPHandler: Processed in 0.001627277 sec. 2025.08.26 21:46:42.860545 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:46:42.860580 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:42.860625 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 5 columns (5 merged, 0 gathered) in 0.0017747 sec., 219755.45162562688 rows/sec., 19.48 MiB/sec. 2025.08.26 21:46:42.860685 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:42.860696 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:42.860742 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:42.860772 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:46:42.860794 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:42.860877 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:46:42.860936 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part 2025.08.26 21:46:42.860984 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:46:42.861030 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2025.08.26 21:46:42.861082 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.861106 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:46:42.861149 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.861163 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_6_1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:42.861195 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.861256 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:46:42.861647 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:42.861935 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.862047 [ 74 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:42.862080 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} executeQuery: Read 110 rows, 7.86 KiB in 0.001419 sec., 77519.37984496125 rows/sec., 5.41 MiB/sec. 2025.08.26 21:46:42.862083 [ 74 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.862123 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.862127 [ 3 ] {2393077a-e7f2-4cbe-abe6-65dd05853ff3} TCPHandler: Processed in 0.001599016 sec. 2025.08.26 21:46:42.862208 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:46:42.862266 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:42.862306 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:42.862307 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 5 columns (5 merged, 0 gathered) in 0.001811211 sec., 190480.29191518822 rows/sec., 15.63 MiB/sec. 2025.08.26 21:46:42.862339 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 70 rows starting from the beginning of the part 2025.08.26 21:46:42.862369 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:42.862402 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.08.26 21:46:42.862418 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:42.862449 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2025.08.26 21:46:42.862493 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part 2025.08.26 21:46:42.862529 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.08.26 21:46:42.862526 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:42.862567 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2025.08.26 21:46:42.862778 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.862822 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.862885 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.862969 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_6_1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:42.863044 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.08.26 21:46:42.863212 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:46:42.863451 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.863544 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001376261 sec., 450495.94517319027 rows/sec., 31.44 MiB/sec. 2025.08.26 21:46:42.863589 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} executeQuery: Read 40 rows, 2.73 KiB in 0.001242 sec., 32206.1191626409 rows/sec., 2.15 MiB/sec. 2025.08.26 21:46:42.863594 [ 73 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:46:42.863639 [ 3 ] {da87be3c-522c-4f45-a007-15d1b01e2b4d} TCPHandler: Processed in 0.001424272 sec. 2025.08.26 21:46:42.863668 [ 73 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:42.863699 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:42.863720 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:42.863784 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:46:42.863892 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:46:42.863923 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.26 21:46:42.863971 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.08.26 21:46:42.863980 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.864014 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2025.08.26 21:46:42.864054 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.08.26 21:46:42.864054 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_6_1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:42.864094 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:46:42.864133 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:46:42.864137 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.08.26 21:46:42.864927 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 4 columns (4 merged, 0 gathered) in 0.001181877 sec., 189529.02882448852 rows/sec., 12.65 MiB/sec. 2025.08.26 21:46:42.865071 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:46:42.865321 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:42.865384 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_6_1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:46:42.865458 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.26 21:46:46.381352 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 202 2025.08.26 21:46:46.383597 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:46.383654 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:46.384861 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:46.385133 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:46.385438 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 202 2025.08.26 21:46:47.856776 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.857007 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.859282 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.863179 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.26 21:46:47.863425 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.867768 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.871877 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.08.26 21:46:47.875985 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.877891 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.877917 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.878012 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.26 21:46:47.878039 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.891151 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} executeQuery: Read 23 rows, 982.00 B in 0.034237 sec., 671.7878318777931 rows/sec., 28.01 KiB/sec. 2025.08.26 21:46:47.891256 [ 3 ] {35641e31-ea2a-4191-b295-eb2d30dd0af6} TCPHandler: Processed in 0.034614621 sec. 2025.08.26 21:46:47.891693 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.891836 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.892054 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.892088 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.26 21:46:47.892272 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.892325 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.892426 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.08.26 21:46:47.892454 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.892472 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.892486 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.892519 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.08.26 21:46:47.892537 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.893030 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} executeQuery: Read 23 rows, 982.00 B in 0.001258 sec., 18282.988871224166 rows/sec., 762.31 KiB/sec. 2025.08.26 21:46:47.893108 [ 3 ] {0671c26e-4b43-4f8b-af51-9dc51b877286} TCPHandler: Processed in 0.001476413 sec. 2025.08.26 21:46:47.893672 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.893799 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.894024 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.894057 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.26 21:46:47.894231 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.894282 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.894378 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.08.26 21:46:47.894405 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.894423 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.894438 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.894470 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.08.26 21:46:47.894487 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.894909 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} executeQuery: Read 23 rows, 982.00 B in 0.001162 sec., 19793.459552495697 rows/sec., 825.29 KiB/sec. 2025.08.26 21:46:47.894988 [ 3 ] {5e8a6b25-5e3c-44fb-83e4-0ea765135879} TCPHandler: Processed in 0.001363231 sec. 2025.08.26 21:46:47.895218 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.895344 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.895541 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.895573 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.08.26 21:46:47.895746 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.895797 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.895892 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.08.26 21:46:47.895919 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.895937 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.895951 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.895983 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.08.26 21:46:47.896000 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.896397 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} executeQuery: Read 23 rows, 982.00 B in 0.001104 sec., 20833.333333333336 rows/sec., 868.65 KiB/sec. 2025.08.26 21:46:47.896476 [ 3 ] {814ac2bb-fa09-424e-885c-7b83a45b4959} TCPHandler: Processed in 0.001304669 sec. 2025.08.26 21:46:47.896694 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.896819 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.897015 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.897047 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.08.26 21:46:47.897221 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.897271 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.897365 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.08.26 21:46:47.897392 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.897410 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.897425 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.897456 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.08.26 21:46:47.897474 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.897855 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} executeQuery: Read 23 rows, 982.00 B in 0.001086 sec., 21178.637200736648 rows/sec., 883.04 KiB/sec. 2025.08.26 21:46:47.897931 [ 3 ] {0d8ff177-4a33-492a-a985-cae6d0f3510b} TCPHandler: Processed in 0.001284689 sec. 2025.08.26 21:46:47.898185 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.898310 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.898506 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.898539 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.08.26 21:46:47.898714 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.898764 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.898859 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.08.26 21:46:47.898886 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.898904 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.898918 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.898950 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.08.26 21:46:47.898967 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.899348 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} executeQuery: Read 23 rows, 982.00 B in 0.001088 sec., 21139.70588235294 rows/sec., 881.42 KiB/sec. 2025.08.26 21:46:47.899424 [ 3 ] {33771216-7050-40ab-b953-9dd5e2886488} TCPHandler: Processed in 0.001286249 sec. 2025.08.26 21:46:47.899655 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.899780 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.899975 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.900008 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.08.26 21:46:47.900186 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.900236 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.900330 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.08.26 21:46:47.900356 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.900374 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.900388 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.900420 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.08.26 21:46:47.900438 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.900818 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} executeQuery: Read 23 rows, 982.00 B in 0.001089 sec., 21120.293847566576 rows/sec., 880.61 KiB/sec. 2025.08.26 21:46:47.900895 [ 3 ] {25c84bc9-c6be-4cee-acf4-d814bc393789} TCPHandler: Processed in 0.001286519 sec. 2025.08.26 21:46:47.901126 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.901251 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.901446 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.901478 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.08.26 21:46:47.901659 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.901709 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.901805 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.08.26 21:46:47.901832 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.901850 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.901863 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.901895 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.08.26 21:46:47.901912 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.902322 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} executeQuery: Read 23 rows, 982.00 B in 0.001121 sec., 20517.395182872435 rows/sec., 855.47 KiB/sec. 2025.08.26 21:46:47.902398 [ 3 ] {da0a1e62-12c2-4b8d-907a-866659a52fa6} TCPHandler: Processed in 0.00131958 sec. 2025.08.26 21:46:47.902628 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.902755 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.902955 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.902987 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.08.26 21:46:47.903169 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.903220 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.903314 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.08.26 21:46:47.903341 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.903359 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.903373 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.903404 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.08.26 21:46:47.903422 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.903807 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} executeQuery: Read 23 rows, 982.00 B in 0.001104 sec., 20833.333333333336 rows/sec., 868.65 KiB/sec. 2025.08.26 21:46:47.903882 [ 3 ] {474a608c-62f7-41b7-9912-376fe82c4e97} TCPHandler: Processed in 0.001301089 sec. 2025.08.26 21:46:47.904101 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.904227 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.904433 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.904466 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.26 21:46:47.904649 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.904699 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.904793 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.08.26 21:46:47.904819 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.904837 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.904851 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.904882 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.26 21:46:47.904899 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.905288 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} executeQuery: Read 23 rows, 982.00 B in 0.001113 sec., 20664.869721473493 rows/sec., 861.62 KiB/sec. 2025.08.26 21:46:47.905364 [ 3 ] {f3d9ad65-601b-4add-9588-729388349cc8} TCPHandler: Processed in 0.00130953 sec. 2025.08.26 21:46:47.905584 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.905713 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.08.26 21:46:47.905915 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.905948 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.08.26 21:46:47.906137 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.906187 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.906280 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.08.26 21:46:47.906307 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.906324 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.906338 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.906371 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.08.26 21:46:47.906388 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.906800 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} executeQuery: Read 23 rows, 982.00 B in 0.001139 sec., 20193.15188762072 rows/sec., 841.95 KiB/sec. 2025.08.26 21:46:47.906877 [ 3 ] {12a998c7-5d06-471c-8940-f86e4e5fe284} TCPHandler: Processed in 0.00133965 sec. 2025.08.26 21:46:47.917883 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.918038 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} executeQuery: (from [fd00:1122:3344:101::d]:56060) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.08.26 21:46:47.918285 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:46:47.918326 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.08.26 21:46:47.918560 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.918617 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:46:47.918712 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.08.26 21:46:47.918738 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:46:47.918756 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:46:47.918769 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:46:47.918801 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.08.26 21:46:47.918819 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 23 rows starting from 0 2025.08.26 21:46:47.919235 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} executeQuery: Read 23 rows, 982.00 B in 0.001265 sec., 18181.81818181818 rows/sec., 758.09 KiB/sec. 2025.08.26 21:46:47.919311 [ 3 ] {39c246e5-5390-475a-8f1b-dbcf3c29ef6a} TCPHandler: Processed in 0.001484924 sec. 2025.08.26 21:46:47.921813 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.921938 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:46:47.921986 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:46:47.922557 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.922608 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.923036 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:47.923228 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.923368 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} executeQuery: Read 12 rows, 4.37 KiB in 0.001466 sec., 8185.538881309686 rows/sec., 2.91 MiB/sec. 2025.08.26 21:46:47.923404 [ 3 ] {0bc82ad0-eb97-4bb6-aeda-d7e8d51198c9} TCPHandler: Processed in 0.001649367 sec. 2025.08.26 21:46:47.923531 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.923626 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.923665 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:46:47.926424 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.926465 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.926917 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:47.927162 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.927309 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} executeQuery: Read 392 rows, 25.47 KiB in 0.003703 sec., 105860.1134215501 rows/sec., 6.72 MiB/sec. 2025.08.26 21:46:47.927350 [ 3 ] {81d236e8-14c5-47bb-95b6-066a6bde67a6} TCPHandler: Processed in 0.003866557 sec. 2025.08.26 21:46:47.927478 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.927588 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:46:47.927629 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:46:47.928007 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.928042 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.928328 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:47.928537 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.928659 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} executeQuery: Read 2 rows, 167.00 B in 0.001095 sec., 1826.4840182648402 rows/sec., 148.94 KiB/sec. 2025.08.26 21:46:47.928694 [ 3 ] {3e41fdac-34a3-40d7-ab56-173c6a423530} TCPHandler: Processed in 0.001272868 sec. 2025.08.26 21:46:47.928799 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.928898 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:47.928938 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:47.929881 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.929917 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.930325 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:47.930547 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.930680 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} executeQuery: Read 1114 rows, 90.93 KiB in 0.001801 sec., 618545.2526374236 rows/sec., 49.31 MiB/sec. 2025.08.26 21:46:47.930723 [ 3 ] {79bb5f15-36f0-4174-bcce-5556055a400b} TCPHandler: Processed in 0.001973424 sec. 2025.08.26 21:46:47.930837 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.930935 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.930975 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:46:47.931639 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.931675 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.931998 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:47.932206 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.932331 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} executeQuery: Read 234 rows, 14.62 KiB in 0.001414 sec., 165487.9773691655 rows/sec., 10.10 MiB/sec. 2025.08.26 21:46:47.932371 [ 3 ] {d008a776-f77f-4863-bc0d-8cc96c333327} TCPHandler: Processed in 0.001583285 sec. 2025.08.26 21:46:47.932482 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.932579 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.932620 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:46:47.933120 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.933153 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.933529 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:47.933744 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.933866 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} executeQuery: Read 203 rows, 13.41 KiB in 0.001303 sec., 155794.32079815812 rows/sec., 10.05 MiB/sec. 2025.08.26 21:46:47.933901 [ 3 ] {27601b9c-d9a7-4658-bdbc-3df3ec2d0dee} TCPHandler: Processed in 0.001469513 sec. 2025.08.26 21:46:47.934010 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.934103 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.934142 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:46:47.934579 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.934615 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.935061 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:47.935274 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.935407 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} executeQuery: Read 202 rows, 11.75 KiB in 0.001321 sec., 152914.45874337625 rows/sec., 8.68 MiB/sec. 2025.08.26 21:46:47.935443 [ 3 ] {4fdb9225-36a6-41a4-977a-21b15505577e} TCPHandler: Processed in 0.001482434 sec. 2025.08.26 21:46:47.935559 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.935652 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:47.935691 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:47.936296 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.936332 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.936659 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:47.936868 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.936995 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} executeQuery: Read 662 rows, 47.38 KiB in 0.00136 sec., 486764.7058823529 rows/sec., 34.02 MiB/sec. 2025.08.26 21:46:47.937037 [ 3 ] {9c29ea65-184a-4339-8114-37cad7138f20} TCPHandler: Processed in 0.001527345 sec. 2025.08.26 21:46:47.937147 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.937239 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:46:47.937280 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:46:47.937630 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.937672 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.938107 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:47.938353 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.938505 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} executeQuery: Read 6 rows, 321.00 B in 0.001282 sec., 4680.1872074882995 rows/sec., 244.52 KiB/sec. 2025.08.26 21:46:47.938556 [ 3 ] {c6c7ece2-8d32-4106-9523-0e5696c99bc7} TCPHandler: Processed in 0.001457743 sec. 2025.08.26 21:46:47.938667 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.938759 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.938800 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:47.939220 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.939257 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.939587 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:47.939798 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.939922 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} executeQuery: Read 258 rows, 17.20 KiB in 0.001181 sec., 218458.933107536 rows/sec., 14.22 MiB/sec. 2025.08.26 21:46:47.939965 [ 3 ] {72c5aba6-db56-4b31-a929-129c8a9c9f58} TCPHandler: Processed in 0.00134537 sec. 2025.08.26 21:46:47.940079 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.940173 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.940215 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:46:47.940520 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.940554 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.940858 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.26 21:46:47.941069 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.941191 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.08.26 21:46:47.941235 [ 3 ] {80654ba9-a44e-4358-8cbd-f4334838d2f4} TCPHandler: Processed in 0.001202847 sec. 2025.08.26 21:46:47.941356 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.941449 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.941501 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} 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.08.26 21:46:47.942261 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.942296 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.942826 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:46:47.943042 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.943176 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} executeQuery: Read 36 rows, 66.06 KiB in 0.001745 sec., 20630.372492836676 rows/sec., 36.97 MiB/sec. 2025.08.26 21:46:47.943234 [ 3 ] {2c12403b-f275-4485-bd22-4b0d330b051c} TCPHandler: Processed in 0.001925233 sec. 2025.08.26 21:46:47.943364 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:47.943457 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:47.943499 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:47.943847 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:47.943882 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:47.944179 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:47.944384 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:47.944506 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} executeQuery: Read 82 rows, 5.01 KiB in 0.001067 sec., 76850.98406747892 rows/sec., 4.59 MiB/sec. 2025.08.26 21:46:47.944552 [ 3 ] {02074a04-bcd2-4a0a-abd6-7c9cc30cc75d} TCPHandler: Processed in 0.001235838 sec. 2025.08.26 21:46:48.892036 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.08.26 21:46:48.892503 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:48.892552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:48.893031 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:48.893267 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:48.893404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.08.26 21:46:49.056587 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.08.26 21:46:49.074884 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:49.074947 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:49.080524 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:46:49.081222 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:49.084462 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.08.26 21:46:52.858088 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:52.858272 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:52.858335 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:52.858985 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:52.859032 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:52.859474 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:52.859690 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:52.859840 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} executeQuery: Read 30 rows, 2.32 KiB in 0.001585 sec., 18927.44479495268 rows/sec., 1.43 MiB/sec. 2025.08.26 21:46:52.859884 [ 3 ] {0deb2a02-e116-4aa8-b1d2-88c805797893} TCPHandler: Processed in 0.001908813 sec. 2025.08.26 21:46:52.860005 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:52.860101 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:52.860142 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:52.860648 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:52.860691 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:52.861039 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:52.861287 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:52.861500 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} executeQuery: Read 36 rows, 2.88 KiB in 0.001376 sec., 26162.790697674416 rows/sec., 2.04 MiB/sec. 2025.08.26 21:46:52.861543 [ 3 ] {051eb035-bb7b-40a6-924e-c4ca3a29256e} TCPHandler: Processed in 0.001554465 sec. 2025.08.26 21:46:52.861668 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:52.861765 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:52.861806 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:52.862178 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:52.862212 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:52.862601 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:52.862798 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:52.862919 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} executeQuery: Read 110 rows, 7.86 KiB in 0.001184 sec., 92905.40540540541 rows/sec., 6.48 MiB/sec. 2025.08.26 21:46:52.862953 [ 3 ] {b730d73d-88db-4944-bf19-f5fa523f738a} TCPHandler: Processed in 0.0013634 sec. 2025.08.26 21:46:52.863065 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:52.863155 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} executeQuery: (from [fd00:1122:3344:101::d]:56060) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:52.863193 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:52.863572 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:52.863606 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:52.863883 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:52.864078 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:52.864206 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} executeQuery: Read 40 rows, 2.73 KiB in 0.001071 sec., 37348.27264239029 rows/sec., 2.49 MiB/sec. 2025.08.26 21:46:52.864239 [ 3 ] {bed1cd76-58ef-4fae-a8cb-09da21ebb81a} TCPHandler: Processed in 0.001234418 sec. 2025.08.26 21:46:56.335731 [ 56 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:46:56.335803 [ 56 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:46:56.387979 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 260 2025.08.26 21:46:56.390693 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:56.390749 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:56.392016 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:56.392288 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:56.392595 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2025.08.26 21:46:56.395907 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.08.26 21:46:56.396378 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:56.396418 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:56.396915 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:56.397152 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:56.397289 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.08.26 21:46:56.586958 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.08.26 21:46:56.604741 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:56.604799 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:56.611090 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:46:56.611827 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:56.614949 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.08.26 21:46:57.413116 [ 3 ] {} TCPHandler: Done processing connection. 2025.08.26 21:46:57.413215 [ 3 ] {} TCP-Session: 14ae88a3-4429-49f9-bf54-819d578b5406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.26 21:46:57.872074 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.872258 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.872326 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:46:57.873188 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.873242 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.873664 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:57.873905 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.874070 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} executeQuery: Read 392 rows, 25.47 KiB in 0.001863 sec., 210413.31186258723 rows/sec., 13.35 MiB/sec. 2025.08.26 21:46:57.874116 [ 253 ] {5f804e38-93db-4ed5-bd5c-4fc8ac73fa48} TCPHandler: Processed in 0.002173419 sec. 2025.08.26 21:46:57.874243 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.874347 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:46:57.874390 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:46:57.875353 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.875392 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.875790 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:46:57.876009 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.876146 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} executeQuery: Read 1113 rows, 90.86 KiB in 0.001823 sec., 610532.0899616018 rows/sec., 48.67 MiB/sec. 2025.08.26 21:46:57.876184 [ 253 ] {a3fa9112-32a1-44a6-b472-15f35c72125d} TCPHandler: Processed in 0.001990874 sec. 2025.08.26 21:46:57.876306 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.876403 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.876447 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:46:57.876960 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.876997 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.877337 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:57.877557 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.877694 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} executeQuery: Read 232 rows, 14.48 KiB in 0.001313 sec., 176694.5925361767 rows/sec., 10.77 MiB/sec. 2025.08.26 21:46:57.877733 [ 253 ] {ce4d0e12-2e23-46c9-802f-91be0265eb23} TCPHandler: Processed in 0.001476714 sec. 2025.08.26 21:46:57.877835 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.877930 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.877972 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:46:57.878480 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.878518 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.878834 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:57.879053 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.879202 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} executeQuery: Read 203 rows, 13.41 KiB in 0.001292 sec., 157120.74303405572 rows/sec., 10.13 MiB/sec. 2025.08.26 21:46:57.879240 [ 253 ] {48b66188-cc73-499b-a527-cc5f1944ac9c} TCPHandler: Processed in 0.001453903 sec. 2025.08.26 21:46:57.879355 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.879468 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.879510 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:46:57.879979 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.880016 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.880336 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:57.880549 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.880676 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} executeQuery: Read 202 rows, 11.75 KiB in 0.001229 sec., 164361.2693246542 rows/sec., 9.33 MiB/sec. 2025.08.26 21:46:57.880713 [ 253 ] {352e712c-d8d6-4682-bb45-1c075ac9705c} TCPHandler: Processed in 0.001408362 sec. 2025.08.26 21:46:57.880821 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.880916 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:46:57.880958 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:46:57.881620 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.881656 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.881999 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:46:57.882221 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.882347 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} executeQuery: Read 660 rows, 47.22 KiB in 0.001452 sec., 454545.4545454546 rows/sec., 31.76 MiB/sec. 2025.08.26 21:46:57.882384 [ 253 ] {554be485-96c5-4f66-86e1-260d64f2a55f} TCPHandler: Processed in 0.001611166 sec. 2025.08.26 21:46:57.882492 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.882600 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:46:57.882642 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:46:57.882974 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.883009 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.883320 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:57.883530 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.883660 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.08.26 21:46:57.883699 [ 253 ] {9b8f59ae-a840-4c13-bae9-33b9c2fc3d85} TCPHandler: Processed in 0.001255308 sec. 2025.08.26 21:46:57.883800 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.883891 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.883934 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:46:57.884339 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.884375 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.884705 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:46:57.884914 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.885042 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} executeQuery: Read 257 rows, 17.13 KiB in 0.001169 sec., 219846.02224123184 rows/sec., 14.31 MiB/sec. 2025.08.26 21:46:57.885078 [ 253 ] {e69606ce-9f9f-4641-abc7-33c18f3181a8} TCPHandler: Processed in 0.00132672 sec. 2025.08.26 21:46:57.885185 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.885277 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.885318 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:46:57.885618 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.885653 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.885953 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.26 21:46:57.886171 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.886295 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.08.26 21:46:57.886330 [ 253 ] {e492b42d-4e94-4103-a5f1-c0d6d21082a3} TCPHandler: Processed in 0.001192707 sec. 2025.08.26 21:46:57.886428 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.886520 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.886574 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} 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.08.26 21:46:57.887465 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.887501 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.888050 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:46:57.888278 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.888417 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} executeQuery: Read 36 rows, 66.06 KiB in 0.001916 sec., 18789.144050104383 rows/sec., 33.67 MiB/sec. 2025.08.26 21:46:57.888473 [ 253 ] {3411837d-6593-420d-8e19-57777a85cbe7} TCPHandler: Processed in 0.002092107 sec. 2025.08.26 21:46:57.888581 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:46:57.888673 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:46:57.888714 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:46:57.889041 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:46:57.889077 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:46:57.889384 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:46:57.889593 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:46:57.889715 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} executeQuery: Read 82 rows, 5.01 KiB in 0.001061 sec., 77285.5796418473 rows/sec., 4.61 MiB/sec. 2025.08.26 21:46:57.889750 [ 253 ] {422f4f0f-d53a-4d0a-8304-7c7931ca2d2c} TCPHandler: Processed in 0.001217947 sec. 2025.08.26 21:46:58.001142 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.69 MiB, peak 182.06 MiB, free memory in arenas 0.00 B, will set to 179.04 MiB (RSS), difference: 1.36 MiB 2025.08.26 21:47:02.858482 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.858740 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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.08.26 21:47:02.859105 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.859147 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} 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.08.26 21:47:02.859423 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.859496 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.859639 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.08.26 21:47:02.859807 [ 290 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.859829 [ 292 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.859929 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.859954 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.864583 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.864630 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.864717 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} 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.08.26 21:47:02.864788 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} 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.08.26 21:47:02.865971 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} executeQuery: Read 35 rows, 1.35 KiB in 0.007331 sec., 4774.246351111718 rows/sec., 183.70 KiB/sec. 2025.08.26 21:47:02.866106 [ 253 ] {b1d41012-cf54-4629-8ac7-38f632e9d8e8} TCPHandler: Processed in 0.007758874 sec. 2025.08.26 21:47:02.866633 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.866850 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:errors_received', '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.08.26 21:47:02.867147 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.867186 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} 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_port_control_data_link:errors_received', '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.08.26 21:47:02.867409 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.867476 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.867614 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.08.26 21:47:02.867707 [ 292 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.867731 [ 293 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.867856 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.867884 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.867944 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.867964 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.867996 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} 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_port_control_data_link:errors_received', '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.08.26 21:47:02.868031 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} 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_port_control_data_link:errors_received', '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.08.26 21:47:02.868851 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} executeQuery: Read 35 rows, 1.35 KiB in 0.002105 sec., 16627.0783847981 rows/sec., 639.75 KiB/sec. 2025.08.26 21:47:02.868944 [ 253 ] {95fd1277-d05a-423d-becf-c029c540a09a} TCPHandler: Processed in 0.002406984 sec. 2025.08.26 21:47:02.869488 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.869637 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.869948 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.870000 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.870489 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.870565 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.870721 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.08.26 21:47:02.870800 [ 292 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.870826 [ 290 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.870957 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.870999 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.871085 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.871115 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.871162 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.871211 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.872123 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} executeQuery: Read 35 rows, 1.35 KiB in 0.002548 sec., 13736.263736263736 rows/sec., 528.52 KiB/sec. 2025.08.26 21:47:02.872254 [ 253 ] {3bca19c7-b57a-45f6-bdb6-753cfc259f38} TCPHandler: Processed in 0.002822124 sec. 2025.08.26 21:47:02.872695 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.872880 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.873203 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.873249 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.873541 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.873613 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.873763 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.08.26 21:47:02.873856 [ 292 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.873861 [ 290 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.873986 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.874018 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.874093 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.874117 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.874157 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.874207 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', '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.08.26 21:47:02.874943 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} executeQuery: Read 35 rows, 1.35 KiB in 0.002155 sec., 16241.299303944317 rows/sec., 624.91 KiB/sec. 2025.08.26 21:47:02.875076 [ 253 ] {08d391c8-1072-4e28-8d72-40b1ddb5e810} TCPHandler: Processed in 0.002451505 sec. 2025.08.26 21:47:02.875423 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.875604 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.875916 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.875968 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.876272 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.876343 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.876473 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.08.26 21:47:02.876545 [ 292 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.876571 [ 290 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.876678 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.876716 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.876793 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.876817 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.876858 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.876905 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.877677 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} executeQuery: Read 35 rows, 1.35 KiB in 0.002161 sec., 16196.205460434983 rows/sec., 623.17 KiB/sec. 2025.08.26 21:47:02.877810 [ 253 ] {345f2509-f791-44ed-98de-c4cbcd13f8a2} TCPHandler: Processed in 0.002449115 sec. 2025.08.26 21:47:02.878159 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.878328 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.878665 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:02.878716 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.879012 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.879077 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:02.879206 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.08.26 21:47:02.879282 [ 292 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:02.879323 [ 290 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:02.879475 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:02.879516 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:02.879600 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:02.879628 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.08.26 21:47:02.879676 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.879726 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.08.26 21:47:02.880456 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} executeQuery: Read 35 rows, 1.35 KiB in 0.002205 sec., 15873.015873015873 rows/sec., 610.74 KiB/sec. 2025.08.26 21:47:02.880596 [ 253 ] {18b46c27-8913-4e17-9f9f-8069370fdd87} TCPHandler: Processed in 0.002495766 sec. 2025.08.26 21:47:02.910410 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.910625 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:47:02.910717 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:02.911525 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.911579 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.912085 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:02.912313 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.912493 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} executeQuery: Read 6 rows, 2.84 KiB in 0.001939 sec., 3094.3785456420837 rows/sec., 1.43 MiB/sec. 2025.08.26 21:47:02.912549 [ 253 ] {a053176d-a445-4216-8d06-44f4fdc651df} TCPHandler: Processed in 0.002280891 sec. 2025.08.26 21:47:02.912700 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.912812 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.912860 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:47:02.913360 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.913400 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.913735 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:02.913971 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.914133 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} executeQuery: Read 24 rows, 2.04 KiB in 0.001346 sec., 17830.609212481428 rows/sec., 1.48 MiB/sec. 2025.08.26 21:47:02.914190 [ 253 ] {d5a792b8-39b9-49cd-aba4-bbc913bea26d} TCPHandler: Processed in 0.001543695 sec. 2025.08.26 21:47:02.914347 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.914457 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:02.914502 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:02.915078 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.915117 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.915495 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:02.915804 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.916013 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} executeQuery: Read 150 rows, 13.75 KiB in 0.001583 sec., 94756.79090334807 rows/sec., 8.48 MiB/sec. 2025.08.26 21:47:02.916057 [ 253 ] {699ee4e4-1a08-40b6-9f32-0523b00d45dc} TCPHandler: Processed in 0.001772889 sec. 2025.08.26 21:47:02.916198 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.916318 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.916376 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:02.916943 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.916991 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.917442 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:47:02.917767 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.917918 [ 45 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:47:02.917956 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} executeQuery: Read 12 rows, 984.00 B in 0.001661 sec., 7224.563515954244 rows/sec., 578.53 KiB/sec. 2025.08.26 21:47:02.917996 [ 45 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.918017 [ 253 ] {c72682e2-4122-461a-9860-b4a1828d4c15} TCPHandler: Processed in 0.001881853 sec. 2025.08.26 21:47:02.918023 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.918170 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.918203 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:02.918292 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.918355 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:47:02.918357 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:02.918410 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part 2025.08.26 21:47:02.918480 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:02.918526 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:02.918589 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 234 rows starting from the beginning of the part 2025.08.26 21:47:02.918636 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 232 rows starting from the beginning of the part 2025.08.26 21:47:02.918681 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.08.26 21:47:02.918915 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.918970 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.919395 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:02.919733 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.919866 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001722349 sec., 341974.8262402103 rows/sec., 23.06 MiB/sec. 2025.08.26 21:47:02.919895 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} executeQuery: Read 24 rows, 2.04 KiB in 0.001629 sec., 14732.965009208103 rows/sec., 1.22 MiB/sec. 2025.08.26 21:47:02.919964 [ 253 ] {6e33a954-b0b9-4d6f-bd72-14c165a2b4fe} TCPHandler: Processed in 0.001856362 sec. 2025.08.26 21:47:02.920112 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.920154 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:47:02.920225 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.920286 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:47:02.920522 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.920632 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_6_1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:47:02.920742 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:47:02.920744 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.920796 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.921131 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:02.921367 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.921510 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} executeQuery: Read 12 rows, 960.00 B in 0.001312 sec., 9146.341463414634 rows/sec., 714.56 KiB/sec. 2025.08.26 21:47:02.921550 [ 253 ] {aceb2a51-f480-4ad7-8a4c-a43fab531725} TCPHandler: Processed in 0.001499374 sec. 2025.08.26 21:47:02.921687 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.921808 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:02.921862 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:02.922328 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.922368 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.922764 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:02.923035 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.923183 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} executeQuery: Read 72 rows, 6.14 KiB in 0.0014 sec., 51428.57142857143 rows/sec., 4.28 MiB/sec. 2025.08.26 21:47:02.923225 [ 253 ] {e96d68ec-6a0e-4097-b438-38b9bac6b1e6} TCPHandler: Processed in 0.001600466 sec. 2025.08.26 21:47:02.923354 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.923461 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.923508 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:02.924021 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.924059 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.924446 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:02.924669 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.924805 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} executeQuery: Read 398 rows, 31.77 KiB in 0.001364 sec., 291788.85630498535 rows/sec., 22.74 MiB/sec. 2025.08.26 21:47:02.924843 [ 253 ] {5afcd4ce-e717-435d-88a6-d938659d957c} TCPHandler: Processed in 0.001541664 sec. 2025.08.26 21:47:02.924966 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:02.925063 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:02.925108 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:02.925454 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:02.925492 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:02.925814 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:02.926044 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:02.926186 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} executeQuery: Read 40 rows, 2.73 KiB in 0.001141 sec., 35056.967572304995 rows/sec., 2.34 MiB/sec. 2025.08.26 21:47:02.926222 [ 253 ] {6a26111b-0f98-40b5-9ddd-aab4559ae99a} TCPHandler: Processed in 0.001306899 sec. 2025.08.26 21:47:03.898307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.08.26 21:47:03.898780 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:03.898830 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:03.899313 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:47:03.899545 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:03.899687 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.08.26 21:47:04.115962 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.08.26 21:47:04.133904 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:04.133968 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:04.139972 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:47:04.140713 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:04.143973 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.08.26 21:47:06.393719 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 312 2025.08.26 21:47:06.396207 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:06.396246 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:06.397372 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:47:06.397634 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:06.397750 [ 42 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:47:06.397783 [ 42 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:06.397800 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:06.397864 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 312 2025.08.26 21:47:06.397889 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:47:06.398484 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:06.398640 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:47:06.399008 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:47:06.399378 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2025.08.26 21:47:06.399732 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.08.26 21:47:06.400081 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 58 rows starting from the beginning of the part 2025.08.26 21:47:06.400394 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2025.08.26 21:47:06.406708 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.00885442 sec., 35236.63887640297 rows/sec., 36.42 MiB/sec. 2025.08.26 21:47:06.407474 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:47:06.408001 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:06.408064 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_6_1} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:47:06.408183 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. 2025.08.26 21:47:07.001140 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.69 MiB, peak 185.31 MiB, free memory in arenas 0.00 B, will set to 181.76 MiB (RSS), difference: 1.07 MiB 2025.08.26 21:47:07.860362 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.860642 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:07.860753 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:07.861640 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.861688 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.862126 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:07.862359 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.862499 [ 38 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:07.862515 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} executeQuery: Read 102 rows, 9.19 KiB in 0.001953 sec., 52227.342549923196 rows/sec., 4.60 MiB/sec. 2025.08.26 21:47:07.862571 [ 38 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.862585 [ 253 ] {05fabb3c-6eca-448d-83a0-892dae55874d} TCPHandler: Processed in 0.002366773 sec. 2025.08.26 21:47:07.862607 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.862730 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:07.862733 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.862848 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:07.862851 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:07.862893 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 106 rows starting from the beginning of the part 2025.08.26 21:47:07.862913 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:07.862967 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1114 rows starting from the beginning of the part 2025.08.26 21:47:07.863021 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2025.08.26 21:47:07.863065 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1113 rows starting from the beginning of the part 2025.08.26 21:47:07.863110 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part 2025.08.26 21:47:07.863155 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 102 rows starting from the beginning of the part 2025.08.26 21:47:07.863347 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.863390 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.863843 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:47:07.864086 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.864219 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} executeQuery: Read 36 rows, 2.71 KiB in 0.001387 sec., 25955.299206921412 rows/sec., 1.91 MiB/sec. 2025.08.26 21:47:07.864259 [ 253 ] {50b8d5e2-f1a3-4fea-aeb9-a71338ebe8f8} TCPHandler: Processed in 0.001576166 sec. 2025.08.26 21:47:07.864373 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.864470 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:07.864492 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2615 rows, containing 5 columns (5 merged, 0 gathered) in 0.001810891 sec., 1444040.530324575 rows/sec., 122.28 MiB/sec. 2025.08.26 21:47:07.864511 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:07.864788 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:07.864968 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.865005 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.865119 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.865204 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_11_2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:07.865293 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.26 21:47:07.865326 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:07.865541 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.865636 [ 38 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:07.865665 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} executeQuery: Read 72 rows, 5.76 KiB in 0.001214 sec., 59308.07248764415 rows/sec., 4.63 MiB/sec. 2025.08.26 21:47:07.865668 [ 38 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.865707 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.865712 [ 253 ] {73bb1a5f-bfc7-424c-9194-72413b9a2dbe} TCPHandler: Processed in 0.001389332 sec. 2025.08.26 21:47:07.865771 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:07.865850 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.865863 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:07.865901 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part 2025.08.26 21:47:07.865945 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 662 rows starting from the beginning of the part 2025.08.26 21:47:07.865953 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:07.865982 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:07.866001 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:07.866022 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 660 rows starting from the beginning of the part 2025.08.26 21:47:07.866063 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part 2025.08.26 21:47:07.866096 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part 2025.08.26 21:47:07.866404 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.866446 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.866807 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:07.866936 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191667 sec., 1340978.6458800992 rows/sec., 101.06 MiB/sec. 2025.08.26 21:47:07.867062 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.867095 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:07.867172 [ 38 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:07.867198 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} executeQuery: Read 110 rows, 7.86 KiB in 0.001264 sec., 87025.3164556962 rows/sec., 6.07 MiB/sec. 2025.08.26 21:47:07.867205 [ 38 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.867240 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.867244 [ 253 ] {3e6a5e31-f9c3-433f-83ad-e96a867563fe} TCPHandler: Processed in 0.001442713 sec. 2025.08.26 21:47:07.867353 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.867358 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:07.867380 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.867438 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_11_2} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:07.867495 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:07.867509 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.26 21:47:07.867513 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:07.867558 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} 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.08.26 21:47:07.867575 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 620 rows starting from the beginning of the part 2025.08.26 21:47:07.867673 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 258 rows starting from the beginning of the part 2025.08.26 21:47:07.867723 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part 2025.08.26 21:47:07.867772 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 257 rows starting from the beginning of the part 2025.08.26 21:47:07.867832 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 398 rows starting from the beginning of the part 2025.08.26 21:47:07.867874 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2025.08.26 21:47:07.868467 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.868509 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.869041 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001737899 sec., 1008689.2276248505 rows/sec., 70.87 MiB/sec. 2025.08.26 21:47:07.869133 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:47:07.869272 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:07.869417 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.869560 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.869583 [ 35 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:47:07.869593 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} executeQuery: Read 36 rows, 66.06 KiB in 0.002116 sec., 17013.232514177696 rows/sec., 30.49 MiB/sec. 2025.08.26 21:47:07.869631 [ 35 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.869646 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_11_2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:07.869658 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.869673 [ 253 ] {5bf16bfc-a79d-4375-a651-351aa2ee724e} TCPHandler: Processed in 0.002343613 sec. 2025.08.26 21:47:07.869748 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.08.26 21:47:07.869791 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.869794 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:07.869909 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:07.869950 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:07.870010 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:07.870087 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part 2025.08.26 21:47:07.870239 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.870284 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.870325 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.870359 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.870473 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.870575 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.870654 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:07.870678 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:07.870890 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.870991 [ 35 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:07.871017 [ 35 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:07.871025 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} executeQuery: Read 40 rows, 2.73 KiB in 0.001135 sec., 35242.29074889868 rows/sec., 2.35 MiB/sec. 2025.08.26 21:47:07.871034 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:07.871062 [ 253 ] {b2d1e98c-e9a1-419a-a51e-bec82dcac281} TCPHandler: Processed in 0.00131899 sec. 2025.08.26 21:47:07.871114 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:07.871216 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:07.871243 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 224 rows starting from the beginning of the part 2025.08.26 21:47:07.871288 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part 2025.08.26 21:47:07.871327 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2025.08.26 21:47:07.871360 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part 2025.08.26 21:47:07.871397 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2025.08.26 21:47:07.871434 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.08.26 21:47:07.872302 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 4 columns (4 merged, 0 gathered) in 0.001219907 sec., 416425.18651011924 rows/sec., 26.85 MiB/sec. 2025.08.26 21:47:07.872455 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:07.872710 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.872783 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_11_2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:07.872843 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:47:07.878766 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 19 columns (19 merged, 0 gathered) in 0.009050994 sec., 23312.356631768842 rows/sec., 41.77 MiB/sec. 2025.08.26 21:47:07.879158 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:47:07.879519 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:07.879589 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_6_1} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:47:07.879672 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.08.26 21:47:11.336039 [ 32 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:47:11.336112 [ 32 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:47:11.399752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.08.26 21:47:11.400243 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:11.400289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:11.400793 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:11.401021 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:11.401155 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.08.26 21:47:11.644016 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.08.26 21:47:11.661180 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:11.661234 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:11.666958 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:11.667721 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:11.670885 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.08.26 21:47:12.857872 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:12.858150 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:12.858255 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:12.858927 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:12.858974 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:12.859360 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:12.859578 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:12.859731 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} executeQuery: Read 30 rows, 2.32 KiB in 0.001658 sec., 18094.089264173705 rows/sec., 1.36 MiB/sec. 2025.08.26 21:47:12.859777 [ 253 ] {4a101655-24cc-4e20-a103-7d059c2e6858} TCPHandler: Processed in 0.002085917 sec. 2025.08.26 21:47:12.859894 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:12.859996 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:12.860038 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:12.860445 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:12.860481 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:12.860781 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:12.860980 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:12.861104 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} executeQuery: Read 36 rows, 2.88 KiB in 0.001132 sec., 31802.120141342755 rows/sec., 2.48 MiB/sec. 2025.08.26 21:47:12.861141 [ 253 ] {05fd698e-a29d-42ba-83f0-598b22b3f4b5} TCPHandler: Processed in 0.001295169 sec. 2025.08.26 21:47:12.861249 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:12.861343 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:12.861386 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:12.861764 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:12.861799 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:12.862120 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:12.862323 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:12.862447 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} executeQuery: Read 110 rows, 7.86 KiB in 0.001123 sec., 97951.91451469278 rows/sec., 6.84 MiB/sec. 2025.08.26 21:47:12.862483 [ 253 ] {741442e1-6e80-40d1-a6a4-2e0cd73a5a7b} TCPHandler: Processed in 0.001279679 sec. 2025.08.26 21:47:12.862606 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:12.862698 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:12.862738 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:12.863063 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:12.863098 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:12.863391 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:12.863592 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:12.863719 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} executeQuery: Read 40 rows, 2.73 KiB in 0.00104 sec., 38461.53846153847 rows/sec., 2.57 MiB/sec. 2025.08.26 21:47:12.863753 [ 253 ] {084fb3b5-bda0-4d2d-becb-dadac2b1ed94} TCPHandler: Processed in 0.001193497 sec. 2025.08.26 21:47:15.819549 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.819810 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.820176 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.820219 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.820513 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.820589 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.820737 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.08.26 21:47:15.820841 [ 292 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.820873 [ 293 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.820873 [ 290 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.821010 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.821038 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.821127 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.821150 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.821186 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.821229 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.821266 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.822132 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} executeQuery: Read 41 rows, 1.65 KiB in 0.002433 sec., 16851.623510069872 rows/sec., 678.74 KiB/sec. 2025.08.26 21:47:15.822280 [ 253 ] {b3929432-c6f1-4512-869f-948a71080925} TCPHandler: Processed in 0.002864075 sec. 2025.08.26 21:47:15.822645 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.822799 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.823042 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.823082 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.823305 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.823364 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.823478 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.08.26 21:47:15.823548 [ 295 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.823554 [ 290 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.823554 [ 293 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.823667 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.823694 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.823768 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.823791 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.823825 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.823859 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.823891 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.824539 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} executeQuery: Read 41 rows, 1.65 KiB in 0.001812 sec., 22626.931567328917 rows/sec., 911.35 KiB/sec. 2025.08.26 21:47:15.824651 [ 253 ] {1778dbee-bd07-4791-87a3-3e9d6e736319} TCPHandler: Processed in 0.002060107 sec. 2025.08.26 21:47:15.824887 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.825034 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.825263 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.825303 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.825521 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.825577 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.825681 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.08.26 21:47:15.825736 [ 292 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.825749 [ 290 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.825749 [ 295 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.825859 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.825885 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.825953 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.825974 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.826005 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.826035 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.826065 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.826658 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} executeQuery: Read 41 rows, 1.65 KiB in 0.001689 sec., 24274.718768502073 rows/sec., 977.72 KiB/sec. 2025.08.26 21:47:15.826776 [ 253 ] {aa7fee83-5898-49e7-8b03-573b8d51c0ae} TCPHandler: Processed in 0.001939573 sec. 2025.08.26 21:47:15.827022 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.827164 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.827453 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.827492 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.827848 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.827905 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.828008 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.08.26 21:47:15.828080 [ 290 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.828084 [ 293 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.828084 [ 292 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.828194 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.828215 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.828284 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.828305 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.828337 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.828375 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.828407 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.828999 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} executeQuery: Read 41 rows, 1.65 KiB in 0.001897 sec., 21613.07327358988 rows/sec., 870.52 KiB/sec. 2025.08.26 21:47:15.829115 [ 253 ] {4e2c96ba-4fb7-4415-a509-e32dde693fff} TCPHandler: Processed in 0.002143338 sec. 2025.08.26 21:47:15.829368 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.829508 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.829739 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.829779 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.829998 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.830053 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.830157 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.08.26 21:47:15.830221 [ 290 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.830222 [ 293 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.830226 [ 295 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.830332 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.830359 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.830427 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.830447 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.830478 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.830509 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.830538 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.831079 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} executeQuery: Read 41 rows, 1.65 KiB in 0.001633 sec., 25107.16472749541 rows/sec., 1011.25 KiB/sec. 2025.08.26 21:47:15.831190 [ 253 ] {2f81a5f5-262e-4145-8cd1-0d1861b07bf9} TCPHandler: Processed in 0.001870912 sec. 2025.08.26 21:47:15.831404 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.831545 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.831770 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.831811 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.832034 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.832090 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.832192 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.08.26 21:47:15.832273 [ 292 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.832273 [ 290 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.832278 [ 293 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.832386 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.832412 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.832480 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.832499 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.832530 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.832563 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.832591 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.833178 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} executeQuery: Read 41 rows, 1.65 KiB in 0.001695 sec., 24188.790560471978 rows/sec., 974.26 KiB/sec. 2025.08.26 21:47:15.833291 [ 253 ] {9bb30be2-2078-4a77-80e1-b3a0e22e1975} TCPHandler: Processed in 0.001936083 sec. 2025.08.26 21:47:15.932097 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.932323 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.932660 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:47:15.932701 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} 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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.932969 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.933040 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:47:15.933179 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.08.26 21:47:15.933281 [ 290 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:47:15.933298 [ 293 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:47:15.933299 [ 292 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:47:15.933419 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (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.08.26 21:47:15.933444 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:47:15.933542 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:47:15.933566 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 41 rows with 3 streams 2025.08.26 21:47:15.933603 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} 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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.933640 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} 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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.933675 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} 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', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:47:15.934442 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} executeQuery: Read 41 rows, 1.65 KiB in 0.002217 sec., 18493.45963013081 rows/sec., 744.87 KiB/sec. 2025.08.26 21:47:15.934572 [ 253 ] {ae1c529d-e67e-4b29-9789-8912cd991fd9} TCPHandler: Processed in 0.002591259 sec. 2025.08.26 21:47:15.935090 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.935201 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:47:15.935246 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:47:15.935785 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.935826 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.936255 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:47:15.936455 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.936603 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} executeQuery: Read 7 rows, 1.42 KiB in 0.001435 sec., 4878.048780487805 rows/sec., 992.21 KiB/sec. 2025.08.26 21:47:15.936644 [ 253 ] {30b94cbc-522e-4bc0-a518-59df046b30a4} TCPHandler: Processed in 0.001606446 sec. 2025.08.26 21:47:15.936759 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.936859 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:47:15.936901 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:47:15.937331 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.937369 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.937664 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:15.937884 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.938010 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} executeQuery: Read 16 rows, 1.30 KiB in 0.001175 sec., 13617.021276595744 rows/sec., 1.08 MiB/sec. 2025.08.26 21:47:15.938048 [ 253 ] {ed7382f1-e450-4825-b692-2c310675f8d5} TCPHandler: Processed in 0.00133939 sec. 2025.08.26 21:47:15.938162 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.938256 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:15.938296 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:15.939329 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.939366 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.939820 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:15.940032 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.940161 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} executeQuery: Read 1287 rows, 109.01 KiB in 0.001925 sec., 668571.4285714285 rows/sec., 55.30 MiB/sec. 2025.08.26 21:47:15.940199 [ 253 ] {470136db-d907-47f3-accb-295bb8dc3369} TCPHandler: Processed in 0.002086547 sec. 2025.08.26 21:47:15.940312 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.940406 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.940446 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:15.940863 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.940899 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.941192 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:47:15.941393 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.941521 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} executeQuery: Read 57 rows, 4.20 KiB in 0.001135 sec., 50220.26431718062 rows/sec., 3.61 MiB/sec. 2025.08.26 21:47:15.941558 [ 253 ] {0f8f4d41-e87b-42b9-94a6-31b19fd389bf} TCPHandler: Processed in 0.001295939 sec. 2025.08.26 21:47:15.941664 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.941756 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.941795 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:47:15.942271 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.942309 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.942606 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:47:15.942826 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.942952 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} executeQuery: Read 228 rows, 15.81 KiB in 0.001214 sec., 187808.89621087315 rows/sec., 12.72 MiB/sec. 2025.08.26 21:47:15.942989 [ 253 ] {5795707c-fc35-4396-87ac-6d669ce6f68b} TCPHandler: Processed in 0.001373351 sec. 2025.08.26 21:47:15.943113 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.943238 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:15.943289 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:15.944081 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.944127 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.944532 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:15.944784 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.944922 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} executeQuery: Read 580 rows, 44.23 KiB in 0.00171 sec., 339181.28654970764 rows/sec., 25.26 MiB/sec. 2025.08.26 21:47:15.944964 [ 253 ] {4bb78d4d-9379-4325-9682-ce18f560985b} TCPHandler: Processed in 0.001913453 sec. 2025.08.26 21:47:15.945091 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.945190 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.945234 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:15.946437 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.946475 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.947075 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:15.947364 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.947514 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} executeQuery: Read 2773 rows, 189.81 KiB in 0.002344 sec., 1183020.4778156995 rows/sec., 79.08 MiB/sec. 2025.08.26 21:47:15.947553 [ 253 ] {31cf0b98-23ee-44db-b160-5198d6690bb6} TCPHandler: Processed in 0.002512857 sec. 2025.08.26 21:47:15.947667 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.947762 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.947819 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} 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.08.26 21:47:15.948666 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.948705 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.949266 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:47:15.949497 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.949640 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} executeQuery: Read 41 rows, 75.23 KiB in 0.001897 sec., 21613.07327358988 rows/sec., 38.73 MiB/sec. 2025.08.26 21:47:15.949697 [ 253 ] {5868ec0d-1305-445c-9448-9193c774d6a2} TCPHandler: Processed in 0.002079298 sec. 2025.08.26 21:47:15.949812 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.949909 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.949952 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:47:15.950270 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.950308 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.950622 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:47:15.950839 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.950973 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} executeQuery: Read 3 rows, 217.00 B in 0.001084 sec., 2767.527675276753 rows/sec., 195.49 KiB/sec. 2025.08.26 21:47:15.951010 [ 253 ] {3a5b7075-f846-403a-8997-bf6aaf5b099d} TCPHandler: Processed in 0.001247648 sec. 2025.08.26 21:47:15.951114 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:15.951214 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:15.951257 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:15.951637 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:15.951674 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:15.952005 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:15.952225 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:15.952370 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} executeQuery: Read 28 rows, 1.92 KiB in 0.001174 sec., 23850.08517887564 rows/sec., 1.60 MiB/sec. 2025.08.26 21:47:15.952407 [ 253 ] {db557092-9dc9-4216-984d-8e56ea6b2bd9} TCPHandler: Processed in 0.001342201 sec. 2025.08.26 21:47:16.398037 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 366 2025.08.26 21:47:16.400787 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:16.400842 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:16.402107 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:47:16.402404 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:16.402736 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 366 2025.08.26 21:47:17.855883 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:17.856065 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:17.856134 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:17.856798 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:17.856849 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:17.857249 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:17.857482 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:17.857644 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} executeQuery: Read 56 rows, 4.38 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.62 MiB/sec. 2025.08.26 21:47:17.857694 [ 253 ] {d19a6ea3-82d6-4904-bba6-e08d029ad286} TCPHandler: Processed in 0.001945544 sec. 2025.08.26 21:47:17.857824 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:17.857926 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:17.857971 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:17.858407 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:17.858445 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:17.858770 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:17.859017 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:17.859150 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2025.08.26 21:47:17.859188 [ 253 ] {70dbe213-af7e-431e-aba3-c3f057b322b9} TCPHandler: Processed in 0.001418022 sec. 2025.08.26 21:47:17.859305 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:17.859404 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:17.859449 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:17.859824 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:17.859863 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:17.860204 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:17.860423 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:17.860556 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} executeQuery: Read 64 rows, 4.56 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 3.80 MiB/sec. 2025.08.26 21:47:17.860593 [ 253 ] {24fca5f4-f14e-437d-be29-84f4b15e3131} TCPHandler: Processed in 0.00133922 sec. 2025.08.26 21:47:17.860707 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:17.860802 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:17.860845 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:17.861166 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:17.861204 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:17.861513 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:17.861726 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:17.861857 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} executeQuery: Read 24 rows, 1.66 KiB in 0.001074 sec., 22346.368715083798 rows/sec., 1.51 MiB/sec. 2025.08.26 21:47:17.861894 [ 253 ] {2ed6f288-2cf2-4a93-9b78-3210c68e0fa7} TCPHandler: Processed in 0.001237388 sec. 2025.08.26 21:47:18.901758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.08.26 21:47:18.902257 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:18.902307 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:18.902954 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:18.903199 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:18.903342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.08.26 21:47:18.903364 [ 91 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:18.903433 [ 91 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:18.903454 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:18.903581 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:47:18.903732 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:18.903775 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:47:18.903846 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.08.26 21:47:18.903896 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.08.26 21:47:18.903941 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.08.26 21:47:18.903986 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.08.26 21:47:18.904029 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.08.26 21:47:18.905440 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001917524 sec., 2640384.1620756765 rows/sec., 37.77 MiB/sec. 2025.08.26 21:47:18.906525 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:18.906890 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:18.906978 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_11_2} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:18.907061 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.26 21:47:19.171764 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.08.26 21:47:19.189690 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:19.189752 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:19.195912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:19.196686 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:19.197027 [ 110 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:19.197087 [ 110 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:19.197107 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:19.197242 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.200345 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.08.26 21:47:19.201719 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:19.203272 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.208276 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.213050 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.217391 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.222125 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.226777 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:19.285010 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.087667076 sec., 946.7636402062732 rows/sec., 4.90 MiB/sec. 2025.08.26 21:47:19.287435 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:19.289563 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_11_2} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:19.289737 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_11_2} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:19.292068 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.08.26 21:47:20.001655 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.68 MiB, peak 195.56 MiB, free memory in arenas 0.00 B, will set to 194.29 MiB (RSS), difference: 8.61 MiB 2025.08.26 21:47:22.861227 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:22.861413 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:22.861482 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:22.862172 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:22.862226 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:22.862641 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:22.862898 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:22.863070 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} executeQuery: Read 56 rows, 4.38 KiB in 0.001708 sec., 32786.885245901634 rows/sec., 2.50 MiB/sec. 2025.08.26 21:47:22.863122 [ 253 ] {07c10e26-f35b-44ad-9582-a64861aa255a} TCPHandler: Processed in 0.002034566 sec. 2025.08.26 21:47:22.863247 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:22.863351 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:22.863396 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:22.863846 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:22.863884 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:22.864204 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:22.864425 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:22.864559 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2025.08.26 21:47:22.864598 [ 253 ] {8d038b2a-7ba6-44c6-93c4-5dffaf2abaea} TCPHandler: Processed in 0.001404802 sec. 2025.08.26 21:47:22.864719 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:22.864818 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:22.864863 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:22.865285 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:22.865323 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:22.865678 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:22.865892 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:22.866023 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.08.26 21:47:22.866062 [ 253 ] {363f8502-2c22-492e-b133-a3e32da9cef3} TCPHandler: Processed in 0.001392372 sec. 2025.08.26 21:47:22.866173 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:22.866268 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:22.866312 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:22.866648 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:22.866686 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:22.867001 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:22.867219 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:22.867349 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.08.26 21:47:22.867385 [ 253 ] {7da5e676-1e61-4cd4-a150-800bcf115e8c} TCPHandler: Processed in 0.001261758 sec. 2025.08.26 21:47:26.336167 [ 34 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:47:26.336236 [ 34 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:47:26.404384 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 382 2025.08.26 21:47:26.404925 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.08.26 21:47:26.405467 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:26.405525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:26.406135 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:26.406247 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:26.406306 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:26.406381 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:26.406530 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.08.26 21:47:26.407496 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:47:26.407775 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:26.408096 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2025.08.26 21:47:26.701683 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.08.26 21:47:26.718822 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:26.718894 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:26.724753 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:26.725560 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:26.729183 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.08.26 21:47:27.863582 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.863770 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:27.863853 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:27.864586 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.864638 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:27.865070 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:27.865306 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.865448 [ 113 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:27.865472 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} executeQuery: Read 138 rows, 12.23 KiB in 0.001758 sec., 78498.29351535837 rows/sec., 6.79 MiB/sec. 2025.08.26 21:47:27.865523 [ 113 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.865547 [ 253 ] {8348dbea-1b36-4c2a-acf5-d7a363e8e088} TCPHandler: Processed in 0.002093807 sec. 2025.08.26 21:47:27.865550 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:27.865681 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.865684 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:27.865791 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:27.865797 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:27.865837 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:27.865839 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1238 rows starting from the beginning of the part 2025.08.26 21:47:27.865928 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:27.865975 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1287 rows starting from the beginning of the part 2025.08.26 21:47:27.866020 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2025.08.26 21:47:27.866062 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:27.866103 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 138 rows starting from the beginning of the part 2025.08.26 21:47:27.866277 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.866321 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:27.866693 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:47:27.866917 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.867054 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} executeQuery: Read 41 rows, 3.08 KiB in 0.001289 sec., 31807.602792862683 rows/sec., 2.34 MiB/sec. 2025.08.26 21:47:27.867094 [ 253 ] {61ff2653-09e6-47e9-95fb-706926e916ab} TCPHandler: Processed in 0.001464013 sec. 2025.08.26 21:47:27.867199 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.867295 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:27.867338 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:27.867372 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001728819 sec., 1622494.893913128 rows/sec., 138.92 MiB/sec. 2025.08.26 21:47:27.867708 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:27.867759 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.867794 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:27.867973 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.868034 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_16_3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:27.868093 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.08.26 21:47:27.868105 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:27.868321 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.868423 [ 113 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:27.868451 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} executeQuery: Read 105 rows, 8.40 KiB in 0.001178 sec., 89134.12563667232 rows/sec., 6.96 MiB/sec. 2025.08.26 21:47:27.868460 [ 113 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.868492 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:27.868496 [ 253 ] {6098f919-047e-4781-b24a-e629a6a8b237} TCPHandler: Processed in 0.001347091 sec. 2025.08.26 21:47:27.868591 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:27.868620 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.868718 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:27.868722 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:27.868767 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:27.868771 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 722 rows starting from the beginning of the part 2025.08.26 21:47:27.868877 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2025.08.26 21:47:27.868925 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 580 rows starting from the beginning of the part 2025.08.26 21:47:27.868970 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.08.26 21:47:27.869012 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:27.869056 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 105 rows starting from the beginning of the part 2025.08.26 21:47:27.869187 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.869228 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:27.869586 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:27.869842 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.869947 [ 113 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:27.869975 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001277 sec., 125293.65700861394 rows/sec., 8.73 MiB/sec. 2025.08.26 21:47:27.869983 [ 113 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.870016 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:27.870020 [ 253 ] {7be0a85e-cb9f-41bc-bedd-4646fe01e7dc} TCPHandler: Processed in 0.001448513 sec. 2025.08.26 21:47:27.870086 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:27.870138 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.870167 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:27.870191 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1753 rows starting from the beginning of the part 2025.08.26 21:47:27.870201 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1571 rows, containing 5 columns (5 merged, 0 gathered) in 0.001660557 sec., 946068.0964278853 rows/sec., 73.20 MiB/sec. 2025.08.26 21:47:27.870231 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:27.870257 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part 2025.08.26 21:47:27.870292 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} 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.08.26 21:47:27.870303 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2773 rows starting from the beginning of the part 2025.08.26 21:47:27.870348 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.08.26 21:47:27.870389 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:27.870412 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:27.870436 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.08.26 21:47:27.870670 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.870735 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_16_3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:27.870816 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.08.26 21:47:27.871156 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.871191 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:27.871812 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:47:27.872041 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.872178 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} executeQuery: Read 41 rows, 75.23 KiB in 0.001965 sec., 20865.139949109413 rows/sec., 37.39 MiB/sec. 2025.08.26 21:47:27.872243 [ 253 ] {26aae92c-f5bc-4d0d-b503-8224a0f7713a} TCPHandler: Processed in 0.002152828 sec. 2025.08.26 21:47:27.872357 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:27.872448 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5020 rows, containing 5 columns (5 merged, 0 gathered) in 0.002386554 sec., 2103451.252307721 rows/sec., 143.70 MiB/sec. 2025.08.26 21:47:27.872451 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:27.872519 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:27.872808 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:27.872853 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.872887 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:27.873038 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.873095 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_16_3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:27.873155 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:47:27.873194 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:27.873401 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.873489 [ 87 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:27.873523 [ 87 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:27.873524 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.08.26 21:47:27.873541 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.08.26 21:47:27.873566 [ 253 ] {5c67383b-d5cc-4067-a15d-38e3e62b2bad} TCPHandler: Processed in 0.001256358 sec. 2025.08.26 21:47:27.873599 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:27.873671 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:27.873695 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part 2025.08.26 21:47:27.873742 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.08.26 21:47:27.873781 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2025.08.26 21:47:27.873818 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.08.26 21:47:27.873855 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:27.873890 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.08.26 21:47:27.874593 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 4 columns (4 merged, 0 gathered) in 0.001017903 sec., 707336.5536794764 rows/sec., 46.18 MiB/sec. 2025.08.26 21:47:27.874797 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:27.875128 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:27.875208 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_16_3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:27.875307 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.26 21:47:32.862821 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.863028 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.863104 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:47:32.863971 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.864027 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.864459 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:47:32.864702 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.864873 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} executeQuery: Read 24 rows, 2.04 KiB in 0.001898 sec., 12644.889357218124 rows/sec., 1.05 MiB/sec. 2025.08.26 21:47:32.864927 [ 253 ] {631bec47-1d54-4d4f-ab3f-b1b25578d7de} TCPHandler: Processed in 0.002257021 sec. 2025.08.26 21:47:32.865079 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.865195 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:32.865242 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:32.865856 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.865897 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.866238 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:47:32.866457 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.866593 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} executeQuery: Read 176 rows, 15.82 KiB in 0.001431 sec., 122990.91544374563 rows/sec., 10.79 MiB/sec. 2025.08.26 21:47:32.866634 [ 253 ] {91c41916-376c-4771-9ad3-76f578b05476} TCPHandler: Processed in 0.001610607 sec. 2025.08.26 21:47:32.866763 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.866863 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.866906 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:32.867353 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.867391 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.867701 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:32.867927 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.868065 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} executeQuery: Read 12 rows, 984.00 B in 0.001223 sec., 9811.937857726902 rows/sec., 785.72 KiB/sec. 2025.08.26 21:47:32.868105 [ 253 ] {59e6c07f-32c9-4668-bda1-8791c340fa38} TCPHandler: Processed in 0.001393922 sec. 2025.08.26 21:47:32.868230 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.868330 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.868373 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:47:32.868901 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.868940 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.869253 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:47:32.869491 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.869629 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} executeQuery: Read 24 rows, 2.04 KiB in 0.00132 sec., 18181.81818181818 rows/sec., 1.51 MiB/sec. 2025.08.26 21:47:32.869668 [ 253 ] {fe1f07c3-9aba-4761-a50f-ebfc04fc448d} TCPHandler: Processed in 0.001487944 sec. 2025.08.26 21:47:32.869798 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.869895 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.869937 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:47:32.870393 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.870431 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.870743 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:47:32.870960 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.871097 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} executeQuery: Read 12 rows, 960.00 B in 0.001222 sec., 9819.967266775777 rows/sec., 767.18 KiB/sec. 2025.08.26 21:47:32.871137 [ 253 ] {7aff349e-4d14-4e4d-8d10-e2bd5a11694f} TCPHandler: Processed in 0.001389071 sec. 2025.08.26 21:47:32.871262 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.871358 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:32.871398 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:32.871879 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.871920 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.872335 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:47:32.872560 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.872722 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} executeQuery: Read 100 rows, 8.37 KiB in 0.001384 sec., 72254.33526011561 rows/sec., 5.91 MiB/sec. 2025.08.26 21:47:32.872764 [ 253 ] {3ee2065a-049f-4404-be99-02737158948c} TCPHandler: Processed in 0.001552255 sec. 2025.08.26 21:47:32.872899 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.872997 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.873042 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:32.873517 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.873555 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.873913 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:47:32.874125 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.874255 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} executeQuery: Read 196 rows, 14.40 KiB in 0.001279 sec., 153244.7224394058 rows/sec., 10.99 MiB/sec. 2025.08.26 21:47:32.874292 [ 253 ] {e240c8b1-121a-490f-9b0b-6d550f712a04} TCPHandler: Processed in 0.001443872 sec. 2025.08.26 21:47:32.874426 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:32.874522 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:32.874566 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:32.874926 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:32.874963 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:32.875282 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:47:32.875495 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:32.875625 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.08.26 21:47:32.875661 [ 253 ] {cb3880f5-f34f-4882-af06-277a4cfa45b6} TCPHandler: Processed in 0.001284429 sec. 2025.08.26 21:47:33.907545 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.08.26 21:47:33.908013 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:33.908061 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:33.908545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:33.908774 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:33.908908 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.08.26 21:47:34.230194 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.08.26 21:47:34.247193 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:34.247248 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:34.253137 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:34.253846 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:34.256728 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.08.26 21:47:36.409122 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 410 2025.08.26 21:47:36.411291 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:36.411342 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:36.412514 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:47:36.412789 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:36.413118 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2025.08.26 21:47:37.863091 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.863288 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:37.863364 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:37.864079 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.864194 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.864612 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:47:37.864848 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.865019 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} executeQuery: Read 138 rows, 12.23 KiB in 0.001787 sec., 77224.39843312815 rows/sec., 6.68 MiB/sec. 2025.08.26 21:47:37.865070 [ 253 ] {7257dcd9-84ea-46ef-b97d-b4a0fabd3954} TCPHandler: Processed in 0.002122928 sec. 2025.08.26 21:47:37.865192 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.865294 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:37.865339 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:37.865901 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.865949 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.866344 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:37.866568 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.866685 [ 106 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:37.866709 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} executeQuery: Read 41 rows, 3.08 KiB in 0.001439 sec., 28492.008339124393 rows/sec., 2.09 MiB/sec. 2025.08.26 21:47:37.866756 [ 106 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.866769 [ 253 ] {99f2eff6-ae21-4454-9a01-3ab952605a36} TCPHandler: Processed in 0.001628936 sec. 2025.08.26 21:47:37.866784 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.866883 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.866883 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:37.866985 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:37.866988 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:37.867015 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part 2025.08.26 21:47:37.867037 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:37.867072 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2025.08.26 21:47:37.867114 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 57 rows starting from the beginning of the part 2025.08.26 21:47:37.867155 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:37.867192 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.08.26 21:47:37.867232 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:47:37.867479 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.867516 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.867839 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:47:37.867991 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 441 rows, containing 5 columns (5 merged, 0 gathered) in 0.001142096 sec., 386132.16402123816 rows/sec., 27.28 MiB/sec. 2025.08.26 21:47:37.868053 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.868194 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} executeQuery: Read 105 rows, 8.40 KiB in 0.001228 sec., 85504.88599348535 rows/sec., 6.68 MiB/sec. 2025.08.26 21:47:37.868209 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:37.868235 [ 253 ] {b7569c6a-8119-46b8-97c6-a85bbe33bf24} TCPHandler: Processed in 0.001401651 sec. 2025.08.26 21:47:37.868361 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.868461 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:37.868508 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:37.868523 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.868614 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_11_2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:37.868706 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:47:37.868924 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.868965 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.869309 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:47:37.869528 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.869665 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.08.26 21:47:37.869703 [ 253 ] {3f99e3fe-3f4a-45fc-8c65-8b72f77cc25b} TCPHandler: Processed in 0.001392271 sec. 2025.08.26 21:47:37.869816 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.869912 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:37.869967 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} 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.08.26 21:47:37.870748 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.870786 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.871353 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:47:37.871580 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.871721 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} executeQuery: Read 41 rows, 75.23 KiB in 0.001829 sec., 22416.62110442865 rows/sec., 40.17 MiB/sec. 2025.08.26 21:47:37.871778 [ 253 ] {ba645f94-4a22-42d4-bbb6-fcc488e94bca} TCPHandler: Processed in 0.002011095 sec. 2025.08.26 21:47:37.871901 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:37.871996 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:37.872039 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:37.872379 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:37.872415 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:37.872746 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:47:37.872977 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:37.873118 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2025.08.26 21:47:37.873155 [ 253 ] {faf82872-af51-44d2-a647-e73b241cd4d0} TCPHandler: Processed in 0.001303899 sec. 2025.08.26 21:47:41.336308 [ 29 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:47:41.336415 [ 29 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:47:41.409913 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.08.26 21:47:41.410403 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:41.410443 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:41.410895 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:41.411114 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:41.411242 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.08.26 21:47:41.757739 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.08.26 21:47:41.775011 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:41.775077 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:41.780758 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:47:41.781462 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:41.784519 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.08.26 21:47:42.861461 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:42.861663 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:42.861740 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:42.862462 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:42.862518 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:42.862913 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:47:42.863146 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:42.863310 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} executeQuery: Read 56 rows, 4.38 KiB in 0.001702 sec., 32902.46768507638 rows/sec., 2.51 MiB/sec. 2025.08.26 21:47:42.863360 [ 253 ] {5ab66e95-dd5f-4482-a050-cc0384b60aae} TCPHandler: Processed in 0.002039546 sec. 2025.08.26 21:47:42.863523 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:42.863626 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:42.863668 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:42.864097 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:42.864135 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:42.864441 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:47:42.864643 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:42.864775 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2025.08.26 21:47:42.864813 [ 253 ] {44dc5690-36e2-466b-87b8-5f3886d7a526} TCPHandler: Processed in 0.00134274 sec. 2025.08.26 21:47:42.864928 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:42.865023 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:42.865067 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:42.865477 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:42.865512 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:42.865832 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:47:42.866031 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:42.866161 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2025.08.26 21:47:42.866197 [ 253 ] {89fb9be1-a0c4-4694-b09e-20985ad3dc7c} TCPHandler: Processed in 0.001318779 sec. 2025.08.26 21:47:42.866302 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:42.866396 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:42.866437 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:42.866754 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:42.866789 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:42.867083 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:47:42.867295 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:42.867422 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.08.26 21:47:42.867457 [ 253 ] {6374619d-623c-413f-8b8a-7c2a7c80871e} TCPHandler: Processed in 0.001203608 sec. 2025.08.26 21:47:43.581480 [ 66 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:47:43.581577 [ 66 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:43.581616 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:43.581818 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::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.08.26 21:47:43.582027 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:43.582081 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::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.08.26 21:47:43.582186 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::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.08.26 21:47:43.582262 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.26 21:47:43.582330 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.08.26 21:47:43.582395 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.26 21:47:43.583255 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518824 sec., 449031.619200118 rows/sec., 31.74 MiB/sec. 2025.08.26 21:47:43.583434 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:47:43.583708 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:43.583781 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_5_1} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:47:43.583869 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.26 21:47:46.414160 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 430 2025.08.26 21:47:46.416061 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:46.416099 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:46.417215 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:46.417481 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:46.417716 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2025.08.26 21:47:47.887938 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.888111 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:47:47.888177 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:47:47.888797 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.888844 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.889215 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:47:47.889434 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.889587 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. 2025.08.26 21:47:47.889630 [ 253 ] {854661d6-db65-4a90-b362-410ee4e1bdbf} TCPHandler: Processed in 0.001822381 sec. 2025.08.26 21:47:47.889751 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.889845 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:47.889884 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:47.890953 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.890989 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.891380 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:47:47.891598 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.891735 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} executeQuery: Read 1279 rows, 108.42 KiB in 0.001909 sec., 669984.2849659508 rows/sec., 55.46 MiB/sec. 2025.08.26 21:47:47.891773 [ 253 ] {ee6d31e9-b119-4654-be18-72f14aefba5a} TCPHandler: Processed in 0.002069466 sec. 2025.08.26 21:47:47.891890 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.891984 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:47.892025 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:47.892452 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.892487 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.892791 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:47:47.893005 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.893136 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} executeQuery: Read 43 rows, 3.22 KiB in 0.001171 sec., 36720.75149444919 rows/sec., 2.69 MiB/sec. 2025.08.26 21:47:47.893175 [ 253 ] {cd3ed6e9-8838-4ac7-8fac-35d8e587e8cc} TCPHandler: Processed in 0.00133511 sec. 2025.08.26 21:47:47.893290 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.893382 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:47:47.893422 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:47:47.893927 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.893963 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.894284 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:47:47.894496 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.894630 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} executeQuery: Read 228 rows, 15.81 KiB in 0.001266 sec., 180094.78672985782 rows/sec., 12.19 MiB/sec. 2025.08.26 21:47:47.894668 [ 253 ] {bc11404c-4471-4aeb-af77-dc645d1025aa} TCPHandler: Processed in 0.001426842 sec. 2025.08.26 21:47:47.894779 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.894873 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:47.894911 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:47.895520 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.895556 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.895888 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:47:47.896096 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.896226 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} executeQuery: Read 563 rows, 42.85 KiB in 0.001371 sec., 410649.16119620716 rows/sec., 30.52 MiB/sec. 2025.08.26 21:47:47.896262 [ 253 ] {b501bdc5-7c12-4aab-8497-501f704172c1} TCPHandler: Processed in 0.001532535 sec. 2025.08.26 21:47:47.896377 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.896471 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:47.896514 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:47.897083 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.897119 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.897493 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:47:47.897713 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.897843 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} executeQuery: Read 827 rows, 57.01 KiB in 0.001391 sec., 594536.3048166786 rows/sec., 40.02 MiB/sec. 2025.08.26 21:47:47.897880 [ 253 ] {8d18ed2b-8d3f-4d5b-bdc8-655f6039b0be} TCPHandler: Processed in 0.001551995 sec. 2025.08.26 21:47:47.897995 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.898089 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:47.898143 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} 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.08.26 21:47:47.899016 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.899053 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.899611 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:47:47.899831 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.899976 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} executeQuery: Read 41 rows, 75.23 KiB in 0.001905 sec., 21522.30971128609 rows/sec., 38.57 MiB/sec. 2025.08.26 21:47:47.900032 [ 253 ] {9268ee04-37de-4675-a700-6b0dad9647a3} TCPHandler: Processed in 0.002086758 sec. 2025.08.26 21:47:47.900158 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:47.900252 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:47.900293 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:47.900636 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:47.900672 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:47.900976 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:47:47.901186 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:47.901323 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.08.26 21:47:47.901359 [ 253 ] {7778f86a-f853-49f6-8aed-9853feebda47} TCPHandler: Processed in 0.001250929 sec. 2025.08.26 21:47:48.911307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.08.26 21:47:48.911824 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:48.911863 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:48.912355 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:48.912576 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:48.912706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.08.26 21:47:49.284588 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.08.26 21:47:49.301827 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:49.301893 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:49.307526 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:47:49.308221 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:49.311116 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.08.26 21:47:52.860820 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:52.861034 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:52.861110 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:52.861892 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.861932 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.862338 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:47:52.862573 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.862698 [ 83 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:47:52.862733 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} executeQuery: Read 56 rows, 4.38 KiB in 0.001753 sec., 31945.23673702225 rows/sec., 2.44 MiB/sec. 2025.08.26 21:47:52.862742 [ 83 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.862772 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.862785 [ 253 ] {5fa15ee5-35bb-4e0d-8347-e97b48b529e6} TCPHandler: Processed in 0.002104677 sec. 2025.08.26 21:47:52.862909 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:52.862908 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:52.863018 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:52.863068 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:52.863078 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:52.863120 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2419 rows starting from the beginning of the part 2025.08.26 21:47:52.863196 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 176 rows starting from the beginning of the part 2025.08.26 21:47:52.863246 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 138 rows starting from the beginning of the part 2025.08.26 21:47:52.863290 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:52.863332 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:47:52.863380 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:47:52.863506 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.863549 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.863900 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:47:52.864156 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.864271 [ 155 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:47:52.864300 [ 155 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.864300 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} executeQuery: Read 64 rows, 5.12 KiB in 0.001307 sec., 48967.10022953328 rows/sec., 3.82 MiB/sec. 2025.08.26 21:47:52.864321 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.864347 [ 253 ] {3ae76017-f456-456e-9abd-27dec4d25985} TCPHandler: Processed in 0.001490393 sec. 2025.08.26 21:47:52.864437 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:52.864462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:52.864575 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:52.864591 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:52.864621 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:52.864633 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1221 rows starting from the beginning of the part 2025.08.26 21:47:52.864741 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part 2025.08.26 21:47:52.864794 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part 2025.08.26 21:47:52.864836 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:52.864880 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 563 rows starting from the beginning of the part 2025.08.26 21:47:52.864934 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:47:52.865071 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.865114 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.865236 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4124 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389664 sec., 1725765.6306493296 rows/sec., 148.55 MiB/sec. 2025.08.26 21:47:52.865499 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:47:52.865672 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:47:52.865796 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.865884 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_21_4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:47:52.865957 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:47:52.865982 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.866090 [ 155 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:47:52.866119 [ 155 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.866128 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. 2025.08.26 21:47:52.866137 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.866166 [ 253 ] {fcfb78f2-7f0a-4c01-8d38-d73d18b07b93} TCPHandler: Processed in 0.00175485 sec. 2025.08.26 21:47:52.866221 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:52.866253 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.001873702 sec., 1129848.8233454411 rows/sec., 87.79 MiB/sec. 2025.08.26 21:47:52.866269 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:52.866313 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:52.866344 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5020 rows starting from the beginning of the part 2025.08.26 21:47:52.866373 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:52.866389 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 196 rows starting from the beginning of the part 2025.08.26 21:47:52.866423 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:52.866434 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.08.26 21:47:52.866477 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:52.866512 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 827 rows starting from the beginning of the part 2025.08.26 21:47:52.866517 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:47:52.866544 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:47:52.866783 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.866826 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.866900 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.866993 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_21_4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:47:52.867096 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.08.26 21:47:52.867169 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:47:52.867408 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.867500 [ 155 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:47:52.867522 [ 155 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:52.867537 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:52.867541 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2025.08.26 21:47:52.867579 [ 253 ] {4c7570f7-970d-478d-abf5-d70222323a6a} TCPHandler: Processed in 0.00135713 sec. 2025.08.26 21:47:52.867604 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:52.867704 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:52.867730 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 720 rows starting from the beginning of the part 2025.08.26 21:47:52.867789 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:52.867829 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.08.26 21:47:52.867863 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:52.867898 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.08.26 21:47:52.867932 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:47:52.868647 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6523 rows, containing 5 columns (5 merged, 0 gathered) in 0.002452475 sec., 2659762.0770853935 rows/sec., 181.91 MiB/sec. 2025.08.26 21:47:52.868718 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 4 columns (4 merged, 0 gathered) in 0.001141176 sec., 893814.801573114 rows/sec., 58.90 MiB/sec. 2025.08.26 21:47:52.868928 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:47:52.869065 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:47:52.869195 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.869266 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_21_4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:47:52.869314 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:52.869334 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.08.26 21:47:52.869383 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_21_4} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:47:52.869459 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.08.26 21:47:56.336467 [ 152 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:47:56.336539 [ 152 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:47:56.413739 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 2025.08.26 21:47:56.414195 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.414229 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.414699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:56.414938 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.415063 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.08.26 21:47:56.415105 [ 125 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:56.415186 [ 125 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.415210 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.415335 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:47:56.415495 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:56.415540 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part 2025.08.26 21:47:56.415641 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part 2025.08.26 21:47:56.415697 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.08.26 21:47:56.415749 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part 2025.08.26 21:47:56.415795 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2025.08.26 21:47:56.415843 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part 2025.08.26 21:47:56.417244 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001963654 sec., 3758808.8329206672 rows/sec., 53.77 MiB/sec. 2025.08.26 21:47:56.417823 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 454 2025.08.26 21:47:56.418004 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:56.418321 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.418402 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_16_3} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:56.418504 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.08.26 21:47:56.419844 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.419887 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.421029 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:56.421292 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.421420 [ 125 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:56.421455 [ 125 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.421474 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.421575 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:47:56.421617 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 454 2025.08.26 21:47:56.422178 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:56.422337 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part 2025.08.26 21:47:56.422729 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 54 rows starting from the beginning of the part 2025.08.26 21:47:56.423077 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2025.08.26 21:47:56.423410 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2025.08.26 21:47:56.423738 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2025.08.26 21:47:56.424053 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.26 21:47:56.429731 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 72 columns (72 merged, 0 gathered) in 0.008206275 sec., 55323.5176739751 rows/sec., 54.29 MiB/sec. 2025.08.26 21:47:56.430647 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:56.431183 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.431255 [ 194 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_11_2} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:56.431452 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.08.26 21:47:56.812142 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.08.26 21:47:56.829380 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.829442 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.835542 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:47:56.836234 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.836537 [ 125 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:47:56.836600 [ 125 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:56.836622 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:56.836737 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.840669 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.08.26 21:47:56.841653 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:56.843177 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.848049 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.852805 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.857330 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.861762 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.865877 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:47:56.924139 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.087451351 sec., 1383.6264233356442 rows/sec., 7.15 MiB/sec. 2025.08.26 21:47:56.927312 [ 198 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:47:56.929487 [ 198 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_16_3} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:56.929603 [ 198 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_16_3} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:47:56.931497 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.08.26 21:47:57.001163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 199.63 MiB, peak 209.61 MiB, free memory in arenas 0.00 B, will set to 208.55 MiB (RSS), difference: 8.92 MiB 2025.08.26 21:47:57.002269 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000865719 sec. 2025.08.26 21:47:57.863518 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.863719 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:47:57.863791 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:47:57.864527 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.864573 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.864979 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:47:57.865205 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.865358 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} executeQuery: Read 138 rows, 12.23 KiB in 0.001695 sec., 81415.92920353982 rows/sec., 7.05 MiB/sec. 2025.08.26 21:47:57.865399 [ 253 ] {86b75e39-cf53-4791-9a1c-bf2b09c82de0} TCPHandler: Processed in 0.002015446 sec. 2025.08.26 21:47:57.865538 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.865633 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:47:57.865682 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:47:57.866170 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.866209 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.866568 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:47:57.866770 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.866893 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} executeQuery: Read 41 rows, 3.08 KiB in 0.001279 sec., 32056.29397967162 rows/sec., 2.35 MiB/sec. 2025.08.26 21:47:57.866929 [ 253 ] {89837dd6-86e4-4274-90de-4c59b95cf894} TCPHandler: Processed in 0.001437602 sec. 2025.08.26 21:47:57.867052 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.867144 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:47:57.867184 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:47:57.867627 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.867662 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.867959 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:47:57.868161 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.868284 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} executeQuery: Read 105 rows, 8.40 KiB in 0.001158 sec., 90673.57512953368 rows/sec., 7.08 MiB/sec. 2025.08.26 21:47:57.868320 [ 253 ] {7254eae8-6d13-4893-b031-a204e3509df7} TCPHandler: Processed in 0.00131508 sec. 2025.08.26 21:47:57.868431 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.868523 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:57.868565 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:47:57.868992 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.869026 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.869337 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:47:57.869540 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.869667 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.08.26 21:47:57.869702 [ 253 ] {3c43d416-7a26-4337-b328-6967dfae9b71} TCPHandler: Processed in 0.00131772 sec. 2025.08.26 21:47:57.869823 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.869914 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:47:57.869966 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} 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.08.26 21:47:57.870836 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.870871 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.871442 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:47:57.871658 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.871765 [ 150 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.26 21:47:57.871792 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2025.08.26 21:47:57.871836 [ 150 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.871860 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.871867 [ 253 ] {4c4348ef-acc6-4943-9e6e-b448c063a2f9} TCPHandler: Processed in 0.002090237 sec. 2025.08.26 21:47:57.871989 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:47:57.871986 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.872082 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:47:57.872128 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:47:57.872273 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:47:57.872343 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 211 rows starting from the beginning of the part 2025.08.26 21:47:57.872468 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:47:57.872488 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.872509 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:47:57.872610 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.872724 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.872830 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:47:57.872837 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.872966 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:47:57.873057 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.873194 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.08.26 21:47:57.873229 [ 253 ] {4de375d6-483a-49a9-a435-2d207a0f40bf} TCPHandler: Processed in 0.001288059 sec. 2025.08.26 21:47:57.877056 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 19 columns (19 merged, 0 gathered) in 0.005129985 sec., 81091.85504441046 rows/sec., 145.31 MiB/sec. 2025.08.26 21:47:57.878156 [ 194 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.26 21:47:57.878541 [ 194 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:47:57.878627 [ 194 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_11_2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.26 21:47:57.878761 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.08.26 21:47:58.001243 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 209.04 MiB, peak 214.26 MiB, free memory in arenas 0.00 B, will set to 210.68 MiB (RSS), difference: 1.64 MiB 2025.08.26 21:48:02.864361 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.864595 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.864679 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:48:02.865489 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.865553 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.866005 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:48:02.866255 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.866430 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} executeQuery: Read 24 rows, 2.04 KiB in 0.001894 sec., 12671.594508975712 rows/sec., 1.05 MiB/sec. 2025.08.26 21:48:02.866486 [ 253 ] {ba4ae27f-558f-4ff3-9dba-39d3c8b69dcf} TCPHandler: Processed in 0.002338563 sec. 2025.08.26 21:48:02.866653 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.866767 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:02.866816 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:02.867413 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.867452 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.867826 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:02.868053 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.868202 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} executeQuery: Read 176 rows, 15.82 KiB in 0.001463 sec., 120300.75187969924 rows/sec., 10.56 MiB/sec. 2025.08.26 21:48:02.868242 [ 253 ] {aac26844-48c9-4ee0-8f80-3418756975a7} TCPHandler: Processed in 0.001650048 sec. 2025.08.26 21:48:02.868393 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.868497 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.868541 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:02.869009 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.869045 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.869376 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:48:02.869645 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.869787 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} executeQuery: Read 12 rows, 984.00 B in 0.001317 sec., 9111.617312072893 rows/sec., 729.64 KiB/sec. 2025.08.26 21:48:02.869826 [ 253 ] {1c9dbc0b-3942-4a09-a8a1-66fc415570ad} TCPHandler: Processed in 0.001485913 sec. 2025.08.26 21:48:02.869960 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.870059 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.870103 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:48:02.870590 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.870636 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.871016 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:48:02.871275 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.871435 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} executeQuery: Read 24 rows, 2.04 KiB in 0.001399 sec., 17155.11079342387 rows/sec., 1.42 MiB/sec. 2025.08.26 21:48:02.871480 [ 253 ] {bdeafc09-2626-40d3-89a1-8aba5bf22adf} TCPHandler: Processed in 0.001570686 sec. 2025.08.26 21:48:02.871637 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.871746 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.871797 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:48:02.872327 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.872368 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.872747 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:48:02.873012 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.873175 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} executeQuery: Read 12 rows, 960.00 B in 0.001456 sec., 8241.758241758242 rows/sec., 643.89 KiB/sec. 2025.08.26 21:48:02.873220 [ 253 ] {7f0f2f3d-caf8-47a2-a5d7-826723724d25} TCPHandler: Processed in 0.001640727 sec. 2025.08.26 21:48:02.873376 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.873483 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:02.873532 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:02.874138 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.874184 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.874682 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:02.874982 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.875126 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} executeQuery: Read 100 rows, 8.37 KiB in 0.001668 sec., 59952.03836930456 rows/sec., 4.90 MiB/sec. 2025.08.26 21:48:02.875170 [ 253 ] {2813540b-dce8-4a68-8300-fdd8b177b137} TCPHandler: Processed in 0.001855062 sec. 2025.08.26 21:48:02.875329 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.875462 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.875527 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:02.876029 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.876065 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.876433 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:02.876684 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.876831 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} executeQuery: Read 196 rows, 14.40 KiB in 0.001399 sec., 140100.0714796283 rows/sec., 10.05 MiB/sec. 2025.08.26 21:48:02.876871 [ 253 ] {92ea0d6a-aa38-4244-9b5a-05f438f3216b} TCPHandler: Processed in 0.001605866 sec. 2025.08.26 21:48:02.877005 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:02.877106 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:02.877153 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:02.877554 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:02.877591 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:02.877922 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:02.878146 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:02.878296 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} executeQuery: Read 60 rows, 4.14 KiB in 0.001211 sec., 49545.8298926507 rows/sec., 3.34 MiB/sec. 2025.08.26 21:48:02.878341 [ 253 ] {e99c60f4-72a4-44b2-a2d1-e50a81009cbc} TCPHandler: Processed in 0.001387341 sec. 2025.08.26 21:48:03.916064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 2025.08.26 21:48:03.916524 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:03.916563 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:03.917136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:48:03.917366 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:03.917490 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 2025.08.26 21:48:04.341683 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.08.26 21:48:04.356102 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:04.356156 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:04.362065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:48:04.362743 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:04.365301 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.08.26 21:48:06.422677 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 482 2025.08.26 21:48:06.424831 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:06.424885 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:06.426061 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:48:06.426338 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:06.426688 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2025.08.26 21:48:07.863659 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.863842 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:07.863911 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:07.864668 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.864713 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.865118 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:07.865350 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.865513 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} executeQuery: Read 138 rows, 12.23 KiB in 0.001722 sec., 80139.37282229966 rows/sec., 6.94 MiB/sec. 2025.08.26 21:48:07.865563 [ 253 ] {70085843-4e03-4091-be23-5610b23221ca} TCPHandler: Processed in 0.002034946 sec. 2025.08.26 21:48:07.865692 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.865796 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:07.865841 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:07.866265 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.866302 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.866614 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:48:07.866836 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.866967 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} executeQuery: Read 41 rows, 3.08 KiB in 0.001196 sec., 34280.9364548495 rows/sec., 2.52 MiB/sec. 2025.08.26 21:48:07.867006 [ 253 ] {66c2af3c-2b5d-47b3-b19a-4bc1112fcde2} TCPHandler: Processed in 0.001366251 sec. 2025.08.26 21:48:07.867117 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.867213 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:07.867254 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:07.867692 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.867728 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.868039 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:07.868250 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.868376 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} executeQuery: Read 105 rows, 8.40 KiB in 0.001184 sec., 88682.43243243244 rows/sec., 6.93 MiB/sec. 2025.08.26 21:48:07.868414 [ 253 ] {fce7b257-35fe-430d-966f-564b1c14d565} TCPHandler: Processed in 0.00134653 sec. 2025.08.26 21:48:07.868527 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.868622 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:07.868668 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:07.869079 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.869113 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.869441 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:07.869659 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.869787 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.08.26 21:48:07.869823 [ 253 ] {5260f29e-73d0-47fa-aeb4-f11b2aa29bd9} TCPHandler: Processed in 0.00134512 sec. 2025.08.26 21:48:07.869932 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.870028 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:07.870082 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} 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.08.26 21:48:07.870926 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.870962 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.871513 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:48:07.871745 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.871884 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} executeQuery: Read 41 rows, 75.23 KiB in 0.001875 sec., 21866.666666666668 rows/sec., 39.18 MiB/sec. 2025.08.26 21:48:07.871943 [ 253 ] {ef851db0-a082-40b8-bb70-a55b704fc1b2} TCPHandler: Processed in 0.002059857 sec. 2025.08.26 21:48:07.872055 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:07.872149 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:07.872192 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:07.872520 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:07.872555 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:07.872861 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:07.873067 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:07.873194 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.26 21:48:07.873230 [ 253 ] {502ff51d-24fb-422e-995b-6854e29e63d5} TCPHandler: Processed in 0.001223928 sec. 2025.08.26 21:48:11.336584 [ 136 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:48:11.336656 [ 136 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:48:11.417570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 2025.08.26 21:48:11.418170 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:11.418212 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:11.418696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:48:11.418922 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:11.419060 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.08.26 21:48:11.865376 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.08.26 21:48:11.881917 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:11.881979 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:11.888008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:48:11.888723 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:11.891602 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.08.26 21:48:12.861309 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:12.861490 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:12.861557 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:12.862218 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:12.862266 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:12.862658 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:48:12.862879 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:12.863035 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} executeQuery: Read 56 rows, 4.38 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.68 MiB/sec. 2025.08.26 21:48:12.863079 [ 253 ] {88f283a0-11e6-4a27-81da-3960e9814b1c} TCPHandler: Processed in 0.001903193 sec. 2025.08.26 21:48:12.863203 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:12.863321 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:12.863376 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:12.863855 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:12.863891 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:12.864199 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:48:12.864408 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:12.864539 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} executeQuery: Read 64 rows, 5.12 KiB in 0.001244 sec., 51446.94533762058 rows/sec., 4.02 MiB/sec. 2025.08.26 21:48:12.864579 [ 253 ] {44e13f32-4bcc-4b79-90b9-10a79a197d7f} TCPHandler: Processed in 0.001425992 sec. 2025.08.26 21:48:12.864704 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:12.864799 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:12.864843 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:12.865291 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:12.865334 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:12.865714 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:48:12.865930 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:12.866069 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2025.08.26 21:48:12.866106 [ 253 ] {c202729b-18b4-404a-b10e-240062b062c4} TCPHandler: Processed in 0.001452913 sec. 2025.08.26 21:48:12.866223 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:12.866318 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:12.866360 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:12.866705 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:12.866742 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:12.867048 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:48:12.867251 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:12.867382 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.08.26 21:48:12.867420 [ 253 ] {2033f0a6-7217-47df-9c87-355861522743} TCPHandler: Processed in 0.001246188 sec. 2025.08.26 21:48:14.585149 [ 133 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:48:14.585236 [ 133 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:14.585262 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:14.585391 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::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.08.26 21:48:14.585541 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:14.585579 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::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.08.26 21:48:14.585675 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::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.08.26 21:48:14.585730 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:14.585785 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:14.585834 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:14.586764 [ 194 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 856 rows, containing 5 columns (5 merged, 0 gathered) in 0.001432343 sec., 597622.2175833582 rows/sec., 41.18 MiB/sec. 2025.08.26 21:48:14.586897 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:48:14.587133 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:14.587203 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_5_1} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:48:14.587272 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.26 21:48:15.556089 [ 129 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:48:15.556160 [ 129 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:15.556184 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:15.556315 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:48:15.556481 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:15.556519 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:48:15.556593 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:48:15.556643 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:48:15.556688 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.08.26 21:48:15.556734 [ 191 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:48:15.557644 [ 194 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 5 columns (5 merged, 0 gathered) in 0.001387951 sec., 317014.0732633933 rows/sec., 19.72 MiB/sec. 2025.08.26 21:48:15.557863 [ 186 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:48:15.558167 [ 186 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:15.558244 [ 186 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_5_1} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:48:15.558346 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.08.26 21:48:16.426852 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 502 2025.08.26 21:48:16.428962 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:16.429021 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:16.430182 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:48:16.430454 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:16.430814 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 502 2025.08.26 21:48:17.891420 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.891624 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:48:17.891696 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:48:17.892322 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.892388 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.893448 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:48:17.893707 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.893862 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} executeQuery: Read 16 rows, 1.30 KiB in 0.002299 sec., 6959.547629404089 rows/sec., 567.50 KiB/sec. 2025.08.26 21:48:17.893907 [ 253 ] {f1b8b00c-5460-48ce-94bb-11afbe8ff597} TCPHandler: Processed in 0.00262963 sec. 2025.08.26 21:48:17.894041 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.894138 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:17.894179 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:17.895249 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.895287 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.895693 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:48:17.895919 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.896030 [ 127 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:48:17.896055 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} executeQuery: Read 1286 rows, 108.93 KiB in 0.001937 sec., 663913.2679401136 rows/sec., 54.92 MiB/sec. 2025.08.26 21:48:17.896070 [ 127 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.896093 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.896097 [ 253 ] {b31a0c41-6f68-40ea-9450-d912adad1a7a} TCPHandler: Processed in 0.002106697 sec. 2025.08.26 21:48:17.896175 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:48:17.896226 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.896260 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:17.896288 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2420 rows starting from the beginning of the part 2025.08.26 21:48:17.896322 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:17.896342 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 138 rows starting from the beginning of the part 2025.08.26 21:48:17.896365 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:17.896383 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 176 rows starting from the beginning of the part 2025.08.26 21:48:17.896422 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 138 rows starting from the beginning of the part 2025.08.26 21:48:17.896461 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:48:17.896520 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1286 rows starting from the beginning of the part 2025.08.26 21:48:17.896814 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.896850 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.897253 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:48:17.897475 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.897571 [ 127 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:48:17.897601 [ 127 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.897603 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} executeQuery: Read 57 rows, 4.20 KiB in 0.0013 sec., 43846.15384615385 rows/sec., 3.16 MiB/sec. 2025.08.26 21:48:17.897621 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.897649 [ 253 ] {5565f584-d91a-4104-83c5-ccc773343227} TCPHandler: Processed in 0.001472513 sec. 2025.08.26 21:48:17.897726 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:17.897765 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.897865 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:48:17.897868 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:17.897910 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:48:17.897919 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 267 rows starting from the beginning of the part 2025.08.26 21:48:17.897998 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 43 rows starting from the beginning of the part 2025.08.26 21:48:17.898048 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:17.898090 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.08.26 21:48:17.898133 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:17.898167 [ 194 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002024916 sec., 2081073.9803527654 rows/sec., 179.55 MiB/sec. 2025.08.26 21:48:17.898180 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part 2025.08.26 21:48:17.898429 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:48:17.898441 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.898481 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.898713 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.898781 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_26_5} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:48:17.898841 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:48:17.898896 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:48:17.899111 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.899120 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 5 columns (5 merged, 0 gathered) in 0.001447302 sec., 318523.7082516296 rows/sec., 22.56 MiB/sec. 2025.08.26 21:48:17.899246 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} executeQuery: Read 228 rows, 15.81 KiB in 0.001399 sec., 162973.5525375268 rows/sec., 11.04 MiB/sec. 2025.08.26 21:48:17.899272 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:48:17.899291 [ 253 ] {de6a4d8c-4304-46e6-b07f-73cf3d127f3a} TCPHandler: Processed in 0.001576615 sec. 2025.08.26 21:48:17.899407 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.899502 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:17.899522 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.899543 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:17.899585 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_16_3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:48:17.899651 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.08.26 21:48:17.900195 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.900230 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.900580 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:48:17.900806 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.900906 [ 127 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:48:17.900934 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} executeQuery: Read 577 rows, 43.99 KiB in 0.001451 sec., 397656.78842177807 rows/sec., 29.61 MiB/sec. 2025.08.26 21:48:17.900935 [ 127 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.900966 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.900974 [ 253 ] {d279a621-a1cf-401a-92ba-28a693d81905} TCPHandler: Processed in 0.001617166 sec. 2025.08.26 21:48:17.901045 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:48:17.901099 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.901153 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:17.901189 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1223 rows starting from the beginning of the part 2025.08.26 21:48:17.901199 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:17.901248 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:17.901254 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 105 rows starting from the beginning of the part 2025.08.26 21:48:17.901314 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part 2025.08.26 21:48:17.901358 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 105 rows starting from the beginning of the part 2025.08.26 21:48:17.901397 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:48:17.901436 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 577 rows starting from the beginning of the part 2025.08.26 21:48:17.901866 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.901907 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.902340 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:48:17.902567 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.902619 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614076 sec., 1346900.6416054757 rows/sec., 104.82 MiB/sec. 2025.08.26 21:48:17.902668 [ 127 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:48:17.902697 [ 127 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.902701 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} executeQuery: Read 888 rows, 61.19 KiB in 0.001522 sec., 583442.8383705651 rows/sec., 39.26 MiB/sec. 2025.08.26 21:48:17.902716 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.902744 [ 253 ] {5cd1d004-8869-4ba8-8740-0879bbce8912} TCPHandler: Processed in 0.001694428 sec. 2025.08.26 21:48:17.902786 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:48:17.902813 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:48:17.902857 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.902896 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:17.902939 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6523 rows starting from the beginning of the part 2025.08.26 21:48:17.902957 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:17.902995 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.08.26 21:48:17.903022 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} 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.08.26 21:48:17.903051 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 196 rows starting from the beginning of the part 2025.08.26 21:48:17.903095 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.08.26 21:48:17.903109 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.903135 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:48:17.903187 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 888 rows starting from the beginning of the part 2025.08.26 21:48:17.903191 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_26_5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:48:17.903290 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:48:17.903949 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.903991 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.904593 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:48:17.904833 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.904977 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} executeQuery: Read 41 rows, 75.23 KiB in 0.002038 sec., 20117.76251226693 rows/sec., 36.05 MiB/sec. 2025.08.26 21:48:17.905043 [ 253 ] {84e0c8cd-824b-4155-9b18-442cfd0e2ecc} TCPHandler: Processed in 0.002234811 sec. 2025.08.26 21:48:17.905174 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:17.905268 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:17.905311 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:17.905660 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.905695 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.905886 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8087 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129381 sec., 2584217.134315061 rows/sec., 176.83 MiB/sec. 2025.08.26 21:48:17.906029 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:48:17.906267 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.906335 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:48:17.906368 [ 127 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:48:17.906401 [ 127 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:17.906404 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2025.08.26 21:48:17.906423 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:17.906447 [ 253 ] {f413bfbe-7025-4eca-8d45-98d29a709b6a} TCPHandler: Processed in 0.00132329 sec. 2025.08.26 21:48:17.906500 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:17.906608 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:17.906608 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.906642 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1020 rows starting from the beginning of the part 2025.08.26 21:48:17.906697 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.08.26 21:48:17.906700 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_26_5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:48:17.906743 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:17.906781 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.08.26 21:48:17.906785 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.08.26 21:48:17.906841 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:17.906876 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.08.26 21:48:17.907812 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 4 columns (4 merged, 0 gathered) in 0.00134161 sec., 983892.4873845603 rows/sec., 65.17 MiB/sec. 2025.08.26 21:48:17.908007 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:48:17.908251 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:17.908315 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_26_5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:48:17.908377 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.26 21:48:18.919189 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 2025.08.26 21:48:18.919658 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:18.919702 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:18.920153 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:48:18.920384 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:18.920510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 2025.08.26 21:48:19.391806 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.08.26 21:48:19.408702 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:19.408751 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:19.414762 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:48:19.415459 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:19.418303 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.08.26 21:48:22.862246 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:22.862438 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:22.862502 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:22.863125 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:22.863170 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:22.863552 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:48:22.863771 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:22.863919 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} executeQuery: Read 56 rows, 4.38 KiB in 0.001532 sec., 36553.52480417755 rows/sec., 2.79 MiB/sec. 2025.08.26 21:48:22.863960 [ 253 ] {d237af0a-a919-4e38-86df-bf4c116ab7a1} TCPHandler: Processed in 0.001840142 sec. 2025.08.26 21:48:22.864071 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:22.864162 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:22.864201 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:22.864621 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:22.864656 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:22.864953 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:48:22.865160 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:22.865286 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} executeQuery: Read 64 rows, 5.12 KiB in 0.001142 sec., 56042.031523642734 rows/sec., 4.37 MiB/sec. 2025.08.26 21:48:22.865322 [ 253 ] {408eb5b4-54c4-41fd-98a2-25a05ff1eb0f} TCPHandler: Processed in 0.001298139 sec. 2025.08.26 21:48:22.865435 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:22.865526 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:22.865569 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:22.865979 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:22.866015 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:22.866338 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:48:22.866550 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:22.866679 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.08.26 21:48:22.866714 [ 253 ] {e45009c7-c258-4b0e-b909-4ee5454f2c2a} TCPHandler: Processed in 0.00132615 sec. 2025.08.26 21:48:22.866822 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:22.866914 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:22.866954 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:22.867280 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:22.867315 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:22.867605 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:48:22.867802 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:22.867926 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2025.08.26 21:48:22.867960 [ 253 ] {351507ba-33bf-4c60-a29c-083fd9b14544} TCPHandler: Processed in 0.001184636 sec. 2025.08.26 21:48:26.336695 [ 116 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:48:26.336762 [ 116 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:48:26.421549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 2025.08.26 21:48:26.422036 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:26.422076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:26.422557 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:48:26.422787 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:26.422925 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.08.26 21:48:26.431935 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 526 2025.08.26 21:48:26.434153 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:26.434208 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:26.435376 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:48:26.435659 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:26.436017 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 526 2025.08.26 21:48:26.919334 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.08.26 21:48:26.936553 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:26.936611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:26.942284 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:48:26.942984 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:26.945833 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.08.26 21:48:27.863535 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.863733 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:27.863804 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:27.864530 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.864569 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.864965 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:48:27.865190 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.865348 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} executeQuery: Read 138 rows, 12.23 KiB in 0.001666 sec., 82833.13325330132 rows/sec., 7.17 MiB/sec. 2025.08.26 21:48:27.865396 [ 253 ] {264ddb61-25e7-4a06-bf94-f9166bed8814} TCPHandler: Processed in 0.001991145 sec. 2025.08.26 21:48:27.865525 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.865628 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:27.865672 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:27.866093 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.866128 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.866429 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:48:27.866643 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.866774 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} executeQuery: Read 41 rows, 3.08 KiB in 0.00117 sec., 35042.73504273504 rows/sec., 2.57 MiB/sec. 2025.08.26 21:48:27.866811 [ 253 ] {4e482980-6516-425a-819c-1bde36e839aa} TCPHandler: Processed in 0.00133786 sec. 2025.08.26 21:48:27.866925 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.867021 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:27.867063 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:27.867491 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.867526 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.867839 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:48:27.868048 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.868175 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} executeQuery: Read 105 rows, 8.40 KiB in 0.001173 sec., 89514.06649616368 rows/sec., 6.99 MiB/sec. 2025.08.26 21:48:27.868212 [ 253 ] {5d4361e8-7f55-44f4-a2ff-ed7570978586} TCPHandler: Processed in 0.00133705 sec. 2025.08.26 21:48:27.868319 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.868413 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:27.868456 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:27.868868 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.868903 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.869226 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:48:27.869432 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.869558 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.08.26 21:48:27.869595 [ 253 ] {5c8d3e74-574d-4e3b-ae62-7d5ef33e306c} TCPHandler: Processed in 0.00132551 sec. 2025.08.26 21:48:27.869696 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.869789 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:27.869843 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} 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.08.26 21:48:27.870661 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.870695 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.871258 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:48:27.871475 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.871618 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} executeQuery: Read 41 rows, 75.23 KiB in 0.001847 sec., 22198.159177043857 rows/sec., 39.78 MiB/sec. 2025.08.26 21:48:27.871678 [ 253 ] {019306ea-adfe-41ac-b1de-fb171760ddd0} TCPHandler: Processed in 0.002029485 sec. 2025.08.26 21:48:27.871787 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:27.871882 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:27.871924 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:27.872258 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:27.872292 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:27.872603 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:48:27.872816 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:27.872941 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.08.26 21:48:27.872976 [ 253 ] {1657bf93-e191-43e7-b025-f54f77330996} TCPHandler: Processed in 0.001237598 sec. 2025.08.26 21:48:30.660462 [ 112 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:48:30.660538 [ 112 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:30.660558 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:30.660679 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:48:30.660826 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:30.660859 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:48:30.660953 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.08.26 21:48:30.661006 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.08.26 21:48:30.661051 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.08.26 21:48:30.661098 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part 2025.08.26 21:48:30.661897 [ 195 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272488 sec., 34577.92922212233 rows/sec., 2.89 MiB/sec. 2025.08.26 21:48:30.662089 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:48:30.662412 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:30.662498 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_5_1} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:48:30.662582 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:48:32.864392 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.864586 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.864658 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:48:32.865339 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.865387 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.865797 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:48:32.866027 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.866183 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} executeQuery: Read 24 rows, 2.04 KiB in 0.001652 sec., 14527.845036319612 rows/sec., 1.21 MiB/sec. 2025.08.26 21:48:32.866228 [ 253 ] {1e754a16-6498-4fd7-9e53-bc2896d0ce59} TCPHandler: Processed in 0.001983435 sec. 2025.08.26 21:48:32.866376 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.866471 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:32.866512 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:32.867086 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.867121 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.867437 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:48:32.867645 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.867778 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} executeQuery: Read 176 rows, 15.82 KiB in 0.001327 sec., 132629.99246420496 rows/sec., 11.64 MiB/sec. 2025.08.26 21:48:32.867814 [ 253 ] {a03cdf7d-5cb5-4755-9563-e86929323be2} TCPHandler: Processed in 0.001488634 sec. 2025.08.26 21:48:32.867940 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.868033 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.868074 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:32.868490 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.868525 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.868850 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:48:32.869083 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.869221 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} executeQuery: Read 12 rows, 984.00 B in 0.001206 sec., 9950.248756218905 rows/sec., 796.80 KiB/sec. 2025.08.26 21:48:32.869258 [ 253 ] {9dbdd635-e394-48c8-8e8d-cbc2c961ebf9} TCPHandler: Processed in 0.001366381 sec. 2025.08.26 21:48:32.869384 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.869478 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.869517 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:48:32.869927 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.869964 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.870258 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:48:32.870464 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.870593 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} executeQuery: Read 24 rows, 2.04 KiB in 0.001134 sec., 21164.021164021164 rows/sec., 1.76 MiB/sec. 2025.08.26 21:48:32.870631 [ 253 ] {4636993d-7289-4862-ba59-345aa7afe91d} TCPHandler: Processed in 0.001297959 sec. 2025.08.26 21:48:32.870751 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.870843 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.870882 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:48:32.871316 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.871356 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.871729 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:48:32.871968 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.872123 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} executeQuery: Read 12 rows, 960.00 B in 0.001297 sec., 9252.120277563608 rows/sec., 722.82 KiB/sec. 2025.08.26 21:48:32.872162 [ 253 ] {b2f4b410-8393-492e-9498-32a175b91581} TCPHandler: Processed in 0.001459033 sec. 2025.08.26 21:48:32.872291 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.872394 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:32.872445 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:32.873064 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.873105 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.873510 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:48:32.873786 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.873945 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} executeQuery: Read 100 rows, 8.37 KiB in 0.001574 sec., 63532.40152477763 rows/sec., 5.19 MiB/sec. 2025.08.26 21:48:32.873991 [ 253 ] {7a5565fd-7258-4943-ae98-894f63e502da} TCPHandler: Processed in 0.00175386 sec. 2025.08.26 21:48:32.874149 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.874249 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.874302 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:32.874876 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.874920 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.875319 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:48:32.875650 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.875795 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} executeQuery: Read 196 rows, 14.40 KiB in 0.001565 sec., 125239.61661341853 rows/sec., 8.99 MiB/sec. 2025.08.26 21:48:32.875846 [ 253 ] {d4e718c0-9d19-4b60-be04-054c15be6443} TCPHandler: Processed in 0.00175334 sec. 2025.08.26 21:48:32.876011 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:32.876130 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:32.876178 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:32.876564 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:32.876608 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:32.876979 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:48:32.877200 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:32.877336 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2025.08.26 21:48:32.877374 [ 253 ] {2c9a3564-e49b-4c8f-b05f-8e9b03219eaa} TCPHandler: Processed in 0.001423262 sec. 2025.08.26 21:48:33.922984 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 2025.08.26 21:48:33.923465 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:33.923502 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:33.923981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:48:33.924210 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:33.924317 [ 108 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:48:33.924342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 2025.08.26 21:48:33.924357 [ 108 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:33.924379 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.08.26 21:48:33.924488 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:48:33.924641 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:33.924681 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:48:33.924743 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2025.08.26 21:48:33.924786 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.08.26 21:48:33.924825 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.08.26 21:48:33.924863 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.08.26 21:48:33.924902 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.08.26 21:48:33.926700 [ 189 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268632 sec., 4248375.232298584 rows/sec., 60.77 MiB/sec. 2025.08.26 21:48:33.926980 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:48:33.927226 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:33.927287 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_21_4} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:48:33.927369 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.08.26 21:48:34.445881 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.08.26 21:48:34.463877 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:34.463944 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:34.469443 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:48:34.470136 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:34.470414 [ 107 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:48:34.470448 [ 107 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:34.470465 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:34.470556 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.473182 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.08.26 21:48:34.473430 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:34.474192 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.477526 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.480771 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.484322 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.488174 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.492116 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:48:34.542754 [ 200 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072232948 sec., 2201.2115579167553 rows/sec., 11.38 MiB/sec. 2025.08.26 21:48:34.545417 [ 200 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:48:34.547613 [ 200 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_21_4} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:34.547720 [ 200 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_21_4} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:48:34.550089 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.26 21:48:35.000162 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.72 MiB, peak 224.28 MiB, free memory in arenas 0.00 B, will set to 218.18 MiB (RSS), difference: 4.46 MiB 2025.08.26 21:48:36.436129 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 554 2025.08.26 21:48:36.438661 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:36.438706 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:36.439851 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:48:36.440114 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:36.440368 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 554 2025.08.26 21:48:37.863143 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.863318 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:37.863380 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:37.864108 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.864152 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.864553 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:48:37.864783 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.864933 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} executeQuery: Read 138 rows, 12.23 KiB in 0.001664 sec., 82932.69230769231 rows/sec., 7.18 MiB/sec. 2025.08.26 21:48:37.864974 [ 253 ] {1dd4baeb-050b-48c3-86fc-623878d634d1} TCPHandler: Processed in 0.001962684 sec. 2025.08.26 21:48:37.865092 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.865185 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:37.865225 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:37.865632 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.865667 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.865967 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:48:37.866169 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.866294 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} executeQuery: Read 41 rows, 3.08 KiB in 0.001127 sec., 36379.76929902396 rows/sec., 2.67 MiB/sec. 2025.08.26 21:48:37.866331 [ 253 ] {81fa76f3-d365-44e7-b820-c9e26251efa4} TCPHandler: Processed in 0.001285469 sec. 2025.08.26 21:48:37.866448 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.866570 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:37.866621 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:37.867159 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.867202 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.867535 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:48:37.867749 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.867877 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} executeQuery: Read 105 rows, 8.40 KiB in 0.001331 sec., 78888.05409466567 rows/sec., 6.16 MiB/sec. 2025.08.26 21:48:37.867915 [ 253 ] {31b6d5fe-4568-420a-9d0f-c94d9b493bad} TCPHandler: Processed in 0.001525734 sec. 2025.08.26 21:48:37.868025 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.868117 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:37.868164 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:37.868583 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.868620 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.868948 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:48:37.869152 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.869288 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.08.26 21:48:37.869323 [ 253 ] {182233fe-1754-484e-a23c-d654ff4d67d2} TCPHandler: Processed in 0.00134578 sec. 2025.08.26 21:48:37.869421 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.869512 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:37.869566 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} 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.08.26 21:48:37.870414 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.870450 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.871030 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:48:37.871246 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.871377 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} executeQuery: Read 41 rows, 75.23 KiB in 0.001883 sec., 21773.76526818906 rows/sec., 39.02 MiB/sec. 2025.08.26 21:48:37.871427 [ 253 ] {4fbc202b-4d71-4127-8c89-392917e7eb40} TCPHandler: Processed in 0.002052856 sec. 2025.08.26 21:48:37.871548 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:37.871641 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:37.871681 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:37.872012 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:37.872047 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:37.872351 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:48:37.872567 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:37.872693 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.08.26 21:48:37.872728 [ 253 ] {77134df7-b3d8-4bb4-bdfc-6c0fdc8c982a} TCPHandler: Processed in 0.001232148 sec. 2025.08.26 21:48:41.336796 [ 98 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:48:41.336870 [ 98 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:48:41.424409 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 2025.08.26 21:48:41.424958 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:41.425008 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:41.425640 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:48:41.425884 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:41.426019 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.08.26 21:48:41.973244 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.08.26 21:48:41.988851 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:41.988920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:41.995051 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:48:41.995760 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:41.998451 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.08.26 21:48:42.862009 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:42.862195 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:42.862270 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:42.863002 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.863057 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.863507 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:48:42.863757 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.863933 [ 97 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:48:42.863945 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} executeQuery: Read 56 rows, 4.38 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.38 MiB/sec. 2025.08.26 21:48:42.864019 [ 97 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.864049 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.864050 [ 253 ] {12911c33-f732-4b66-a9d1-0e43b899bce7} TCPHandler: Processed in 0.002176999 sec. 2025.08.26 21:48:42.864146 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:48:42.864200 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:42.864249 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:42.864282 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2420 rows starting from the beginning of the part 2025.08.26 21:48:42.864307 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:42.864347 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:48:42.864354 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:42.864399 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 138 rows starting from the beginning of the part 2025.08.26 21:48:42.864442 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 176 rows starting from the beginning of the part 2025.08.26 21:48:42.864480 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 138 rows starting from the beginning of the part 2025.08.26 21:48:42.864521 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:48:42.864850 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.864888 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.865365 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:48:42.865593 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.865725 [ 97 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:48:42.865740 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} executeQuery: Read 64 rows, 5.12 KiB in 0.001459 sec., 43865.661411925976 rows/sec., 3.42 MiB/sec. 2025.08.26 21:48:42.865777 [ 97 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.865798 [ 253 ] {28623b02-a617-4ce2-a4c9-3ea881ee0748} TCPHandler: Processed in 0.001651187 sec. 2025.08.26 21:48:42.865805 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.865936 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:48:42.865946 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:42.866004 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001894293 sec., 1575257.8930503358 rows/sec., 135.56 MiB/sec. 2025.08.26 21:48:42.866086 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:42.866091 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:42.866132 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1223 rows starting from the beginning of the part 2025.08.26 21:48:42.866157 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:42.866218 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:48:42.866292 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 105 rows starting from the beginning of the part 2025.08.26 21:48:42.866340 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 100 rows starting from the beginning of the part 2025.08.26 21:48:42.866384 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 105 rows starting from the beginning of the part 2025.08.26 21:48:42.866411 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:48:42.866425 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:48:42.866629 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.866675 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.866784 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.866886 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_31_6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:48:42.866992 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2025.08.26 21:48:42.867124 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:48:42.867366 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.867514 [ 97 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:48:42.867536 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec. 2025.08.26 21:48:42.867560 [ 97 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.867585 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.867588 [ 253 ] {268a2aea-e9c6-4cbb-b575-27f465797ad3} TCPHandler: Processed in 0.001691648 sec. 2025.08.26 21:48:42.867676 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1661 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796101 sec., 924780.9560820911 rows/sec., 71.97 MiB/sec. 2025.08.26 21:48:42.867693 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:48:42.867742 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:42.867841 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:42.867851 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:42.867893 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8087 rows starting from the beginning of the part 2025.08.26 21:48:42.867914 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:42.867961 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:48:42.867973 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:48:42.868040 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.08.26 21:48:42.868089 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 196 rows starting from the beginning of the part 2025.08.26 21:48:42.868142 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.08.26 21:48:42.868233 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:48:42.868288 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.868334 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.868452 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.868602 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_31_6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:48:42.868695 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.08.26 21:48:42.868748 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:48:42.868987 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.869126 [ 97 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:48:42.869134 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. 2025.08.26 21:48:42.869184 [ 97 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:42.869199 [ 253 ] {108b5647-8086-4848-8fe3-c3b4e7b12461} TCPHandler: Processed in 0.001510414 sec. 2025.08.26 21:48:42.869228 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:42.869339 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:42.869463 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:42.869498 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1320 rows starting from the beginning of the part 2025.08.26 21:48:42.869565 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:42.869625 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.08.26 21:48:42.869678 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:42.869735 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.08.26 21:48:42.869792 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:48:42.871179 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 4 columns (4 merged, 0 gathered) in 0.001881093 sec., 861201.439801222 rows/sec., 57.23 MiB/sec. 2025.08.26 21:48:42.871489 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:48:42.871808 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.871920 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_31_6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:48:42.872016 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.08.26 21:48:42.873209 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005567086 sec., 1602813.3928593884 rows/sec., 109.93 MiB/sec. 2025.08.26 21:48:42.873377 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:48:42.873640 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:42.873721 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_31_6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:48:42.873810 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2025.08.26 21:48:43.000156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 219.59 MiB, peak 226.28 MiB, free memory in arenas 0.00 B, will set to 221.08 MiB (RSS), difference: 1.49 MiB 2025.08.26 21:48:45.928447 [ 95 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.26 21:48:45.928531 [ 95 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:45.928558 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:45.928687 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::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.08.26 21:48:45.928833 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:45.928872 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 455 rows starting from the beginning of the part 2025.08.26 21:48:45.928947 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.08.26 21:48:45.929002 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:45.929051 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.08.26 21:48:45.929100 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:45.930056 [ 200 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.001426882 sec., 672094.8193333437 rows/sec., 48.39 MiB/sec. 2025.08.26 21:48:45.930230 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.26 21:48:45.930520 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:45.930588 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_9_2} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.26 21:48:45.930656 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.08.26 21:48:46.440500 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 574 2025.08.26 21:48:46.442966 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:46.443016 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:46.444243 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:48:46.444523 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:46.444666 [ 94 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:48:46.444713 [ 94 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:46.444738 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:46.444856 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:48:46.444870 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 574 2025.08.26 21:48:46.445520 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:46.445676 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 454 rows starting from the beginning of the part 2025.08.26 21:48:46.446029 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part 2025.08.26 21:48:46.446353 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part 2025.08.26 21:48:46.446667 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.08.26 21:48:46.446973 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2025.08.26 21:48:46.447284 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part 2025.08.26 21:48:46.453055 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 72 columns (72 merged, 0 gathered) in 0.008254506 sec., 69537.7773061162 rows/sec., 64.25 MiB/sec. 2025.08.26 21:48:46.453806 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:48:46.454293 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:46.454363 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_16_3} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:48:46.454528 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2025.08.26 21:48:47.890826 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.891109 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:48:47.891220 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:48:47.892002 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.892052 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.892435 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:48:47.892669 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.892829 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} executeQuery: Read 2 rows, 167.00 B in 0.001799 sec., 1111.728738187882 rows/sec., 90.65 KiB/sec. 2025.08.26 21:48:47.892873 [ 253 ] {4e4ae99d-e49c-4a7d-b8e1-616182d112a8} TCPHandler: Processed in 0.00223638 sec. 2025.08.26 21:48:47.892998 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.893094 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:47.893135 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:47.894185 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.894222 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.894642 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:48:47.894896 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.895031 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} executeQuery: Read 1279 rows, 108.42 KiB in 0.001956 sec., 653885.4805725972 rows/sec., 54.13 MiB/sec. 2025.08.26 21:48:47.895071 [ 253 ] {0fddc5d3-c8d9-4187-ad2f-3b2de118e580} TCPHandler: Processed in 0.002121988 sec. 2025.08.26 21:48:47.895187 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.895282 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:47.895324 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:47.895747 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.895783 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.896087 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:48:47.896301 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.896431 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} executeQuery: Read 43 rows, 3.22 KiB in 0.001167 sec., 36846.61525278492 rows/sec., 2.70 MiB/sec. 2025.08.26 21:48:47.896470 [ 253 ] {4cd0906e-7fe5-4851-b792-2fd6f2dcf1d7} TCPHandler: Processed in 0.0013353 sec. 2025.08.26 21:48:47.896591 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.896690 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:48:47.896731 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:48:47.897225 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.897262 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.897582 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:48:47.897794 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.897924 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} executeQuery: Read 228 rows, 15.81 KiB in 0.001251 sec., 182254.19664268586 rows/sec., 12.34 MiB/sec. 2025.08.26 21:48:47.897961 [ 253 ] {1650833c-09ea-4064-8899-7dd4dec84b56} TCPHandler: Processed in 0.001419652 sec. 2025.08.26 21:48:47.898069 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.898162 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:47.898203 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:47.898785 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.898821 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.899170 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:48:47.899405 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.899534 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} executeQuery: Read 563 rows, 42.85 KiB in 0.001389 sec., 405327.5737940965 rows/sec., 30.13 MiB/sec. 2025.08.26 21:48:47.899572 [ 253 ] {f2c3e590-926c-437e-8014-b6be3fc29279} TCPHandler: Processed in 0.001552355 sec. 2025.08.26 21:48:47.899686 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.899779 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:47.899823 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:47.900403 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.900440 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.900831 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:48:47.901040 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.901170 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} executeQuery: Read 881 rows, 60.70 KiB in 0.001409 sec., 625266.1462029808 rows/sec., 42.07 MiB/sec. 2025.08.26 21:48:47.901208 [ 253 ] {3aaa4468-c726-435a-9df8-4054575f8458} TCPHandler: Processed in 0.001570556 sec. 2025.08.26 21:48:47.901315 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.901410 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:47.901465 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} 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.08.26 21:48:47.902347 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.902383 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.903106 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:48:47.903332 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.903445 [ 94 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.26 21:48:47.903476 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} executeQuery: Read 41 rows, 75.23 KiB in 0.002084 sec., 19673.704414587333 rows/sec., 35.25 MiB/sec. 2025.08.26 21:48:47.903519 [ 94 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.903548 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.903556 [ 253 ] {6c206fd7-9d2f-4763-9016-7bd5dd79d0da} TCPHandler: Processed in 0.002288702 sec. 2025.08.26 21:48:47.903677 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.903686 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:47.903943 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:47.903945 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:47.904008 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:47.904012 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 416 rows starting from the beginning of the part 2025.08.26 21:48:47.904147 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.904245 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.904334 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.904423 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.904509 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:48:47.905731 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:47.905773 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:47.906174 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:48:47.906431 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.906570 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} executeQuery: Read 60 rows, 4.14 KiB in 0.002643 sec., 22701.475595913736 rows/sec., 1.53 MiB/sec. 2025.08.26 21:48:47.906608 [ 253 ] {9f5a2750-2ed0-499b-b73c-c690ae65bd2f} TCPHandler: Processed in 0.002970817 sec. 2025.08.26 21:48:47.930446 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 621 rows, containing 19 columns (19 merged, 0 gathered) in 0.026827585 sec., 23147.815951379893 rows/sec., 41.48 MiB/sec. 2025.08.26 21:48:47.931220 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.26 21:48:47.931536 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:47.931612 [ 196 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_16_3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.26 21:48:47.931705 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.08.26 21:48:48.000458 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 222.08 MiB, peak 229.53 MiB, free memory in arenas 0.00 B, will set to 224.07 MiB (RSS), difference: 1.99 MiB 2025.08.26 21:48:48.927065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 2025.08.26 21:48:48.927532 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:48.927577 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:48.928061 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:48.928282 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:48.928415 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 2025.08.26 21:48:49.499478 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.08.26 21:48:49.516764 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:49.516825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:49.522634 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:48:49.523344 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:49.526270 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.08.26 21:48:52.861065 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:52.861352 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:52.861460 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:52.862300 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:52.862361 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:52.862780 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:48:52.863003 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:52.863156 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec. 2025.08.26 21:48:52.863199 [ 253 ] {dfae52be-8207-4737-bb8b-a5910061607e} TCPHandler: Processed in 0.002323963 sec. 2025.08.26 21:48:52.863340 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:52.863440 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:52.863482 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:52.863920 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:52.863956 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:52.864265 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:48:52.864471 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:52.864603 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.08.26 21:48:52.864641 [ 253 ] {e1e4c2aa-6f9a-4755-b351-bea73d4bbeae} TCPHandler: Processed in 0.00135592 sec. 2025.08.26 21:48:52.864762 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:52.864857 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:52.864902 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:52.865320 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:52.865362 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:52.865712 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:48:52.865930 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:52.866060 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.08.26 21:48:52.866097 [ 253 ] {60ffe9ba-31c5-4eb2-8e1a-8f9ac306a5f2} TCPHandler: Processed in 0.001383891 sec. 2025.08.26 21:48:52.866204 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:52.866297 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:52.866339 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:52.866696 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:52.866744 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:52.867134 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:48:52.867384 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:52.867545 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} executeQuery: Read 60 rows, 4.14 KiB in 0.001264 sec., 47468.354430379746 rows/sec., 3.20 MiB/sec. 2025.08.26 21:48:52.867591 [ 253 ] {33a79b6e-f5b8-429b-a7a8-3c9319ba6ccb} TCPHandler: Processed in 0.001434283 sec. 2025.08.26 21:48:56.336930 [ 81 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:48:56.337004 [ 81 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:48:56.429399 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 2025.08.26 21:48:56.429881 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:56.429920 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:56.430375 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:56.430592 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:56.430714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.08.26 21:48:56.445979 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 598 2025.08.26 21:48:56.448199 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:56.448255 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:56.449410 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:48:56.449702 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:56.450067 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2025.08.26 21:48:57.027254 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.08.26 21:48:57.045305 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.045364 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.051359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:48:57.052070 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.055615 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.08.26 21:48:57.863725 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.864005 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:48:57.864108 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:48:57.865130 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.865179 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.865597 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:48:57.865815 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.865965 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} executeQuery: Read 138 rows, 12.23 KiB in 0.002037 sec., 67746.68630338732 rows/sec., 5.86 MiB/sec. 2025.08.26 21:48:57.866006 [ 253 ] {7c55ce6f-1f62-428a-81f2-07fede78e810} TCPHandler: Processed in 0.002465106 sec. 2025.08.26 21:48:57.866124 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.866218 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:48:57.866258 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:48:57.866679 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.866718 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.867071 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:48:57.867318 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.867445 [ 77 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:48:57.867475 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} executeQuery: Read 41 rows, 3.08 KiB in 0.001275 sec., 32156.86274509804 rows/sec., 2.36 MiB/sec. 2025.08.26 21:48:57.867513 [ 77 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.867530 [ 253 ] {ecde9ef8-b8ee-47c3-a2f0-cb7b316c1673} TCPHandler: Processed in 0.001452853 sec. 2025.08.26 21:48:57.867539 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.867641 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:57.867660 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.867739 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:48:57.867766 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 269 rows starting from the beginning of the part 2025.08.26 21:48:57.867778 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:48:57.867822 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:48:57.867826 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:57.867882 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.08.26 21:48:57.867929 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:57.867974 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 43 rows starting from the beginning of the part 2025.08.26 21:48:57.868017 [ 191 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:48:57.868255 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.868290 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.868613 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:48:57.868821 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.868869 [ 200 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260928 sec., 354500.8121002944 rows/sec., 25.09 MiB/sec. 2025.08.26 21:48:57.868951 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} executeQuery: Read 105 rows, 8.40 KiB in 0.001198 sec., 87646.07679465775 rows/sec., 6.85 MiB/sec. 2025.08.26 21:48:57.868995 [ 253 ] {0020e8e0-5cff-4209-878f-45338dfa7ba5} TCPHandler: Processed in 0.001394491 sec. 2025.08.26 21:48:57.869093 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:48:57.869105 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.869221 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:57.869267 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:48:57.869431 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.869524 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_21_4} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:48:57.869634 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:48:57.869686 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.869727 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.870059 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:48:57.870265 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.870394 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.08.26 21:48:57.870432 [ 253 ] {7e7c0149-aa81-4058-aca7-f8856db6b31f} TCPHandler: Processed in 0.00137576 sec. 2025.08.26 21:48:57.870533 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.870624 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:48:57.870679 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} 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.08.26 21:48:57.871515 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.871551 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.872110 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:48:57.872326 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.872463 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} executeQuery: Read 41 rows, 75.23 KiB in 0.001856 sec., 22090.51724137931 rows/sec., 39.59 MiB/sec. 2025.08.26 21:48:57.872528 [ 253 ] {d09476a3-911b-4e47-84a3-71fc956658f3} TCPHandler: Processed in 0.002044686 sec. 2025.08.26 21:48:57.872643 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:48:57.872736 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:48:57.872778 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:48:57.873108 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:48:57.873144 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:48:57.873441 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:48:57.873658 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:48:57.873785 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.08.26 21:48:57.873821 [ 253 ] {c7bb7b12-6eed-4e59-9d83-2a9d51066ab7} TCPHandler: Processed in 0.001227558 sec. 2025.08.26 21:48:58.000270 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.13 MiB, peak 229.53 MiB, free memory in arenas 0.00 B, will set to 224.13 MiB (RSS), difference: -1.00 MiB 2025.08.26 21:49:02.864411 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.864652 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.864737 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:49:02.865632 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.865695 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.866229 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:49:02.866536 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.866743 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} executeQuery: Read 24 rows, 2.04 KiB in 0.002154 sec., 11142.061281337046 rows/sec., 946.64 KiB/sec. 2025.08.26 21:49:02.866812 [ 253 ] {674d739c-5462-475f-8154-8a27a1ba7591} TCPHandler: Processed in 0.002590658 sec. 2025.08.26 21:49:02.866980 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.867109 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:02.867170 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:02.867897 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.867944 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.868432 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:49:02.868683 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.868850 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} executeQuery: Read 176 rows, 15.82 KiB in 0.001769 sec., 99491.2379875636 rows/sec., 8.73 MiB/sec. 2025.08.26 21:49:02.868899 [ 253 ] {7cf79d8d-47f1-4157-964a-e028104fe6b9} TCPHandler: Processed in 0.001986035 sec. 2025.08.26 21:49:02.869078 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.869199 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.869248 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:02.869802 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.869845 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.870233 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:49:02.870465 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.870614 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} executeQuery: Read 12 rows, 984.00 B in 0.00144 sec., 8333.333333333332 rows/sec., 667.32 KiB/sec. 2025.08.26 21:49:02.870658 [ 253 ] {b24223b4-81cf-449d-9bac-d157910330a8} TCPHandler: Processed in 0.001656688 sec. 2025.08.26 21:49:02.870814 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.870932 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.870989 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:49:02.871559 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.871609 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.872076 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:49:02.872388 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.872575 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} executeQuery: Read 24 rows, 2.04 KiB in 0.00167 sec., 14371.25748502994 rows/sec., 1.19 MiB/sec. 2025.08.26 21:49:02.872626 [ 253 ] {007d8976-915f-4f36-a76e-a0d8f195f078} TCPHandler: Processed in 0.001872712 sec. 2025.08.26 21:49:02.872785 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.872896 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.872940 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:49:02.873461 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.873502 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.873877 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:49:02.874105 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.874262 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} executeQuery: Read 12 rows, 960.00 B in 0.00139 sec., 8633.093525179856 rows/sec., 674.46 KiB/sec. 2025.08.26 21:49:02.874317 [ 253 ] {843307a7-a439-481e-834b-aea9a136adb2} TCPHandler: Processed in 0.001592976 sec. 2025.08.26 21:49:02.874462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.874580 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:02.874636 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:02.875535 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.875580 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.876018 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:49:02.876329 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.876514 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} executeQuery: Read 100 rows, 8.37 KiB in 0.001959 sec., 51046.452271567134 rows/sec., 4.17 MiB/sec. 2025.08.26 21:49:02.876567 [ 253 ] {ac3e804d-81c7-498a-b4b1-9d20790601b4} TCPHandler: Processed in 0.002165999 sec. 2025.08.26 21:49:02.876718 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.876859 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.876930 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:02.877535 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.877583 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.878094 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:49:02.878431 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.878618 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} executeQuery: Read 196 rows, 14.40 KiB in 0.001785 sec., 109803.92156862745 rows/sec., 7.88 MiB/sec. 2025.08.26 21:49:02.878671 [ 253 ] {f66a4de2-e6da-438c-986e-c5b5398b6efe} TCPHandler: Processed in 0.002014575 sec. 2025.08.26 21:49:02.878828 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:02.878950 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:02.879008 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:02.879478 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:02.879527 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:02.879974 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:49:02.880288 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:02.880471 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. 2025.08.26 21:49:02.880522 [ 253 ] {186d8e77-b8c1-4b6b-8a15-93f201c2686d} TCPHandler: Processed in 0.0017571 sec. 2025.08.26 21:49:03.931700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 2025.08.26 21:49:03.932177 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:03.932226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:03.932698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:49:03.932925 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:03.933066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 2025.08.26 21:49:04.556599 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.08.26 21:49:04.574463 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:04.574522 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:04.580287 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:49:04.580994 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:04.584121 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.08.26 21:49:06.451100 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 626 2025.08.26 21:49:06.453285 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:06.453333 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:06.454524 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:49:06.454815 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:06.455160 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 626 2025.08.26 21:49:07.863161 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.863336 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:07.863401 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:07.864150 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.864188 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.864588 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:49:07.864838 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.864977 [ 67 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:49:07.865003 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} executeQuery: Read 138 rows, 12.23 KiB in 0.001718 sec., 80325.96041909198 rows/sec., 6.95 MiB/sec. 2025.08.26 21:49:07.865014 [ 67 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.865035 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.865047 [ 253 ] {5a012c15-27a9-4b0c-9d29-25d9c59f5018} TCPHandler: Processed in 0.002016805 sec. 2025.08.26 21:49:07.865116 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:07.865171 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.865206 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:07.865235 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2420 rows starting from the beginning of the part 2025.08.26 21:49:07.865265 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:07.865289 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:49:07.865307 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:07.865333 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:07.865372 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 138 rows starting from the beginning of the part 2025.08.26 21:49:07.865411 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 176 rows starting from the beginning of the part 2025.08.26 21:49:07.865449 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 138 rows starting from the beginning of the part 2025.08.26 21:49:07.865738 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.865773 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.866071 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:49:07.866280 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.866408 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} executeQuery: Read 41 rows, 3.08 KiB in 0.001162 sec., 35283.993115318415 rows/sec., 2.59 MiB/sec. 2025.08.26 21:49:07.866445 [ 253 ] {e6b704e1-1490-48d2-a9c5-a174351d5336} TCPHandler: Processed in 0.00132142 sec. 2025.08.26 21:49:07.866572 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.866665 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:07.866704 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:07.867136 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4207 rows, containing 5 columns (5 merged, 0 gathered) in 0.002049266 sec., 2052930.1710954066 rows/sec., 177.16 MiB/sec. 2025.08.26 21:49:07.867143 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.867219 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.867392 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:49:07.867530 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:49:07.867621 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.867681 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_36_7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:49:07.867735 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:49:07.867745 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.867847 [ 67 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:49:07.867872 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} executeQuery: Read 105 rows, 8.40 KiB in 0.001225 sec., 85714.28571428571 rows/sec., 6.70 MiB/sec. 2025.08.26 21:49:07.867874 [ 67 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.867902 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.867910 [ 253 ] {a7f22199-73b1-4302-9964-32b7167bcfc1} TCPHandler: Processed in 0.001389312 sec. 2025.08.26 21:49:07.867965 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:07.868024 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.868044 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:07.868068 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1223 rows starting from the beginning of the part 2025.08.26 21:49:07.868116 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 563 rows starting from the beginning of the part 2025.08.26 21:49:07.868116 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:07.868158 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:07.868167 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:07.868195 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 105 rows starting from the beginning of the part 2025.08.26 21:49:07.868231 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 100 rows starting from the beginning of the part 2025.08.26 21:49:07.868268 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 105 rows starting from the beginning of the part 2025.08.26 21:49:07.868615 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.868648 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.868978 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:49:07.869154 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217388 sec., 1774290.5302171535 rows/sec., 138.02 MiB/sec. 2025.08.26 21:49:07.869185 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.869281 [ 67 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:49:07.869301 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:49:07.869306 [ 67 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.869312 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.08.26 21:49:07.869327 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.869354 [ 253 ] {82311eb6-51be-4881-95c7-0f9b0c5918bb} TCPHandler: Processed in 0.001376131 sec. 2025.08.26 21:49:07.869421 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:07.869462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.869526 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.869546 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:07.869558 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:07.869584 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_36_7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:49:07.869587 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8923 rows starting from the beginning of the part 2025.08.26 21:49:07.869617 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} 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.08.26 21:49:07.869636 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:49:07.869665 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part 2025.08.26 21:49:07.869716 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:07.869759 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.08.26 21:49:07.869798 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 196 rows starting from the beginning of the part 2025.08.26 21:49:07.869838 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.08.26 21:49:07.870497 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.870538 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.871170 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:49:07.871396 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.871545 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} executeQuery: Read 41 rows, 75.23 KiB in 0.002005 sec., 20448.877805486285 rows/sec., 36.64 MiB/sec. 2025.08.26 21:49:07.871615 [ 253 ] {bfa39955-4ba8-47bc-84d2-5e98014c715d} TCPHandler: Processed in 0.002199509 sec. 2025.08.26 21:49:07.871733 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:07.871825 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:07.871865 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:07.872200 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.872234 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.872535 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:49:07.872741 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.872835 [ 67 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:49:07.872859 [ 67 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:07.872870 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.26 21:49:07.872874 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:07.872906 [ 253 ] {1d96752c-50bb-4f5b-a4ef-f47f3e09801c} TCPHandler: Processed in 0.001220517 sec. 2025.08.26 21:49:07.872942 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10480 rows, containing 5 columns (5 merged, 0 gathered) in 0.00356647 sec., 2938479.7853339575 rows/sec., 201.54 MiB/sec. 2025.08.26 21:49:07.872951 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:07.873059 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:07.873086 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1620 rows starting from the beginning of the part 2025.08.26 21:49:07.873134 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:07.873174 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:07.873196 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:49:07.873211 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:07.873252 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:07.873287 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:07.873576 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.873656 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_36_7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:49:07.873726 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. 2025.08.26 21:49:07.874127 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 4 columns (4 merged, 0 gathered) in 0.001209797 sec., 1587043.1154978892 rows/sec., 105.70 MiB/sec. 2025.08.26 21:49:07.874293 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:49:07.874517 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:07.874575 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_36_7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:49:07.874634 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.26 21:49:11.337066 [ 63 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:49:11.337128 [ 63 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:49:11.433163 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 2025.08.26 21:49:11.433669 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:11.433713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:11.434169 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:49:11.434432 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:11.434558 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.08.26 21:49:11.434615 [ 63 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:49:11.434695 [ 63 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:11.434731 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:11.434886 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:49:11.435042 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:11.435083 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part 2025.08.26 21:49:11.435153 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.08.26 21:49:11.435201 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.08.26 21:49:11.435247 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.08.26 21:49:11.435290 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.08.26 21:49:11.435332 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.08.26 21:49:11.439317 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004492021 sec., 2661608.2159900856 rows/sec., 38.07 MiB/sec. 2025.08.26 21:49:11.439574 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:49:11.439857 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:11.439935 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_26_5} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:49:11.440014 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.08.26 21:49:12.084189 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.08.26 21:49:12.100929 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.100973 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.106577 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:49:12.107246 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.107560 [ 64 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:49:12.107629 [ 64 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.107653 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.107746 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.110037 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.08.26 21:49:12.110791 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:12.111486 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.114832 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.118299 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.122004 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.125981 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.130034 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:12.181680 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.073966818 sec., 2649.8368498155482 rows/sec., 13.70 MiB/sec. 2025.08.26 21:49:12.183520 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:49:12.185258 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_26_5} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.185344 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_26_5} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:49:12.186467 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.26 21:49:12.860977 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:12.861251 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:12.861343 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:12.862061 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.862099 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.862509 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:49:12.862752 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.862916 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} executeQuery: Read 56 rows, 4.38 KiB in 0.001743 sec., 32128.5140562249 rows/sec., 2.45 MiB/sec. 2025.08.26 21:49:12.862962 [ 253 ] {c35479dc-687d-4a1c-8bc1-11037ab7d3d2} TCPHandler: Processed in 0.002168649 sec. 2025.08.26 21:49:12.863097 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:12.863190 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:12.863230 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:12.863701 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.863735 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.864058 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:49:12.864261 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.864385 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} executeQuery: Read 64 rows, 5.12 KiB in 0.001213 sec., 52761.74773289365 rows/sec., 4.12 MiB/sec. 2025.08.26 21:49:12.864421 [ 253 ] {e98ee5e1-69fc-4646-8a3e-4a0beb57c65c} TCPHandler: Processed in 0.001371321 sec. 2025.08.26 21:49:12.864538 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:12.864638 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:12.864679 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:12.865129 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.865163 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.865503 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:49:12.865713 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.865839 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.08.26 21:49:12.865875 [ 253 ] {b523f916-b561-4753-8bcd-f9debe86cdfa} TCPHandler: Processed in 0.001383181 sec. 2025.08.26 21:49:12.865983 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:12.866075 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:12.866115 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:12.866438 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:12.866471 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:12.866788 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:49:12.866994 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:12.867119 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.26 21:49:12.867153 [ 253 ] {82fa217d-54db-4453-9d2a-d0c61b344a54} TCPHandler: Processed in 0.001216588 sec. 2025.08.26 21:49:13.000153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.99 MiB, peak 236.25 MiB, free memory in arenas 0.00 B, will set to 230.56 MiB (RSS), difference: 4.57 MiB 2025.08.26 21:49:15.435561 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.435856 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.435959 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:49:15.436942 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.436996 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.437451 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:49:15.437713 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.437881 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} executeQuery: Read 392 rows, 25.47 KiB in 0.002101 sec., 186577.82008567348 rows/sec., 11.84 MiB/sec. 2025.08.26 21:49:15.437933 [ 253 ] {695f8e58-b10b-4ab4-a1f7-88ac676d2ca3} TCPHandler: Processed in 0.002553127 sec. 2025.08.26 21:49:15.438059 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.438166 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:49:15.438211 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:49:15.438637 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.438675 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.438989 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:49:15.439213 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.439345 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} executeQuery: Read 16 rows, 1.30 KiB in 0.001204 sec., 13289.036544850498 rows/sec., 1.06 MiB/sec. 2025.08.26 21:49:15.439385 [ 253 ] {93cb8d99-34ec-494f-9ba4-ffda161b1f26} TCPHandler: Processed in 0.001378901 sec. 2025.08.26 21:49:15.439500 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.439598 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:15.439639 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:15.441091 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.441129 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.441653 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:49:15.441879 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.442020 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} executeQuery: Read 2297 rows, 190.60 KiB in 0.002442 sec., 940622.4406224405 rows/sec., 76.22 MiB/sec. 2025.08.26 21:49:15.442060 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2025.08.26 21:49:15.442075 [ 253 ] {600e76d6-9a8b-45f6-b2d8-938ae2f0d6fa} TCPHandler: Processed in 0.00262581 sec. 2025.08.26 21:49:15.442189 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.442285 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.442326 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:15.442826 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.442863 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.443184 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:49:15.443413 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.443546 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} executeQuery: Read 253 rows, 15.98 KiB in 0.00128 sec., 197656.24999999997 rows/sec., 12.19 MiB/sec. 2025.08.26 21:49:15.443586 [ 253 ] {bfe75448-75c6-4c86-ae6f-5866eb57aa65} TCPHandler: Processed in 0.001446233 sec. 2025.08.26 21:49:15.443709 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.443833 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.443882 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:49:15.444488 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.444526 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.444856 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:49:15.445065 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.445192 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} executeQuery: Read 431 rows, 29.22 KiB in 0.001384 sec., 311416.18497109826 rows/sec., 20.62 MiB/sec. 2025.08.26 21:49:15.445230 [ 253 ] {5058ec09-f1c6-4e8f-a829-a712ff45d807} TCPHandler: Processed in 0.001583056 sec. 2025.08.26 21:49:15.445344 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.445438 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.445479 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:49:15.445929 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.445966 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.446275 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:49:15.446485 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.446611 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} executeQuery: Read 202 rows, 11.75 KiB in 0.001192 sec., 169463.08724832215 rows/sec., 9.62 MiB/sec. 2025.08.26 21:49:15.446651 [ 253 ] {b8475566-6eb4-42e4-8db5-fb51ecbc361d} TCPHandler: Processed in 0.001356171 sec. 2025.08.26 21:49:15.446761 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.446855 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:15.446894 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:15.447650 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.447686 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.448069 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:49:15.448287 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.448420 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} executeQuery: Read 1165 rows, 85.45 KiB in 0.001583 sec., 735944.4093493368 rows/sec., 52.71 MiB/sec. 2025.08.26 21:49:15.448459 [ 253 ] {5ee421cb-67f5-4bfa-9da0-0ec85af8b0ec} TCPHandler: Processed in 0.00174621 sec. 2025.08.26 21:49:15.448573 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.448667 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:49:15.448708 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:49:15.449051 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.449087 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.449391 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:49:15.449595 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.449730 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2025.08.26 21:49:15.449768 [ 253 ] {1dfde47c-3827-4aee-83d9-07c876263c72} TCPHandler: Processed in 0.001244318 sec. 2025.08.26 21:49:15.449868 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.449961 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.450003 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:15.450564 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.450601 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.450983 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:49:15.451191 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.451333 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} executeQuery: Read 971 rows, 65.90 KiB in 0.00139 sec., 698561.1510791368 rows/sec., 46.30 MiB/sec. 2025.08.26 21:49:15.451370 [ 253 ] {82b1f872-3f2d-4851-81e8-89da1adedd20} TCPHandler: Processed in 0.001549975 sec. 2025.08.26 21:49:15.451480 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.451575 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.451616 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:49:15.451914 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.451949 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.452239 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.26 21:49:15.452443 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.452580 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.08.26 21:49:15.452619 [ 253 ] {26d6148e-327e-4262-8e58-00cc91039b2d} TCPHandler: Processed in 0.001188296 sec. 2025.08.26 21:49:15.452726 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.452820 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.452873 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} 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.08.26 21:49:15.453735 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.453772 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.454363 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:49:15.454582 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.454720 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} executeQuery: Read 41 rows, 75.23 KiB in 0.001918 sec., 21376.43378519291 rows/sec., 38.31 MiB/sec. 2025.08.26 21:49:15.454781 [ 253 ] {11f70a3e-d4a4-46a2-a29a-19e2fee84494} TCPHandler: Processed in 0.002102677 sec. 2025.08.26 21:49:15.454893 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:15.454986 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:15.455028 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:15.455352 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:15.455388 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:15.455756 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:49:15.455964 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:15.456095 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} executeQuery: Read 78 rows, 4.76 KiB in 0.001127 sec., 69210.29281277729 rows/sec., 4.13 MiB/sec. 2025.08.26 21:49:15.456131 [ 253 ] {8a61fac4-2f40-4d99-92e0-744bbb5d7b61} TCPHandler: Processed in 0.001286798 sec. 2025.08.26 21:49:16.455299 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 670 2025.08.26 21:49:16.457904 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:16.457960 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:16.459192 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:49:16.459467 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:16.459814 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 670 2025.08.26 21:49:17.856559 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:17.856758 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:17.856835 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:17.857558 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:17.857605 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:17.858002 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:49:17.858248 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:17.858414 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} executeQuery: Read 56 rows, 4.38 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.50 MiB/sec. 2025.08.26 21:49:17.858466 [ 253 ] {b41a5c87-0494-4140-a69e-6a2492493d66} TCPHandler: Processed in 0.002048816 sec. 2025.08.26 21:49:17.858598 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:17.858704 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:17.858750 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:17.859180 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:17.859217 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:17.859532 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:49:17.859746 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:17.859879 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2025.08.26 21:49:17.859918 [ 253 ] {927a3738-e984-4b75-bf1c-7d89d99b5f6a} TCPHandler: Processed in 0.001372011 sec. 2025.08.26 21:49:17.860037 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:17.860135 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:17.860181 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:17.860585 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:17.860622 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:17.860949 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:49:17.861170 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:17.861298 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} executeQuery: Read 64 rows, 4.56 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 3.77 MiB/sec. 2025.08.26 21:49:17.861336 [ 253 ] {804d4df0-d649-4700-bd0b-b4735339483c} TCPHandler: Processed in 0.001348411 sec. 2025.08.26 21:49:17.861452 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:17.861548 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:17.861592 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:17.861922 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:17.861957 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:17.862257 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:49:17.862471 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:17.862600 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} executeQuery: Read 24 rows, 1.66 KiB in 0.001072 sec., 22388.059701492537 rows/sec., 1.51 MiB/sec. 2025.08.26 21:49:17.862637 [ 253 ] {d9757238-8884-49bc-bd19-71d54d018af6} TCPHandler: Processed in 0.001234638 sec. 2025.08.26 21:49:18.934614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 2025.08.26 21:49:18.935112 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:18.935163 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:18.935759 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:49:18.936005 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:18.936143 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 2025.08.26 21:49:19.610087 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.08.26 21:49:19.626029 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:19.626092 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:19.632216 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:49:19.632926 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:19.635693 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.08.26 21:49:22.861397 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:22.861578 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:22.861647 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:22.862308 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:22.862358 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:22.862766 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:49:22.862995 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:22.863158 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} executeQuery: Read 56 rows, 4.38 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.62 MiB/sec. 2025.08.26 21:49:22.863210 [ 253 ] {8bcb4a92-0be7-4f04-ab4e-27bcfab33b99} TCPHandler: Processed in 0.001946384 sec. 2025.08.26 21:49:22.863338 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:22.863441 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:22.863487 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:22.863928 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:22.863966 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:22.864282 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:49:22.864500 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:22.864632 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} executeQuery: Read 64 rows, 5.12 KiB in 0.001217 sec., 52588.33196384552 rows/sec., 4.10 MiB/sec. 2025.08.26 21:49:22.864670 [ 253 ] {bd88d747-4187-4e56-8270-c0fd563845fd} TCPHandler: Processed in 0.001384952 sec. 2025.08.26 21:49:22.864783 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:22.864880 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:22.864924 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:22.865338 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:22.865374 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:22.865763 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:49:22.866013 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:22.866161 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2025.08.26 21:49:22.866199 [ 253 ] {03facdd6-a616-4ec7-98a8-f79b3d170010} TCPHandler: Processed in 0.001466093 sec. 2025.08.26 21:49:22.866302 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:22.866396 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:22.866438 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:22.866758 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:22.866795 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:22.867111 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:49:22.867319 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:22.867450 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.08.26 21:49:22.867487 [ 253 ] {bdfd302c-4fe7-483d-8d62-d7b48e31eb9a} TCPHandler: Processed in 0.001233508 sec. 2025.08.26 21:49:26.337173 [ 45 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:49:26.337238 [ 45 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:49:26.436194 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 2025.08.26 21:49:26.436694 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:26.436740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:26.437274 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:49:26.437518 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:26.437688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.08.26 21:49:26.460037 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 686 2025.08.26 21:49:26.462408 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:26.462473 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:26.463683 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:49:26.463965 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:26.464326 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 686 2025.08.26 21:49:27.135743 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.08.26 21:49:27.152550 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.152618 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.158912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:49:27.159612 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.162514 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.08.26 21:49:27.873213 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.873493 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.873598 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:49:27.874535 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.874583 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.874996 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:49:27.875240 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.875392 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} executeQuery: Read 392 rows, 25.47 KiB in 0.001977 sec., 198280.2225594335 rows/sec., 12.58 MiB/sec. 2025.08.26 21:49:27.875436 [ 253 ] {4d9f95f3-a03c-42ff-a62c-0e3da0c130d5} TCPHandler: Processed in 0.002409725 sec. 2025.08.26 21:49:27.875563 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.875659 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:27.875702 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:27.876662 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.876699 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.877121 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:49:27.877358 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.877480 [ 44 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:49:27.877489 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} executeQuery: Read 1149 rows, 93.89 KiB in 0.001848 sec., 621753.2467532468 rows/sec., 49.62 MiB/sec. 2025.08.26 21:49:27.877565 [ 44 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.877580 [ 253 ] {5ba02480-0087-431d-98f8-49eaf4a544a1} TCPHandler: Processed in 0.002067127 sec. 2025.08.26 21:49:27.877598 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.877707 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.877721 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:27.877806 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.877871 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:27.877995 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:27.878060 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2420 rows starting from the beginning of the part 2025.08.26 21:49:27.878221 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:27.878327 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2297 rows starting from the beginning of the part 2025.08.26 21:49:27.878427 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.878433 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:27.878474 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.878556 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2025.08.26 21:49:27.878641 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:27.878855 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:49:27.879116 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.879259 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} executeQuery: Read 237 rows, 14.86 KiB in 0.001471 sec., 161114.8878314072 rows/sec., 9.86 MiB/sec. 2025.08.26 21:49:27.879300 [ 253 ] {9fd91812-d980-4bc3-9e9c-3ede4e618ed3} TCPHandler: Processed in 0.001642717 sec. 2025.08.26 21:49:27.879414 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.879509 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.879548 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:49:27.880047 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.880083 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.880405 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:49:27.880626 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.880757 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} executeQuery: Read 203 rows, 13.41 KiB in 0.001267 sec., 160220.99447513814 rows/sec., 10.33 MiB/sec. 2025.08.26 21:49:27.880795 [ 253 ] {d8c8a06f-1375-4e0a-9580-f2ac67873d68} TCPHandler: Processed in 0.001430323 sec. 2025.08.26 21:49:27.880910 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.881005 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.881044 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:49:27.881110 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6034 rows, containing 5 columns (5 merged, 0 gathered) in 0.003444307 sec., 1751876.3571307666 rows/sec., 148.41 MiB/sec. 2025.08.26 21:49:27.881480 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:49:27.881523 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.881566 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.881783 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.881863 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_41_8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:49:27.881932 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:49:27.881939 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.08.26 21:49:27.882155 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.882289 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} executeQuery: Read 202 rows, 11.75 KiB in 0.001302 sec., 155145.92933947773 rows/sec., 8.81 MiB/sec. 2025.08.26 21:49:27.882327 [ 253 ] {11d3423a-36bc-468f-90fe-85e7e39ce7be} TCPHandler: Processed in 0.001466363 sec. 2025.08.26 21:49:27.882447 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.882542 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:27.882581 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:27.883249 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.883284 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.883642 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:49:27.883860 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.883963 [ 43 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:49:27.883986 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} executeQuery: Read 693 rows, 49.85 KiB in 0.001463 sec., 473684.2105263157 rows/sec., 33.28 MiB/sec. 2025.08.26 21:49:27.883998 [ 43 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.884019 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.884026 [ 253 ] {67e7a67f-3964-4fd4-9507-b13f2a65f3b8} TCPHandler: Processed in 0.001627966 sec. 2025.08.26 21:49:27.884118 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:27.884145 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.884240 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:27.884245 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:49:27.884277 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1223 rows starting from the beginning of the part 2025.08.26 21:49:27.884303 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:49:27.884340 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:27.884391 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1165 rows starting from the beginning of the part 2025.08.26 21:49:27.884431 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:27.884472 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2025.08.26 21:49:27.884514 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:27.884656 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.884697 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.885025 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:49:27.885251 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.885381 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2025.08.26 21:49:27.885418 [ 253 ] {91e6330b-dd08-481f-9565-259f7380f5f3} TCPHandler: Processed in 0.00132228 sec. 2025.08.26 21:49:27.885533 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.885626 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.885669 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:27.885733 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3273 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655098 sec., 1977526.4062913496 rows/sec., 149.81 MiB/sec. 2025.08.26 21:49:27.885895 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:49:27.886132 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.886134 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.886179 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.886234 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_41_8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:49:27.886299 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.08.26 21:49:27.886557 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:49:27.886766 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.886866 [ 43 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:49:27.886895 [ 43 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.886895 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} executeQuery: Read 307 rows, 20.68 KiB in 0.001287 sec., 238539.23853923855 rows/sec., 15.69 MiB/sec. 2025.08.26 21:49:27.886914 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.886940 [ 253 ] {8a4ce331-ef04-46a0-bd4a-e4d956201618} TCPHandler: Processed in 0.001456353 sec. 2025.08.26 21:49:27.886989 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:27.887053 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.887099 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:27.887132 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10480 rows starting from the beginning of the part 2025.08.26 21:49:27.887150 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.887184 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:27.887196 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:49:27.887232 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 971 rows starting from the beginning of the part 2025.08.26 21:49:27.887276 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:27.887313 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.08.26 21:49:27.887350 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:27.887528 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.887568 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.887949 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:49:27.888164 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.888291 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} executeQuery: Read 1 rows, 69.00 B in 0.00116 sec., 862.0689655172414 rows/sec., 58.09 KiB/sec. 2025.08.26 21:49:27.888329 [ 253 ] {87c12253-89f7-44a5-8fab-72002c3c3506} TCPHandler: Processed in 0.001326361 sec. 2025.08.26 21:49:27.888441 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.888534 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.888590 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} 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.08.26 21:49:27.889492 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.889529 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.890270 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:49:27.890515 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.890661 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} executeQuery: Read 41 rows, 75.23 KiB in 0.002144 sec., 19123.13432835821 rows/sec., 34.27 MiB/sec. 2025.08.26 21:49:27.890726 [ 253 ] {d907b614-7a93-4b6d-b5cb-3bbc08a4bf8d} TCPHandler: Processed in 0.002333573 sec. 2025.08.26 21:49:27.890845 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:27.890938 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:27.890979 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:27.891345 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.891381 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.891501 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12142 rows, containing 5 columns (5 merged, 0 gathered) in 0.004542283 sec., 2673105.1323750634 rows/sec., 182.74 MiB/sec. 2025.08.26 21:49:27.891700 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:49:27.891903 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:49:27.891922 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.892042 [ 42 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:49:27.892066 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} executeQuery: Read 102 rows, 6.42 KiB in 0.001147 sec., 88927.6373147341 rows/sec., 5.46 MiB/sec. 2025.08.26 21:49:27.892108 [ 42 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:27.892117 [ 253 ] {183dedf2-e418-4202-abff-6069094e2988} TCPHandler: Processed in 0.00132152 sec. 2025.08.26 21:49:27.892140 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:27.892186 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.892220 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:27.892264 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_41_8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:49:27.892320 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:27.892350 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1920 rows starting from the beginning of the part 2025.08.26 21:49:27.892360 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.08.26 21:49:27.892391 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:27.892431 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 78 rows starting from the beginning of the part 2025.08.26 21:49:27.892474 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:27.892505 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:27.892535 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 102 rows starting from the beginning of the part 2025.08.26 21:49:27.893465 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2244 rows, containing 4 columns (4 merged, 0 gathered) in 0.001273119 sec., 1762600.3539339213 rows/sec., 116.64 MiB/sec. 2025.08.26 21:49:27.893715 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:49:27.894004 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:27.894080 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_41_8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:49:27.894171 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.08.26 21:49:28.000162 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 233.44 MiB, peak 238.67 MiB, free memory in arenas 0.00 B, will set to 235.01 MiB (RSS), difference: 1.57 MiB 2025.08.26 21:49:32.863319 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.863554 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.863638 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:49:32.864432 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.864486 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.864986 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:49:32.865245 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.865398 [ 35 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.08.26 21:49:32.865448 [ 35 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.865451 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} executeQuery: Read 24 rows, 2.04 KiB in 0.001957 sec., 12263.668880940215 rows/sec., 1.02 MiB/sec. 2025.08.26 21:49:32.865476 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.865525 [ 253 ] {5f351fd1-b7e0-4ef9-a493-5fe10fabb0f1} TCPHandler: Processed in 0.002380444 sec. 2025.08.26 21:49:32.865573 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::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.08.26 21:49:32.865667 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.865676 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:32.865713 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 416 rows starting from the beginning of the part 2025.08.26 21:49:32.865773 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:32.865781 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:32.865818 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:32.865830 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:32.865860 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 392 rows starting from the beginning of the part 2025.08.26 21:49:32.865901 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 392 rows starting from the beginning of the part 2025.08.26 21:49:32.865954 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:32.866470 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.866511 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:32.866894 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:49:32.867053 [ 188 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513274 sec., 840561.5903002365 rows/sec., 57.77 MiB/sec. 2025.08.26 21:49:32.867152 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.867337 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} executeQuery: Read 176 rows, 15.82 KiB in 0.001583 sec., 111181.30132659507 rows/sec., 9.76 MiB/sec. 2025.08.26 21:49:32.867349 [ 190 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.08.26 21:49:32.867390 [ 253 ] {88651edc-47cd-417e-b9ee-10faa2fe3248} TCPHandler: Processed in 0.001785081 sec. 2025.08.26 21:49:32.867564 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.867686 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.867742 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:32.867840 [ 190 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.867950 [ 190 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_10_2} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.08.26 21:49:32.868064 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.08.26 21:49:32.868258 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.868299 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.868688 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:49:32.868943 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.869089 [ 35 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:49:32.869122 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} executeQuery: Read 12 rows, 984.00 B in 0.001468 sec., 8174.386920980927 rows/sec., 654.59 KiB/sec. 2025.08.26 21:49:32.869133 [ 35 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.869162 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.869173 [ 253 ] {6d5d8650-ade9-45d9-8e49-0d9d908a4dc1} TCPHandler: Processed in 0.001672298 sec. 2025.08.26 21:49:32.869273 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:49:32.869372 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:32.869405 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 269 rows starting from the beginning of the part 2025.08.26 21:49:32.869471 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2025.08.26 21:49:32.869524 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:49:32.869578 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 253 rows starting from the beginning of the part 2025.08.26 21:49:32.869627 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part 2025.08.26 21:49:32.869679 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2025.08.26 21:49:32.869729 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.869879 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.869943 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:49:32.870760 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519115 sec., 542421.0806950099 rows/sec., 36.18 MiB/sec. 2025.08.26 21:49:32.871013 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:49:32.871403 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.871505 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_26_5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:49:32.871582 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.871653 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.08.26 21:49:32.871672 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.872121 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:49:32.872383 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.872524 [ 35 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.08.26 21:49:32.872562 [ 35 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.872572 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} executeQuery: Read 24 rows, 2.04 KiB in 0.002729 sec., 8794.430194210334 rows/sec., 747.18 KiB/sec. 2025.08.26 21:49:32.872582 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.872631 [ 253 ] {9fa070f7-5ca5-48ff-8c75-881ac626ee5f} TCPHandler: Processed in 0.00310319 sec. 2025.08.26 21:49:32.872696 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2025.08.26 21:49:32.872783 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.872827 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:32.872867 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 455 rows starting from the beginning of the part 2025.08.26 21:49:32.872913 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.872943 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.08.26 21:49:32.872981 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:49:32.873007 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:32.873064 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 431 rows starting from the beginning of the part 2025.08.26 21:49:32.873113 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part 2025.08.26 21:49:32.873158 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:32.873525 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.873567 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:32.873919 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:49:32.874162 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.874321 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} executeQuery: Read 12 rows, 960.00 B in 0.00144 sec., 8333.333333333332 rows/sec., 651.04 KiB/sec. 2025.08.26 21:49:32.874337 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1365 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689238 sec., 808056.6503950302 rows/sec., 57.29 MiB/sec. 2025.08.26 21:49:32.874376 [ 253 ] {0dc2259f-4f87-4835-859a-14b08aa76754} TCPHandler: Processed in 0.001661577 sec. 2025.08.26 21:49:32.874334 [ 33 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.08.26 21:49:32.874501 [ 33 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.874540 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.874550 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.08.26 21:49:32.874540 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.874649 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:32.874698 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:32.874728 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:49:32.874874 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:32.874918 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 214 rows starting from the beginning of the part 2025.08.26 21:49:32.874969 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.875003 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.08.26 21:49:32.875075 [ 190 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_14_3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.08.26 21:49:32.875122 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.08.26 21:49:32.875185 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.08.26 21:49:32.875197 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 202 rows starting from the beginning of the part 2025.08.26 21:49:32.875233 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.875276 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 202 rows starting from the beginning of the part 2025.08.26 21:49:32.875286 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:32.875344 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.08.26 21:49:32.875790 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:49:32.876116 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.876305 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} executeQuery: Read 100 rows, 8.37 KiB in 0.00168 sec., 59523.80952380952 rows/sec., 4.87 MiB/sec. 2025.08.26 21:49:32.876357 [ 253 ] {7582778e-07ee-4a60-a5c0-863b0cb91efb} TCPHandler: Processed in 0.001870612 sec. 2025.08.26 21:49:32.876752 [ 192 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 5 columns (5 merged, 0 gathered) in 0.002076537 sec., 314947.4341174754 rows/sec., 19.54 MiB/sec. 2025.08.26 21:49:32.876943 [ 196 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.08.26 21:49:32.877251 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.877315 [ 196 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.877393 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.877417 [ 196 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_10_2} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.08.26 21:49:32.877456 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:32.877517 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.26 21:49:32.878057 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.878100 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.878478 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:49:32.878702 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.878846 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} executeQuery: Read 196 rows, 14.40 KiB in 0.001482 sec., 132253.71120107963 rows/sec., 9.49 MiB/sec. 2025.08.26 21:49:32.878888 [ 253 ] {cfe35b28-eded-4094-80ac-b39321640b17} TCPHandler: Processed in 0.002430875 sec. 2025.08.26 21:49:32.879037 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:32.879172 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:32.879236 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:32.879653 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:32.879690 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:32.880041 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:49:32.880271 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:32.880417 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} executeQuery: Read 60 rows, 4.14 KiB in 0.001274 sec., 47095.76138147567 rows/sec., 3.17 MiB/sec. 2025.08.26 21:49:32.880457 [ 253 ] {fbe2a5a2-6084-45f9-9be8-804ca9455ee7} TCPHandler: Processed in 0.001482213 sec. 2025.08.26 21:49:33.938735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 2025.08.26 21:49:33.939227 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:33.939275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:33.939787 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:49:33.940018 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:33.940164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 2025.08.26 21:49:34.663546 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.08.26 21:49:34.680558 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:34.680619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:34.687033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:49:34.687768 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:34.690874 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.08.26 21:49:36.465395 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 724 2025.08.26 21:49:36.467713 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:36.467751 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:36.468909 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:49:36.469179 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:36.469313 [ 30 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:49:36.469355 [ 30 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:36.469377 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:36.469432 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 724 2025.08.26 21:49:36.469514 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:49:36.470152 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:36.470285 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 574 rows starting from the beginning of the part 2025.08.26 21:49:36.470614 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.08.26 21:49:36.470986 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part 2025.08.26 21:49:36.471342 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 44 rows starting from the beginning of the part 2025.08.26 21:49:36.471670 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2025.08.26 21:49:36.472034 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2025.08.26 21:49:36.478494 [ 198 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 72 columns (72 merged, 0 gathered) in 0.009039864 sec., 80089.70046452027 rows/sec., 70.39 MiB/sec. 2025.08.26 21:49:36.479450 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:49:36.479973 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:36.480047 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_21_4} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:49:36.480226 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2025.08.26 21:49:37.863774 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.863956 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:37.864023 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:37.864723 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.864764 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.865182 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:49:37.865414 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.865571 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} executeQuery: Read 138 rows, 12.23 KiB in 0.001666 sec., 82833.13325330132 rows/sec., 7.17 MiB/sec. 2025.08.26 21:49:37.865615 [ 253 ] {1e420bdc-0259-43d9-aca7-fa81c5889430} TCPHandler: Processed in 0.001972585 sec. 2025.08.26 21:49:37.865732 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.865831 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:37.865874 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:37.866287 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.866321 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.866646 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:49:37.866861 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.866987 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} executeQuery: Read 41 rows, 3.08 KiB in 0.001177 sec., 34834.32455395072 rows/sec., 2.56 MiB/sec. 2025.08.26 21:49:37.867025 [ 253 ] {097611b8-dd8f-421e-b0f8-9a62bc24b51b} TCPHandler: Processed in 0.001344401 sec. 2025.08.26 21:49:37.867140 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.867235 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:37.867276 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:37.867710 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.867745 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.868064 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:49:37.868281 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.868406 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} executeQuery: Read 105 rows, 8.40 KiB in 0.00119 sec., 88235.29411764705 rows/sec., 6.89 MiB/sec. 2025.08.26 21:49:37.868456 [ 253 ] {4f6e0c4d-8e1e-40ed-96aa-793e32dbf562} TCPHandler: Processed in 0.001366041 sec. 2025.08.26 21:49:37.868589 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.868686 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:37.868730 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:37.869150 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.869184 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.869520 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:49:37.869735 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.869867 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.08.26 21:49:37.869905 [ 253 ] {20ca63bf-7fba-40a2-bb62-2a12e0dfc4eb} TCPHandler: Processed in 0.001366431 sec. 2025.08.26 21:49:37.870019 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.870113 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:37.870169 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} 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.08.26 21:49:37.871006 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.871040 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.871639 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:49:37.871872 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.871975 [ 27 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.26 21:49:37.872008 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} executeQuery: Read 41 rows, 75.23 KiB in 0.001914 sec., 21421.10762800418 rows/sec., 38.39 MiB/sec. 2025.08.26 21:49:37.872014 [ 27 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.872041 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.08.26 21:49:37.872074 [ 253 ] {380a4ea1-5c0a-49ac-a818-698a5ab6c2ca} TCPHandler: Processed in 0.002104118 sec. 2025.08.26 21:49:37.872157 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.872195 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:37.872298 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:37.872342 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:37.872436 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:37.872509 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 621 rows starting from the beginning of the part 2025.08.26 21:49:37.872655 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.872689 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:37.872729 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:37.872775 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.872902 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.873014 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.873064 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:49:37.873108 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:49:37.873308 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.873443 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.08.26 21:49:37.873482 [ 253 ] {249929d1-9b8f-4edc-b794-8d63e690a7ff} TCPHandler: Processed in 0.00133673 sec. 2025.08.26 21:49:37.887756 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 826 rows, containing 19 columns (19 merged, 0 gathered) in 0.015653003 sec., 52769.42705498747 rows/sec., 94.56 MiB/sec. 2025.08.26 21:49:37.888843 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.26 21:49:37.889213 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:37.889277 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_21_4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.26 21:49:37.889390 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.08.26 21:49:38.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 236.88 MiB, peak 244.59 MiB, free memory in arenas 0.00 B, will set to 239.41 MiB (RSS), difference: 2.53 MiB 2025.08.26 21:49:41.337286 [ 68 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:49:41.337359 [ 68 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:49:41.441231 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 2025.08.26 21:49:41.441855 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:41.441892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:41.442364 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:49:41.442600 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:41.442736 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.08.26 21:49:42.190934 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.08.26 21:49:42.207767 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:42.207820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:42.213264 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:49:42.213977 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:42.216884 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.08.26 21:49:42.860973 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:42.861150 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:42.861217 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:42.861955 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:42.861993 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:42.862398 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:49:42.862620 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:42.862775 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} executeQuery: Read 56 rows, 4.38 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.55 MiB/sec. 2025.08.26 21:49:42.862828 [ 253 ] {9c277676-4429-4057-9ba9-ddd2b7cc5da7} TCPHandler: Processed in 0.001991015 sec. 2025.08.26 21:49:42.862963 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:42.863062 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:42.863110 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:42.863550 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:42.863583 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:42.863906 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:49:42.864143 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:42.864282 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2025.08.26 21:49:42.864319 [ 253 ] {11d0cb5a-85f2-46f1-ad1b-711741df1a9a} TCPHandler: Processed in 0.001406382 sec. 2025.08.26 21:49:42.864442 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:42.864538 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:42.864582 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:42.865032 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:42.865065 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:42.865398 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:49:42.865604 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:42.865741 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.08.26 21:49:42.865778 [ 253 ] {fb35b374-3f73-4bbd-b7a1-6d6c1811b5eb} TCPHandler: Processed in 0.001385071 sec. 2025.08.26 21:49:42.865888 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:42.865982 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:42.866023 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:42.866383 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:42.866416 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:42.866716 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:49:42.866914 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:42.867040 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.08.26 21:49:42.867075 [ 253 ] {1f250771-4c45-4489-abd1-9c145308fff4} TCPHandler: Processed in 0.001236187 sec. 2025.08.26 21:49:46.470560 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 744 2025.08.26 21:49:46.472607 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:46.472657 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:46.473840 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:49:46.474119 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:46.474469 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2025.08.26 21:49:47.889513 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.889698 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:49:47.889770 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:49:47.890401 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.890451 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.890838 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:49:47.891083 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.891248 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} executeQuery: Read 2 rows, 167.00 B in 0.0016 sec., 1250 rows/sec., 101.93 KiB/sec. 2025.08.26 21:49:47.891298 [ 253 ] {a1a07ec9-0d16-4ad8-b19c-d1fd26a42102} TCPHandler: Processed in 0.001920103 sec. 2025.08.26 21:49:47.891427 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.891529 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:47.891572 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:47.892680 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.892719 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.893113 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:49:47.893330 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.893471 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} executeQuery: Read 1279 rows, 108.42 KiB in 0.001966 sec., 650559.511698881 rows/sec., 53.86 MiB/sec. 2025.08.26 21:49:47.893511 [ 253 ] {b22e6b31-f916-4b71-accc-2502f4432a8a} TCPHandler: Processed in 0.002135788 sec. 2025.08.26 21:49:47.893620 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.893716 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:47.893758 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:47.894161 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.894197 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.894498 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:49:47.894701 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.894830 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} executeQuery: Read 43 rows, 3.22 KiB in 0.001134 sec., 37918.87125220458 rows/sec., 2.78 MiB/sec. 2025.08.26 21:49:47.894869 [ 253 ] {00308261-b20d-4890-9596-604920b092e8} TCPHandler: Processed in 0.001298629 sec. 2025.08.26 21:49:47.894970 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.895063 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:49:47.895103 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:49:47.895583 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.895619 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.895939 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:49:47.896145 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.896276 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} executeQuery: Read 228 rows, 15.81 KiB in 0.001232 sec., 185064.93506493507 rows/sec., 12.53 MiB/sec. 2025.08.26 21:49:47.896315 [ 253 ] {98504576-7cef-4400-8f58-70a0c49e221a} TCPHandler: Processed in 0.001394392 sec. 2025.08.26 21:49:47.896424 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.896530 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:47.896572 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:47.897174 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.897211 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.897571 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:49:47.897796 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.897938 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} executeQuery: Read 563 rows, 42.85 KiB in 0.001427 sec., 394533.98738612473 rows/sec., 29.32 MiB/sec. 2025.08.26 21:49:47.897978 [ 253 ] {409974a8-6418-4dae-8435-c87fadf2b768} TCPHandler: Processed in 0.001603936 sec. 2025.08.26 21:49:47.898086 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.898181 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:47.898225 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:47.898825 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.898861 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.899232 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:49:47.899439 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.899574 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} executeQuery: Read 881 rows, 60.70 KiB in 0.001412 sec., 623937.6770538243 rows/sec., 41.98 MiB/sec. 2025.08.26 21:49:47.899612 [ 253 ] {bebcc904-cc77-49ea-89f6-2e1539c597c1} TCPHandler: Processed in 0.001575986 sec. 2025.08.26 21:49:47.899717 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.899812 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:47.899865 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} 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.08.26 21:49:47.900718 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.900754 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.901335 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:49:47.901555 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.901695 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} executeQuery: Read 41 rows, 75.23 KiB in 0.001902 sec., 21556.25657202944 rows/sec., 38.63 MiB/sec. 2025.08.26 21:49:47.901758 [ 253 ] {d23683a5-87b2-416c-b727-19b9d14e39f6} TCPHandler: Processed in 0.002089477 sec. 2025.08.26 21:49:47.901869 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:47.901963 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:47.902006 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:47.902327 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:47.902382 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:47.902694 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:49:47.902911 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:47.903045 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.08.26 21:49:47.903081 [ 253 ] {b035f4c5-88c1-4c7e-a918-bd2404f76375} TCPHandler: Processed in 0.001260729 sec. 2025.08.26 21:49:48.943742 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 2025.08.26 21:49:48.944257 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:48.944314 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:48.944817 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:49:48.945065 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:48.945214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 2025.08.26 21:49:48.945207 [ 65 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:49:48.945293 [ 65 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:48.945318 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:48.945413 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:49:48.945511 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:48.945544 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:49:48.945601 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.08.26 21:49:48.945645 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.08.26 21:49:48.945688 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.08.26 21:49:48.945724 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.08.26 21:49:48.945757 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.08.26 21:49:48.947474 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002097947 sec., 6774718.331778638 rows/sec., 96.91 MiB/sec. 2025.08.26 21:49:48.947873 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:49:48.948174 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:48.948256 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_31_6} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:49:48.948376 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.08.26 21:49:49.717885 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.08.26 21:49:49.735875 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:49.735929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:49.741415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:49:49.742132 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:49.742409 [ 75 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:49:49.742454 [ 75 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:49.742476 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:49.742640 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.745277 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.08.26 21:49:49.746252 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:49.747822 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.752782 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.757308 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.761674 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.765944 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.770215 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:49:49.821648 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.079091703 sec., 2958.5909915228403 rows/sec., 15.30 MiB/sec. 2025.08.26 21:49:49.823549 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:49:49.825288 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_31_6} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:49.825387 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_31_6} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:49:49.826906 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.13 MiB. 2025.08.26 21:49:50.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 240.72 MiB, peak 251.26 MiB, free memory in arenas 0.00 B, will set to 243.86 MiB (RSS), difference: 3.15 MiB 2025.08.26 21:49:52.860603 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:52.860789 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:52.860856 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:52.861530 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.861581 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.862003 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:49:52.862236 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.862397 [ 113 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:49:52.862407 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} executeQuery: Read 56 rows, 4.38 KiB in 0.001668 sec., 33573.14148681055 rows/sec., 2.56 MiB/sec. 2025.08.26 21:49:52.862477 [ 113 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.862505 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.862513 [ 253 ] {3d347559-a406-423a-876e-9e83fa6e928e} TCPHandler: Processed in 0.002044376 sec. 2025.08.26 21:49:52.862623 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:52.862643 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:52.862760 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:52.862770 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:52.862805 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:52.862813 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2420 rows starting from the beginning of the part 2025.08.26 21:49:52.862892 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 176 rows starting from the beginning of the part 2025.08.26 21:49:52.862936 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 138 rows starting from the beginning of the part 2025.08.26 21:49:52.862978 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:49:52.863017 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:49:52.863058 [ 192 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part 2025.08.26 21:49:52.863264 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.863308 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.863784 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:49:52.864023 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.864145 [ 113 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:49:52.864169 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec. 2025.08.26 21:49:52.864177 [ 113 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.864213 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.864219 [ 253 ] {4c0c4207-f19b-40d4-b9e3-aa68a795dbd4} TCPHandler: Processed in 0.001626657 sec. 2025.08.26 21:49:52.864301 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:52.864340 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:52.864399 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:52.864429 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1223 rows starting from the beginning of the part 2025.08.26 21:49:52.864436 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:52.864483 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:52.864490 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 100 rows starting from the beginning of the part 2025.08.26 21:49:52.864541 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 105 rows starting from the beginning of the part 2025.08.26 21:49:52.864582 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:49:52.864624 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 563 rows starting from the beginning of the part 2025.08.26 21:49:52.864675 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part 2025.08.26 21:49:52.864919 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.864955 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.865117 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4125 rows, containing 5 columns (5 merged, 0 gathered) in 0.002550297 sec., 1617458.6724605018 rows/sec., 139.23 MiB/sec. 2025.08.26 21:49:52.865362 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:49:52.865443 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:49:52.865598 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.865715 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.865720 [ 113 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:49:52.865754 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} executeQuery: Read 160 rows, 11.41 KiB in 0.001335 sec., 119850.1872659176 rows/sec., 8.35 MiB/sec. 2025.08.26 21:49:52.865765 [ 113 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.865802 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.865804 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_46_9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:49:52.865808 [ 253 ] {0ef74c5c-a84a-4a2b-91e3-1793e51db816} TCPHandler: Processed in 0.001517334 sec. 2025.08.26 21:49:52.865861 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2119 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592876 sec., 1330298.1525241137 rows/sec., 103.37 MiB/sec. 2025.08.26 21:49:52.865875 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:52.865920 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:49:52.865936 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:52.866004 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:52.866038 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12142 rows starting from the beginning of the part 2025.08.26 21:49:52.866042 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:52.866090 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 196 rows starting from the beginning of the part 2025.08.26 21:49:52.866096 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:52.866141 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.08.26 21:49:52.866187 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:49:52.866193 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:49:52.866228 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 881 rows starting from the beginning of the part 2025.08.26 21:49:52.866271 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.08.26 21:49:52.866475 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.866520 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.866619 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.866715 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_46_9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:49:52.866816 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:49:52.866871 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:49:52.867100 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.867216 [ 113 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:49:52.867242 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2025.08.26 21:49:52.867244 [ 113 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:52.867282 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:52.867286 [ 253 ] {c3d7ac3e-c52e-490c-8298-ccd51ee8db04} TCPHandler: Processed in 0.001400861 sec. 2025.08.26 21:49:52.867366 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:52.867487 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:49:52.867520 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2244 rows starting from the beginning of the part 2025.08.26 21:49:52.867582 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:52.867625 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:52.867663 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:52.867701 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:49:52.867738 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.08.26 21:49:52.869035 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2544 rows, containing 4 columns (4 merged, 0 gathered) in 0.001708109 sec., 1489366.3109321478 rows/sec., 98.77 MiB/sec. 2025.08.26 21:49:52.869343 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:49:52.869600 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.869668 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_46_9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:49:52.869727 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.26 21:49:52.870819 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13699 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978462 sec., 2751653.0205513267 rows/sec., 188.18 MiB/sec. 2025.08.26 21:49:52.871263 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:49:52.871529 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:52.871596 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_46_9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:49:52.871671 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2025.08.26 21:49:53.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 244.26 MiB, peak 251.30 MiB, free memory in arenas 0.00 B, will set to 246.35 MiB (RSS), difference: 2.09 MiB 2025.08.26 21:49:56.337444 [ 79 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:49:56.337546 [ 79 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:49:56.445287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 2025.08.26 21:49:56.446064 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:56.446105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:56.446595 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:49:56.446815 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:56.446944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.08.26 21:49:56.474625 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 768 2025.08.26 21:49:56.477300 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:56.477346 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:56.478504 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:49:56.478756 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:56.479014 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2025.08.26 21:49:57.001175 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000836309 sec. 2025.08.26 21:49:57.246331 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.08.26 21:49:57.261535 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.261586 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.267317 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:49:57.268044 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.270636 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.08.26 21:49:57.862969 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.863172 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:49:57.863248 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:49:57.864051 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.864186 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.864617 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:49:57.864859 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.865024 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} executeQuery: Read 138 rows, 12.23 KiB in 0.001912 sec., 72175.73221757323 rows/sec., 6.25 MiB/sec. 2025.08.26 21:49:57.865075 [ 253 ] {0d9b69ac-c93d-471b-af8f-55652d57340b} TCPHandler: Processed in 0.00224814 sec. 2025.08.26 21:49:57.865210 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.865313 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:49:57.865358 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:49:57.865822 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.865859 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.866183 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:49:57.866398 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.866530 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} executeQuery: Read 41 rows, 3.08 KiB in 0.001241 sec., 33037.8726833199 rows/sec., 2.43 MiB/sec. 2025.08.26 21:49:57.866569 [ 253 ] {06564c8c-ea2a-48a1-a7ae-fc8ffef19e75} TCPHandler: Processed in 0.001410982 sec. 2025.08.26 21:49:57.866680 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.866777 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:49:57.866817 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:49:57.867240 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.867275 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.867606 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:49:57.867814 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.867950 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} executeQuery: Read 105 rows, 8.40 KiB in 0.001194 sec., 87939.69849246231 rows/sec., 6.87 MiB/sec. 2025.08.26 21:49:57.867989 [ 253 ] {77881bbd-bb38-4c2f-bf34-72ec5f006e00} TCPHandler: Processed in 0.001358011 sec. 2025.08.26 21:49:57.868095 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.868190 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:57.868233 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:49:57.868648 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.868683 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.869018 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:49:57.869228 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.869356 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.08.26 21:49:57.869393 [ 253 ] {f33f7f1d-02dc-4a76-a2ee-fad33f4f6137} TCPHandler: Processed in 0.001344771 sec. 2025.08.26 21:49:57.869527 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.869646 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:49:57.869710 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} 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.08.26 21:49:57.870614 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.870650 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.871212 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:49:57.871455 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.871588 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} executeQuery: Read 41 rows, 75.23 KiB in 0.001966 sec., 20854.526958290946 rows/sec., 37.37 MiB/sec. 2025.08.26 21:49:57.871640 [ 253 ] {96389022-eac7-4738-8cdc-1051f5951c35} TCPHandler: Processed in 0.002171009 sec. 2025.08.26 21:49:57.871749 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:49:57.871841 [ 253 ] {075b1198-30a9-4651-8766-045116331843} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:49:57.871881 [ 253 ] {075b1198-30a9-4651-8766-045116331843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:49:57.872208 [ 253 ] {075b1198-30a9-4651-8766-045116331843} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:49:57.872243 [ 253 ] {075b1198-30a9-4651-8766-045116331843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.08.26 21:49:57.872540 [ 253 ] {075b1198-30a9-4651-8766-045116331843} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:49:57.872744 [ 253 ] {075b1198-30a9-4651-8766-045116331843} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:49:57.872869 [ 253 ] {075b1198-30a9-4651-8766-045116331843} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2025.08.26 21:49:57.872904 [ 253 ] {075b1198-30a9-4651-8766-045116331843} TCPHandler: Processed in 0.001202747 sec. 2025.08.26 21:50:02.864052 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.864298 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.864389 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:50:02.865211 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.865266 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.865761 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:50:02.866177 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.866456 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} executeQuery: Read 24 rows, 2.04 KiB in 0.002227 sec., 10776.829815895824 rows/sec., 915.61 KiB/sec. 2025.08.26 21:50:02.866540 [ 253 ] {12b44f03-690b-4840-981d-d5f6b0a72af9} TCPHandler: Processed in 0.002632909 sec. 2025.08.26 21:50:02.866707 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.866827 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:02.866891 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:02.867611 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.867656 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.868062 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:50:02.868299 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.868472 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} executeQuery: Read 176 rows, 15.82 KiB in 0.001675 sec., 105074.62686567164 rows/sec., 9.22 MiB/sec. 2025.08.26 21:50:02.868530 [ 253 ] {8c594d8d-9120-4962-80db-bf9d46b630b2} TCPHandler: Processed in 0.001886192 sec. 2025.08.26 21:50:02.868682 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.868788 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.868834 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:02.869314 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.869354 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.869724 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:50:02.869982 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.870164 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} executeQuery: Read 12 rows, 984.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 685.89 KiB/sec. 2025.08.26 21:50:02.870211 [ 253 ] {1bd31610-8d30-4348-8735-9df805078e04} TCPHandler: Processed in 0.001589776 sec. 2025.08.26 21:50:02.870363 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.870495 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.870556 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:50:02.871159 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.871210 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.871688 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:50:02.872025 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.872222 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} executeQuery: Read 24 rows, 2.04 KiB in 0.001757 sec., 13659.647125782583 rows/sec., 1.13 MiB/sec. 2025.08.26 21:50:02.872279 [ 253 ] {16bbee5b-094d-4e8f-b140-c46f2e662fe0} TCPHandler: Processed in 0.001981135 sec. 2025.08.26 21:50:02.872569 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.872698 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.872757 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:50:02.873323 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.873377 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.873847 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:50:02.874223 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.874438 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} executeQuery: Read 12 rows, 960.00 B in 0.00177 sec., 6779.661016949152 rows/sec., 529.66 KiB/sec. 2025.08.26 21:50:02.874494 [ 253 ] {7ce64890-d396-46b3-85e9-d9f63d76fa91} TCPHandler: Processed in 0.001989595 sec. 2025.08.26 21:50:02.874660 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.874768 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:02.874815 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:02.875356 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.875395 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.875740 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:50:02.875977 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.876127 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} executeQuery: Read 100 rows, 8.37 KiB in 0.001382 sec., 72358.9001447178 rows/sec., 5.92 MiB/sec. 2025.08.26 21:50:02.876179 [ 253 ] {a598322d-e4b6-41d7-981c-7a66b649ed20} TCPHandler: Processed in 0.001583715 sec. 2025.08.26 21:50:02.876311 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.876409 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.876455 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:02.876907 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.876944 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.877326 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:50:02.877558 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.877702 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} executeQuery: Read 196 rows, 14.40 KiB in 0.001314 sec., 149162.8614916286 rows/sec., 10.70 MiB/sec. 2025.08.26 21:50:02.877744 [ 253 ] {7e811b1e-4903-41ee-9ac8-fa09bb070b11} TCPHandler: Processed in 0.001484384 sec. 2025.08.26 21:50:02.877873 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:02.877971 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:02.878021 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:02.878440 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:02.878485 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:02.878897 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:50:02.879227 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:02.879418 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. 2025.08.26 21:50:02.879467 [ 253 ] {000180dd-12e9-4054-8765-10e25ab1a087} TCPHandler: Processed in 0.001644007 sec. 2025.08.26 21:50:03.947983 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 2025.08.26 21:50:03.948472 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:03.948522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:03.949021 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:50:03.949260 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:03.949400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 2025.08.26 21:50:04.771664 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.08.26 21:50:04.787828 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:04.787885 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:04.793640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:50:04.794373 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:04.797318 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.08.26 21:50:06.480105 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 796 2025.08.26 21:50:06.482277 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:06.482326 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:06.483496 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:50:06.483785 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:06.484137 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2025.08.26 21:50:07.862540 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.862748 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:07.862822 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:07.863527 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.863577 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.863998 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:50:07.864240 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.864398 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} executeQuery: Read 138 rows, 12.23 KiB in 0.001707 sec., 80843.58523725835 rows/sec., 7.00 MiB/sec. 2025.08.26 21:50:07.864443 [ 253 ] {bd933952-6e2c-440a-b716-852bec313d5d} TCPHandler: Processed in 0.002045966 sec. 2025.08.26 21:50:07.864559 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.864655 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:07.864698 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:07.865111 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.865149 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.865466 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:50:07.865698 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.865810 [ 46 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:50:07.865830 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} executeQuery: Read 41 rows, 3.08 KiB in 0.001193 sec., 34367.141659681474 rows/sec., 2.52 MiB/sec. 2025.08.26 21:50:07.865883 [ 46 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.865892 [ 253 ] {716c9bb6-b225-456a-87aa-b267adf735db} TCPHandler: Processed in 0.001384351 sec. 2025.08.26 21:50:07.865917 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.866011 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.866045 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:07.866113 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:07.866159 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:07.866192 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:07.866236 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 269 rows starting from the beginning of the part 2025.08.26 21:50:07.866313 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:07.866366 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 43 rows starting from the beginning of the part 2025.08.26 21:50:07.866416 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:07.866468 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part 2025.08.26 21:50:07.866513 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:07.866582 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.866625 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.866983 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:50:07.867246 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.867384 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} executeQuery: Read 105 rows, 8.40 KiB in 0.001291 sec., 81332.30054221534 rows/sec., 6.35 MiB/sec. 2025.08.26 21:50:07.867406 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420502 sec., 314677.4872545058 rows/sec., 22.27 MiB/sec. 2025.08.26 21:50:07.867425 [ 253 ] {a13e3aa7-a974-488f-89c2-4c3e9eabf43e} TCPHandler: Processed in 0.001462543 sec. 2025.08.26 21:50:07.867552 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.867569 [ 199 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:50:07.867649 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:07.867694 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:07.867848 [ 199 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.867921 [ 199 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_31_6} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:50:07.868007 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:50:07.868083 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.868119 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.868471 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:50:07.868701 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.868833 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.08.26 21:50:07.868873 [ 253 ] {56af86e3-514a-402e-b554-1852de728037} TCPHandler: Processed in 0.001371411 sec. 2025.08.26 21:50:07.868987 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.869081 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:07.869138 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} 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.08.26 21:50:07.869945 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.869983 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.870563 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:50:07.870806 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.870946 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} executeQuery: Read 41 rows, 75.23 KiB in 0.001883 sec., 21773.76526818906 rows/sec., 39.02 MiB/sec. 2025.08.26 21:50:07.871012 [ 253 ] {d7ad6d9c-77ef-4f57-849c-59314e3291ac} TCPHandler: Processed in 0.002073707 sec. 2025.08.26 21:50:07.871141 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:07.871237 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:07.871281 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:07.871634 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:07.871671 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:07.871987 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:50:07.872215 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:07.872347 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.08.26 21:50:07.872384 [ 253 ] {ff793879-f369-4848-8b7f-f7f0bbc9a522} TCPHandler: Processed in 0.001293709 sec. 2025.08.26 21:50:11.337800 [ 66 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:50:11.337905 [ 66 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:50:11.450458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 2025.08.26 21:50:11.450948 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:11.450987 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:11.451449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:50:11.451677 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:11.451805 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.08.26 21:50:12.298340 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.08.26 21:50:12.315154 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:12.315211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:12.321392 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:50:12.322113 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:12.324939 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.08.26 21:50:12.861007 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:12.861321 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:12.861423 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:12.862382 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:12.862425 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:12.862799 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:50:12.863018 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:12.863171 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec. 2025.08.26 21:50:12.863214 [ 253 ] {56043f32-f2ab-451f-a5bd-8b1df90da965} TCPHandler: Processed in 0.002386133 sec. 2025.08.26 21:50:12.863346 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:12.863468 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:12.863511 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:12.863981 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:12.864017 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:12.864355 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:50:12.864570 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:12.864691 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} executeQuery: Read 64 rows, 5.12 KiB in 0.001243 sec., 51488.334674175385 rows/sec., 4.02 MiB/sec. 2025.08.26 21:50:12.864728 [ 253 ] {dc94eb59-b0bd-4993-b76b-4fa108eb498d} TCPHandler: Processed in 0.001429253 sec. 2025.08.26 21:50:12.864847 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:12.864938 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:12.864982 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:12.865431 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:12.865466 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:12.865810 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:50:12.866014 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:12.866138 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.08.26 21:50:12.866175 [ 253 ] {069450ed-caf6-4336-bd84-0f072d9c9967} TCPHandler: Processed in 0.001375021 sec. 2025.08.26 21:50:12.866285 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:12.866376 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:12.866417 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:12.866748 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:12.866782 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:12.867085 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:50:12.867289 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:12.867414 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.08.26 21:50:12.867449 [ 253 ] {18ffdf9f-c831-4589-82d2-f4b9287ca55e} TCPHandler: Processed in 0.001210178 sec. 2025.08.26 21:50:16.485237 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 816 2025.08.26 21:50:16.487316 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:16.487375 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:16.488586 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:50:16.488872 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:16.489231 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 816 2025.08.26 21:50:17.890565 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.890761 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:50:17.890833 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:50:17.891526 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.891572 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.891951 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:50:17.892167 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.892318 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} executeQuery: Read 16 rows, 1.30 KiB in 0.001612 sec., 9925.558312655086 rows/sec., 809.36 KiB/sec. 2025.08.26 21:50:17.892359 [ 253 ] {eefb29ef-3b62-45fa-94ac-9999e4f0ecc3} TCPHandler: Processed in 0.001928674 sec. 2025.08.26 21:50:17.892472 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.892564 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:17.892603 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:17.893690 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.893727 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.894119 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:50:17.894325 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.894453 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} executeQuery: Read 1286 rows, 108.93 KiB in 0.001908 sec., 674004.1928721174 rows/sec., 55.75 MiB/sec. 2025.08.26 21:50:17.894473 [ 61 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:50:17.894491 [ 253 ] {7858d42f-535e-49c3-8eaf-7f12e214b0a4} TCPHandler: Processed in 0.002066307 sec. 2025.08.26 21:50:17.894560 [ 61 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.894591 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.894647 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.894690 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:50:17.894747 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:17.894786 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:17.894793 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:17.894827 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2420 rows starting from the beginning of the part 2025.08.26 21:50:17.894891 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 138 rows starting from the beginning of the part 2025.08.26 21:50:17.894938 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 176 rows starting from the beginning of the part 2025.08.26 21:50:17.894984 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 138 rows starting from the beginning of the part 2025.08.26 21:50:17.895028 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:50:17.895075 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1286 rows starting from the beginning of the part 2025.08.26 21:50:17.895209 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.895246 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.895566 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:50:17.895773 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.895899 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} executeQuery: Read 57 rows, 4.20 KiB in 0.001174 sec., 48551.959114139696 rows/sec., 3.49 MiB/sec. 2025.08.26 21:50:17.895936 [ 253 ] {916085d9-102b-4fe9-9e68-9d9aba69accd} TCPHandler: Processed in 0.00134164 sec. 2025.08.26 21:50:17.896049 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.896141 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:50:17.896180 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:50:17.896665 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002018526 sec., 2087661.9870142867 rows/sec., 180.12 MiB/sec. 2025.08.26 21:50:17.896673 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.896744 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.896996 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:50:17.897057 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:50:17.897270 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.897276 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.897347 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_51_10} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:50:17.897405 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} executeQuery: Read 228 rows, 15.81 KiB in 0.001282 sec., 177847.11388455538 rows/sec., 12.04 MiB/sec. 2025.08.26 21:50:17.897419 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:50:17.897443 [ 253 ] {6fdb77dc-a1ed-4486-b807-95483ec409f4} TCPHandler: Processed in 0.001440593 sec. 2025.08.26 21:50:17.897559 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.897650 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:17.897689 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:17.898345 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.898381 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.898707 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:50:17.898925 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.899052 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} executeQuery: Read 577 rows, 43.99 KiB in 0.00142 sec., 406338.0281690141 rows/sec., 30.25 MiB/sec. 2025.08.26 21:50:17.899056 [ 61 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:50:17.899092 [ 253 ] {4e57626d-0af1-4891-a326-23a1e75be6aa} TCPHandler: Processed in 0.001589706 sec. 2025.08.26 21:50:17.899105 [ 61 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.899131 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.899222 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.899236 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:50:17.899353 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:17.899388 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:17.899412 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:17.899431 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1223 rows starting from the beginning of the part 2025.08.26 21:50:17.899507 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 105 rows starting from the beginning of the part 2025.08.26 21:50:17.899558 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part 2025.08.26 21:50:17.899606 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 105 rows starting from the beginning of the part 2025.08.26 21:50:17.899655 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:50:17.899701 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 577 rows starting from the beginning of the part 2025.08.26 21:50:17.900149 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.900194 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.900615 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:50:17.900838 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.900875 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694308 sec., 1283119.7161318958 rows/sec., 99.86 MiB/sec. 2025.08.26 21:50:17.900964 [ 61 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:50:17.900975 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} executeQuery: Read 888 rows, 61.19 KiB in 0.001647 sec., 539162.1129326047 rows/sec., 36.28 MiB/sec. 2025.08.26 21:50:17.901010 [ 61 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.901035 [ 253 ] {303330e1-e842-49d8-8a22-eb1af294adbc} TCPHandler: Processed in 0.001874293 sec. 2025.08.26 21:50:17.901038 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.901057 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:50:17.901146 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:50:17.901175 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.901269 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:17.901283 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:17.901310 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13699 rows starting from the beginning of the part 2025.08.26 21:50:17.901324 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.901347 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} 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.08.26 21:50:17.901379 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2025.08.26 21:50:17.901404 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_51_10} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:50:17.901432 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 196 rows starting from the beginning of the part 2025.08.26 21:50:17.901479 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.08.26 21:50:17.901484 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:50:17.901521 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:50:17.901566 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 888 rows starting from the beginning of the part 2025.08.26 21:50:17.902253 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.902295 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.903023 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:50:17.903276 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.903428 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} executeQuery: Read 41 rows, 75.23 KiB in 0.002163 sec., 18955.154877484976 rows/sec., 33.97 MiB/sec. 2025.08.26 21:50:17.903483 [ 253 ] {c5c39b64-1701-4bc7-a36b-f9cd90e855c8} TCPHandler: Processed in 0.002362494 sec. 2025.08.26 21:50:17.903603 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:17.903697 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:17.903738 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:17.904085 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.904120 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.904463 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:50:17.904674 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.904789 [ 157 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:50:17.904805 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.08.26 21:50:17.904835 [ 157 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:17.904855 [ 253 ] {e30aa8b0-897d-437e-a246-0707a136137d} TCPHandler: Processed in 0.00129974 sec. 2025.08.26 21:50:17.904861 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:17.904961 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:17.905056 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:17.905086 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2544 rows starting from the beginning of the part 2025.08.26 21:50:17.905144 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:17.905188 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.08.26 21:50:17.905232 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:17.905272 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.08.26 21:50:17.905316 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:17.905738 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15263 rows, containing 5 columns (5 merged, 0 gathered) in 0.004630864 sec., 3295929.2261660025 rows/sec., 225.47 MiB/sec. 2025.08.26 21:50:17.906120 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:50:17.906385 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.906454 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_51_10} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:50:17.906517 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2025.08.26 21:50:17.906683 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2844 rows, containing 4 columns (4 merged, 0 gathered) in 0.00175804 sec., 1617710.6322950558 rows/sec., 107.47 MiB/sec. 2025.08.26 21:50:17.906921 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:50:17.907166 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:17.907238 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_51_10} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:50:17.907320 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.08.26 21:50:18.952850 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 2025.08.26 21:50:18.953345 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:18.953397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:18.953911 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:50:18.954159 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:18.954318 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 2025.08.26 21:50:19.824994 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.08.26 21:50:19.842422 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:19.842475 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:19.848720 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:50:19.849431 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:19.852812 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.08.26 21:50:22.860900 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:22.861088 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:22.861158 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:22.861847 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:22.861897 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:22.862300 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:50:22.862536 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:22.862712 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} executeQuery: Read 56 rows, 4.38 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.55 MiB/sec. 2025.08.26 21:50:22.862765 [ 253 ] {5da34976-3705-418b-8683-59f203ee9868} TCPHandler: Processed in 0.002000615 sec. 2025.08.26 21:50:22.862893 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:22.862998 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:22.863042 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:22.863487 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:22.863527 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:22.863863 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:50:22.864086 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:22.864225 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} executeQuery: Read 64 rows, 5.12 KiB in 0.00125 sec., 51200 rows/sec., 4.00 MiB/sec. 2025.08.26 21:50:22.864265 [ 253 ] {1818a2c4-cbbe-4a1c-9233-357606d97db2} TCPHandler: Processed in 0.001423542 sec. 2025.08.26 21:50:22.864383 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:22.864483 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:22.864528 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:22.864948 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:22.864985 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:22.865334 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:50:22.865556 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:22.865696 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2025.08.26 21:50:22.865734 [ 253 ] {c1d06135-9311-4b05-ae99-a8c7d812d8fc} TCPHandler: Processed in 0.001401841 sec. 2025.08.26 21:50:22.865838 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:22.865936 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:22.865978 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:22.866343 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:22.866383 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:22.866719 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:50:22.866940 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:22.867079 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.08.26 21:50:22.867118 [ 253 ] {318f8a2b-9229-45ac-a35b-d9ad3700ff64} TCPHandler: Processed in 0.00132853 sec. 2025.08.26 21:50:26.337950 [ 150 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:50:26.338012 [ 150 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:50:26.455370 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 2025.08.26 21:50:26.455868 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:26.455908 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:26.456412 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:50:26.456645 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:26.456771 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.08.26 21:50:26.456778 [ 150 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:50:26.456847 [ 150 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:26.456871 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:26.456973 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:50:26.457075 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:26.457109 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part 2025.08.26 21:50:26.457170 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part 2025.08.26 21:50:26.457220 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part 2025.08.26 21:50:26.457266 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part 2025.08.26 21:50:26.457309 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part 2025.08.26 21:50:26.457350 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part 2025.08.26 21:50:26.459366 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438434 sec., 6779351.0097054085 rows/sec., 96.98 MiB/sec. 2025.08.26 21:50:26.459523 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:50:26.459891 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:26.459989 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_36_7} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:50:26.460115 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.08.26 21:50:26.490319 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 840 2025.08.26 21:50:26.492696 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:26.492739 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:26.494322 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:50:26.494658 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:26.494823 [ 150 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:50:26.494863 [ 150 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:26.494885 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:26.495010 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:50:26.495109 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 840 2025.08.26 21:50:26.495586 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:26.495751 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 724 rows starting from the beginning of the part 2025.08.26 21:50:26.496124 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part 2025.08.26 21:50:26.496457 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.08.26 21:50:26.496780 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part 2025.08.26 21:50:26.497103 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part 2025.08.26 21:50:26.497428 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2025.08.26 21:50:26.503898 [ 198 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 72 columns (72 merged, 0 gathered) in 0.008943382 sec., 93924.20003976124 rows/sec., 80.32 MiB/sec. 2025.08.26 21:50:26.505146 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:50:26.505707 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:26.505778 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_26_5} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:50:26.506086 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2025.08.26 21:50:27.353855 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.08.26 21:50:27.371182 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.371243 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.377831 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:50:27.378564 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.378875 [ 149 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:50:27.378946 [ 149 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.378968 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.379126 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.381793 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.08.26 21:50:27.382928 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:27.384441 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.388954 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.393450 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.397982 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.402710 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.407051 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:50:27.463254 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.084207488 sec., 3218.241114139398 rows/sec., 16.64 MiB/sec. 2025.08.26 21:50:27.466222 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:50:27.468365 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_36_7} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.468466 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_36_7} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:50:27.470671 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.08.26 21:50:27.862988 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.863171 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:27.863243 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:27.864003 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.864048 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.864484 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:50:27.864717 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.864870 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} executeQuery: Read 138 rows, 12.23 KiB in 0.001751 sec., 78812.10736721873 rows/sec., 6.82 MiB/sec. 2025.08.26 21:50:27.864913 [ 253 ] {24bb85fc-3a56-41db-8336-d12e76d2e94a} TCPHandler: Processed in 0.002055676 sec. 2025.08.26 21:50:27.865037 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.865134 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:27.865176 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:27.865602 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.865640 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.865972 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:50:27.866202 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.866336 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} executeQuery: Read 41 rows, 3.08 KiB in 0.001221 sec., 33579.033579033574 rows/sec., 2.47 MiB/sec. 2025.08.26 21:50:27.866375 [ 253 ] {0e29f353-72dc-4899-aa0a-d790537c5a46} TCPHandler: Processed in 0.001388122 sec. 2025.08.26 21:50:27.866487 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.866581 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:27.866623 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:27.867055 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.867092 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.867409 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:50:27.867624 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.867754 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} executeQuery: Read 105 rows, 8.40 KiB in 0.001191 sec., 88161.20906801008 rows/sec., 6.89 MiB/sec. 2025.08.26 21:50:27.867792 [ 253 ] {bebc6abf-cf3f-401b-8f90-a82316d600ae} TCPHandler: Processed in 0.00135561 sec. 2025.08.26 21:50:27.867930 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.868025 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:27.868069 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:27.868491 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.868528 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.868868 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:50:27.869081 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.869215 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.08.26 21:50:27.869255 [ 253 ] {a455ec30-99a9-48de-9307-4dc49417fd3f} TCPHandler: Processed in 0.001376502 sec. 2025.08.26 21:50:27.869383 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.869478 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:27.869532 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} 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.08.26 21:50:27.870394 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.870432 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.871056 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:50:27.871310 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.871454 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} executeQuery: Read 41 rows, 75.23 KiB in 0.001995 sec., 20551.37844611529 rows/sec., 36.83 MiB/sec. 2025.08.26 21:50:27.871452 [ 148 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.26 21:50:27.871521 [ 253 ] {965829ce-89fd-4a6e-b25f-66feefdeb006} TCPHandler: Processed in 0.00218826 sec. 2025.08.26 21:50:27.871530 [ 148 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.871564 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.871688 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:27.871697 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.871788 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:27.871835 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:27.871974 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:27.872048 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 826 rows starting from the beginning of the part 2025.08.26 21:50:27.872191 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.872219 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:27.872262 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:27.872322 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.872443 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.872556 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.872594 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:50:27.872670 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:50:27.872829 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.872964 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2025.08.26 21:50:27.873003 [ 253 ] {4a86c568-1782-4a7a-b499-f42776675dd2} TCPHandler: Processed in 0.001366241 sec. 2025.08.26 21:50:27.880655 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 19 columns (19 merged, 0 gathered) in 0.009023753 sec., 114254.01382329503 rows/sec., 204.74 MiB/sec. 2025.08.26 21:50:27.882081 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.26 21:50:27.882474 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:27.882556 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_26_5} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.26 21:50:27.882702 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2025.08.26 21:50:28.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 250.79 MiB, peak 262.19 MiB, free memory in arenas 0.00 B, will set to 260.29 MiB (RSS), difference: 9.50 MiB 2025.08.26 21:50:28.229127 [ 148 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.26 21:50:28.229210 [ 148 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:28.229233 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:28.229358 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:50:28.229503 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:28.229538 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2025.08.26 21:50:28.229604 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.08.26 21:50:28.229649 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part 2025.08.26 21:50:28.229691 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.08.26 21:50:28.229730 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part 2025.08.26 21:50:28.230466 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001165947 sec., 48029.62741874201 rows/sec., 4.01 MiB/sec. 2025.08.26 21:50:28.230587 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.26 21:50:28.230840 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:28.230911 [ 193 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_9_2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.26 21:50:28.230979 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:50:32.863418 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.863639 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.863719 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:50:32.864409 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.864460 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.864886 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:50:32.865117 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.865280 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} executeQuery: Read 24 rows, 2.04 KiB in 0.001695 sec., 14159.292035398232 rows/sec., 1.17 MiB/sec. 2025.08.26 21:50:32.865336 [ 253 ] {0407dde4-2120-4e02-8a4d-6893ecd3daaa} TCPHandler: Processed in 0.002087077 sec. 2025.08.26 21:50:32.865474 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.865578 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:32.865624 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:32.866175 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.866214 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.866568 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:50:32.866793 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.866933 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} executeQuery: Read 176 rows, 15.82 KiB in 0.00138 sec., 127536.23188405798 rows/sec., 11.19 MiB/sec. 2025.08.26 21:50:32.866974 [ 253 ] {4ebcefd8-4ec0-4db2-b113-1c7da402abf7} TCPHandler: Processed in 0.001551985 sec. 2025.08.26 21:50:32.867093 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.867192 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.867234 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:32.867658 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.867696 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.868009 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:50:32.868225 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.868364 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} executeQuery: Read 12 rows, 984.00 B in 0.001195 sec., 10041.8410041841 rows/sec., 804.13 KiB/sec. 2025.08.26 21:50:32.868402 [ 253 ] {25e34d10-da18-4e8f-8b63-2d6ae0862be2} TCPHandler: Processed in 0.00135814 sec. 2025.08.26 21:50:32.868517 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.868614 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.868655 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:50:32.869069 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.869106 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.869449 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:50:32.869668 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.869835 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} executeQuery: Read 24 rows, 2.04 KiB in 0.001241 sec., 19339.242546333604 rows/sec., 1.60 MiB/sec. 2025.08.26 21:50:32.869875 [ 253 ] {4f6307cc-22a5-4b6e-b5cf-f013180b7e76} TCPHandler: Processed in 0.001405641 sec. 2025.08.26 21:50:32.869990 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.870086 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.870126 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:50:32.870533 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.870569 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.870889 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:50:32.871109 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.871241 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} executeQuery: Read 12 rows, 960.00 B in 0.001176 sec., 10204.081632653062 rows/sec., 797.19 KiB/sec. 2025.08.26 21:50:32.871279 [ 253 ] {348e788f-faf6-4505-9f88-0a35bd6b965c} TCPHandler: Processed in 0.00134007 sec. 2025.08.26 21:50:32.871400 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.871501 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:32.871543 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:32.872089 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.872136 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.872544 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:50:32.872786 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.872961 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} executeQuery: Read 100 rows, 8.37 KiB in 0.001482 sec., 67476.38326585694 rows/sec., 5.52 MiB/sec. 2025.08.26 21:50:32.873014 [ 253 ] {32abefaa-1c90-410e-8e5f-ef5918a412fb} TCPHandler: Processed in 0.001661217 sec. 2025.08.26 21:50:32.873158 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.873261 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.873307 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:32.873775 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.873816 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.874216 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:50:32.874539 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.874729 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} executeQuery: Read 196 rows, 14.40 KiB in 0.001491 sec., 131455.39906103286 rows/sec., 9.43 MiB/sec. 2025.08.26 21:50:32.874774 [ 253 ] {fbc84f7d-6fc0-44a3-9443-8d93125d38cb} TCPHandler: Processed in 0.001669968 sec. 2025.08.26 21:50:32.874914 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:32.875016 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:32.875062 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:32.875483 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:32.875524 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:32.875864 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:50:32.876102 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:32.876244 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2025.08.26 21:50:32.876313 [ 253 ] {b53fcc3b-d7b5-4aa3-bedb-a289e60d529d} TCPHandler: Processed in 0.001454763 sec. 2025.08.26 21:50:33.956870 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 2025.08.26 21:50:33.957418 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:33.957462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:33.957962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:50:33.958181 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:33.958302 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 2025.08.26 21:50:34.881880 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.08.26 21:50:34.897128 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:34.897185 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:34.903510 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:50:34.904186 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:34.906930 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.08.26 21:50:36.495279 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 868 2025.08.26 21:50:36.497568 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:36.497629 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:36.498869 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:50:36.499163 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:36.499595 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 868 2025.08.26 21:50:37.863104 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.863289 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:37.863360 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:37.864137 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.864190 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.864628 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:50:37.864895 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.865077 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} executeQuery: Read 138 rows, 12.23 KiB in 0.001839 sec., 75040.78303425775 rows/sec., 6.49 MiB/sec. 2025.08.26 21:50:37.865138 [ 253 ] {013afc91-6181-40b0-b1d7-1cb150861128} TCPHandler: Processed in 0.002172979 sec. 2025.08.26 21:50:37.865277 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.865383 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:37.865430 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:37.865897 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.865935 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.866263 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:50:37.866483 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.866624 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} executeQuery: Read 41 rows, 3.08 KiB in 0.001266 sec., 32385.466034755136 rows/sec., 2.38 MiB/sec. 2025.08.26 21:50:37.866665 [ 253 ] {f67d3b19-7ec1-4ba3-b14d-a787dc4d8c4b} TCPHandler: Processed in 0.001440922 sec. 2025.08.26 21:50:37.866782 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.866880 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:37.866922 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:37.867379 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.867418 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.867777 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:50:37.868002 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.868147 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} executeQuery: Read 105 rows, 8.40 KiB in 0.001285 sec., 81712.06225680934 rows/sec., 6.38 MiB/sec. 2025.08.26 21:50:37.868187 [ 253 ] {ce4f56f2-1537-4bc1-b854-a916e45b29d5} TCPHandler: Processed in 0.001456093 sec. 2025.08.26 21:50:37.868313 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.868408 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:37.868453 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:37.868887 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.868922 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.869265 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:50:37.869494 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.869625 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2025.08.26 21:50:37.869663 [ 253 ] {b16c34a1-de44-4d0c-bb7b-fb600b0b7a21} TCPHandler: Processed in 0.001401342 sec. 2025.08.26 21:50:37.869776 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.869870 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:37.869925 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} 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.08.26 21:50:37.871030 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.871072 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.871794 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:50:37.872067 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.872227 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} executeQuery: Read 41 rows, 75.23 KiB in 0.002375 sec., 17263.157894736843 rows/sec., 30.93 MiB/sec. 2025.08.26 21:50:37.872307 [ 253 ] {98bc549f-fac4-43ce-97b5-0ccfe08ff4c4} TCPHandler: Processed in 0.002580658 sec. 2025.08.26 21:50:37.872431 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:37.872527 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:37.872569 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:37.872918 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:37.872953 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.08.26 21:50:37.873267 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:50:37.873484 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:37.873616 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2025.08.26 21:50:37.873652 [ 253 ] {95fc0d36-6cd2-447f-89cb-f47fc93137e1} TCPHandler: Processed in 0.001270299 sec. 2025.08.26 21:50:41.338111 [ 134 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:50:41.338198 [ 134 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:50:41.458375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 2025.08.26 21:50:41.458928 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:41.458968 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:41.459539 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:50:41.459755 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:41.459883 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.08.26 21:50:42.406975 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.08.26 21:50:42.422754 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.422817 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.429008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:50:42.429744 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.433295 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.08.26 21:50:42.860533 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:42.860690 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:42.860754 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:42.861396 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.861443 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.861835 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:50:42.862092 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.862229 [ 133 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:50:42.862254 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} executeQuery: Read 56 rows, 4.38 KiB in 0.00161 sec., 34782.60869565217 rows/sec., 2.66 MiB/sec. 2025.08.26 21:50:42.862299 [ 133 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.862321 [ 253 ] {69dd3f5b-e70c-43e7-9b4c-eae96c72a574} TCPHandler: Processed in 0.001910843 sec. 2025.08.26 21:50:42.862326 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.862453 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:50:42.862462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:42.862580 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:42.862589 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:42.862620 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2420 rows starting from the beginning of the part 2025.08.26 21:50:42.862643 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:42.862691 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part 2025.08.26 21:50:42.862742 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 138 rows starting from the beginning of the part 2025.08.26 21:50:42.862784 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 176 rows starting from the beginning of the part 2025.08.26 21:50:42.862824 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 138 rows starting from the beginning of the part 2025.08.26 21:50:42.862862 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:50:42.863103 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.863152 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.863500 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:50:42.863731 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.863864 [ 133 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:50:42.863876 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} executeQuery: Read 64 rows, 5.12 KiB in 0.001311 sec., 48817.69641495041 rows/sec., 3.81 MiB/sec. 2025.08.26 21:50:42.863907 [ 133 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.863930 [ 253 ] {2a763f8b-fdce-4ab6-89c5-39e157812ad3} TCPHandler: Processed in 0.001520974 sec. 2025.08.26 21:50:42.863933 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.864027 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:50:42.864064 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:42.864120 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:42.864152 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1223 rows starting from the beginning of the part 2025.08.26 21:50:42.864163 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:42.864205 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2025.08.26 21:50:42.864212 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:42.864256 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 105 rows starting from the beginning of the part 2025.08.26 21:50:42.864293 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001889722 sec., 1579068.2439004257 rows/sec., 135.88 MiB/sec. 2025.08.26 21:50:42.864302 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 100 rows starting from the beginning of the part 2025.08.26 21:50:42.864358 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 105 rows starting from the beginning of the part 2025.08.26 21:50:42.864408 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:50:42.864552 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:50:42.864678 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.864721 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.864808 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.864883 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_56_11} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:50:42.864957 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2025.08.26 21:50:42.865222 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:50:42.865390 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1661 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398051 sec., 1188082.5520671278 rows/sec., 92.46 MiB/sec. 2025.08.26 21:50:42.865441 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.865560 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:50:42.865570 [ 133 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:50:42.865588 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec. 2025.08.26 21:50:42.865600 [ 133 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.865628 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.865633 [ 253 ] {b8b9d5d8-2739-48e6-8c16-6d01df95747c} TCPHandler: Processed in 0.001616797 sec. 2025.08.26 21:50:42.865694 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:50:42.865757 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:42.865791 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:42.865790 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.865822 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15263 rows starting from the beginning of the part 2025.08.26 21:50:42.865856 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:42.865860 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_56_11} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:50:42.865868 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.08.26 21:50:42.865906 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:42.865921 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2025.08.26 21:50:42.865936 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.08.26 21:50:42.865962 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 196 rows starting from the beginning of the part 2025.08.26 21:50:42.865998 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.08.26 21:50:42.866036 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:50:42.866263 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.866303 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.866629 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:50:42.866840 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.866961 [ 133 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:50:42.866975 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.08.26 21:50:42.866993 [ 133 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:42.867017 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:42.867020 [ 253 ] {6772cac6-94a4-4760-8d40-e0ec9573196f} TCPHandler: Processed in 0.001309619 sec. 2025.08.26 21:50:42.867092 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:42.867182 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:42.867220 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2844 rows starting from the beginning of the part 2025.08.26 21:50:42.867276 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.08.26 21:50:42.867319 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:42.867357 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.08.26 21:50:42.867393 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:50:42.867431 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.08.26 21:50:42.868743 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3144 rows, containing 4 columns (4 merged, 0 gathered) in 0.001683968 sec., 1867018.8507145029 rows/sec., 124.20 MiB/sec. 2025.08.26 21:50:42.869051 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:50:42.869350 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.869415 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_56_11} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:50:42.869497 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.08.26 21:50:42.870340 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16099 rows, containing 5 columns (5 merged, 0 gathered) in 0.004673306 sec., 3444884.627713229 rows/sec., 235.96 MiB/sec. 2025.08.26 21:50:42.870723 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:50:42.870971 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:42.871032 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_56_11} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:50:42.871091 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2025.08.26 21:50:46.500719 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 888 2025.08.26 21:50:46.502746 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:46.502790 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:46.503927 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:50:46.504178 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:46.504422 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 888 2025.08.26 21:50:46.593151 [ 127 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.08.26 21:50:46.593219 [ 127 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:46.593241 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:46.593359 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2025.08.26 21:50:46.593500 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:46.593535 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 455 rows starting from the beginning of the part 2025.08.26 21:50:46.593603 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.08.26 21:50:46.593653 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.08.26 21:50:46.593694 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part 2025.08.26 21:50:46.593729 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.08.26 21:50:46.594670 [ 193 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.00136124 sec., 704504.7162880902 rows/sec., 50.72 MiB/sec. 2025.08.26 21:50:46.594834 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.08.26 21:50:46.595077 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:46.595144 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_18_4} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.08.26 21:50:46.595212 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.08.26 21:50:47.890791 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.890972 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:50:47.891043 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:50:47.891712 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.891765 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.892174 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:50:47.892412 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.892579 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} executeQuery: Read 2 rows, 167.00 B in 0.001659 sec., 1205.5455093429775 rows/sec., 98.30 KiB/sec. 2025.08.26 21:50:47.892633 [ 253 ] {481a9f9e-39eb-44b1-9d28-402afede6ffd} TCPHandler: Processed in 0.001978014 sec. 2025.08.26 21:50:47.892759 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.892863 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:47.892908 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:47.893867 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.893908 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.894317 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:50:47.894543 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.894687 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} executeQuery: Read 1279 rows, 108.42 KiB in 0.001848 sec., 692099.567099567 rows/sec., 57.29 MiB/sec. 2025.08.26 21:50:47.894728 [ 253 ] {1f1f4595-fd42-4049-90fd-31152fcd64a2} TCPHandler: Processed in 0.002021396 sec. 2025.08.26 21:50:47.894845 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.894943 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:47.894986 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:47.895413 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.895451 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.895765 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:50:47.895980 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.896095 [ 126 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:50:47.896115 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} executeQuery: Read 43 rows, 3.22 KiB in 0.001193 sec., 36043.58759430008 rows/sec., 2.64 MiB/sec. 2025.08.26 21:50:47.896172 [ 126 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.896179 [ 253 ] {6865eb2c-dfb5-4a97-b355-e5a9daac18ea} TCPHandler: Processed in 0.001384181 sec. 2025.08.26 21:50:47.896209 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.896309 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.896309 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:47.896410 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:50:47.896417 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:50:47.896453 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 269 rows starting from the beginning of the part 2025.08.26 21:50:47.896454 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:50:47.896515 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part 2025.08.26 21:50:47.896565 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:47.896610 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2025.08.26 21:50:47.896652 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:50:47.896695 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 43 rows starting from the beginning of the part 2025.08.26 21:50:47.896976 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.897013 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.897403 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:50:47.897524 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001249209 sec., 370634.53753535234 rows/sec., 26.25 MiB/sec. 2025.08.26 21:50:47.897621 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.897748 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:50:47.897764 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} executeQuery: Read 228 rows, 15.81 KiB in 0.001373 sec., 166059.7232337946 rows/sec., 11.24 MiB/sec. 2025.08.26 21:50:47.897820 [ 253 ] {75cb30cb-4a25-4fdb-a058-987a6aff24c8} TCPHandler: Processed in 0.001560445 sec. 2025.08.26 21:50:47.897937 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.898034 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:47.898077 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:47.898109 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.898201 [ 193 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_36_7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:50:47.898335 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:50:47.898661 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.898702 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.899048 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:50:47.899273 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.899405 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} executeQuery: Read 563 rows, 42.85 KiB in 0.00139 sec., 405035.97122302157 rows/sec., 30.11 MiB/sec. 2025.08.26 21:50:47.899443 [ 253 ] {bcaa6cd0-587d-446a-aa46-e94d2c563b2b} TCPHandler: Processed in 0.001555855 sec. 2025.08.26 21:50:47.899571 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.899665 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:47.899708 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:47.900291 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.900328 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.900709 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:50:47.900922 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.901053 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} executeQuery: Read 881 rows, 60.70 KiB in 0.001407 sec., 626154.9395877754 rows/sec., 42.13 MiB/sec. 2025.08.26 21:50:47.901091 [ 253 ] {09d0ea7c-216d-4cb4-a2a4-0f3c63440afc} TCPHandler: Processed in 0.001570105 sec. 2025.08.26 21:50:47.901199 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.901293 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:47.901348 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} 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.08.26 21:50:47.902208 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.902245 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.902811 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:50:47.903050 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.903199 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} executeQuery: Read 41 rows, 75.23 KiB in 0.001924 sec., 21309.77130977131 rows/sec., 38.19 MiB/sec. 2025.08.26 21:50:47.903267 [ 253 ] {43af24cf-3bdb-4fc5-9628-8f9690c29a33} TCPHandler: Processed in 0.002116468 sec. 2025.08.26 21:50:47.903384 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:47.903477 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:47.903520 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:47.903852 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:47.903885 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:47.904193 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:50:47.904403 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:47.904531 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.08.26 21:50:47.904567 [ 253 ] {f36b9abd-b6eb-4482-99ae-f4854becdbdb} TCPHandler: Processed in 0.001232327 sec. 2025.08.26 21:50:48.959940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 2025.08.26 21:50:48.960472 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:48.960516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:48.961030 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:50:48.961277 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:48.961405 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 2025.08.26 21:50:49.934347 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.08.26 21:50:49.951215 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:49.951281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:49.957574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:50:49.958262 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:49.961168 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.08.26 21:50:52.860752 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:52.861020 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:52.861119 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:52.861893 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:52.861945 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:52.862361 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:50:52.862603 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:52.862784 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. 2025.08.26 21:50:52.862840 [ 253 ] {a0d6593c-13a3-47e4-a8fc-2d698affac8b} TCPHandler: Processed in 0.002263771 sec. 2025.08.26 21:50:52.862971 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:52.863077 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:52.863123 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:52.863579 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:52.863619 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:52.863940 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:50:52.864166 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:52.864309 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} executeQuery: Read 64 rows, 5.12 KiB in 0.001257 sec., 50914.87669053301 rows/sec., 3.97 MiB/sec. 2025.08.26 21:50:52.864350 [ 253 ] {7b33e63c-173e-4d6f-b233-96c922916722} TCPHandler: Processed in 0.001432093 sec. 2025.08.26 21:50:52.864467 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:52.864562 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:52.864614 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:52.865037 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:52.865074 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:52.865417 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:50:52.865629 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:52.865768 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.08.26 21:50:52.865806 [ 253 ] {6d42e064-a983-4e8e-9bdf-6f92bd2784f6} TCPHandler: Processed in 0.001388892 sec. 2025.08.26 21:50:52.865917 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:52.866011 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:52.866054 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:52.866399 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:52.866435 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:52.866744 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:50:52.866960 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:52.867097 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.08.26 21:50:52.867135 [ 253 ] {cf995fb8-ba6a-4106-93c7-7a13810875ef} TCPHandler: Processed in 0.001267009 sec. 2025.08.26 21:50:56.338446 [ 116 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:50:56.338515 [ 116 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:50:56.462413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 2025.08.26 21:50:56.462903 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:56.462942 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:56.463423 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:50:56.463659 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:56.463804 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.08.26 21:50:56.505466 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 912 2025.08.26 21:50:56.507763 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:56.507819 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:56.509027 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:50:56.509315 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:56.509700 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 912 2025.08.26 21:50:57.462158 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.08.26 21:50:57.479218 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.479261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.485243 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:50:57.485933 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.488734 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.08.26 21:50:57.863566 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.863796 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:50:57.863884 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:50:57.865365 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.865443 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.865883 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:50:57.866126 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.866419 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} executeQuery: Read 138 rows, 12.23 KiB in 0.002687 sec., 51358.392259024935 rows/sec., 4.45 MiB/sec. 2025.08.26 21:50:57.866483 [ 253 ] {deca0b38-82b8-48d4-a9a8-3d3d0e409a4d} TCPHandler: Processed in 0.00311588 sec. 2025.08.26 21:50:57.866616 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.866714 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:50:57.866754 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:50:57.867230 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.867267 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.867661 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:50:57.867900 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.868041 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} executeQuery: Read 41 rows, 3.08 KiB in 0.001348 sec., 30415.430267062315 rows/sec., 2.23 MiB/sec. 2025.08.26 21:50:57.868083 [ 253 ] {82780a3b-54f0-4be5-b055-ee078d38a51e} TCPHandler: Processed in 0.001518965 sec. 2025.08.26 21:50:57.868201 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.868295 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:50:57.868335 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:50:57.868793 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.868828 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.869150 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:50:57.869374 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.869502 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} executeQuery: Read 105 rows, 8.40 KiB in 0.001225 sec., 85714.28571428571 rows/sec., 6.70 MiB/sec. 2025.08.26 21:50:57.869540 [ 253 ] {24307b80-73c1-4236-9c5d-9f877d599cca} TCPHandler: Processed in 0.001387541 sec. 2025.08.26 21:50:57.869660 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.869754 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:57.869798 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:50:57.870226 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.870262 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.870599 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:50:57.870826 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.870961 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.08.26 21:50:57.871000 [ 253 ] {0beb83d1-5559-4960-914c-0d37f3a612e0} TCPHandler: Processed in 0.001388451 sec. 2025.08.26 21:50:57.871124 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.871235 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:50:57.871292 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} 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.08.26 21:50:57.872174 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.872210 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.872786 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:50:57.873008 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.873145 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} executeQuery: Read 41 rows, 75.23 KiB in 0.001928 sec., 21265.560165975105 rows/sec., 38.11 MiB/sec. 2025.08.26 21:50:57.873215 [ 253 ] {fe69e8d8-0f80-422e-8724-42b27dc912f7} TCPHandler: Processed in 0.002138138 sec. 2025.08.26 21:50:57.873331 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:50:57.873424 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:50:57.873466 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:50:57.873808 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:50:57.873842 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:50:57.874149 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:50:57.874356 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:50:57.874483 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.08.26 21:50:57.874518 [ 253 ] {d3ce9866-08a7-4dc5-acb9-28b67805e6c2} TCPHandler: Processed in 0.001234278 sec. 2025.08.26 21:51:02.865210 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.865455 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.865541 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:51:02.866328 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.866387 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.866872 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:51:02.867134 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.867323 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} executeQuery: Read 24 rows, 2.04 KiB in 0.001923 sec., 12480.499219968799 rows/sec., 1.04 MiB/sec. 2025.08.26 21:51:02.867382 [ 253 ] {ee72a4b6-2006-4aad-a16d-80aa776b5edf} TCPHandler: Processed in 0.002342243 sec. 2025.08.26 21:51:02.867536 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.867657 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:02.867706 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:02.868417 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.868461 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.868858 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:51:02.869125 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.869294 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} executeQuery: Read 176 rows, 15.82 KiB in 0.001667 sec., 105578.88422315536 rows/sec., 9.27 MiB/sec. 2025.08.26 21:51:02.869343 [ 253 ] {787b4072-73bd-487c-986f-c90ac5a01f36} TCPHandler: Processed in 0.001869742 sec. 2025.08.26 21:51:02.869494 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.869617 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.869666 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:02.870185 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.870229 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.870595 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:51:02.870856 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.871021 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} executeQuery: Read 12 rows, 984.00 B in 0.001433 sec., 8374.04047452896 rows/sec., 670.58 KiB/sec. 2025.08.26 21:51:02.871064 [ 253 ] {2f822c2b-3f92-4122-b0e5-22d897728fcb} TCPHandler: Processed in 0.001630157 sec. 2025.08.26 21:51:02.871211 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.871319 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.871364 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:51:02.871880 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.871920 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.872273 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:51:02.872500 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.872648 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} executeQuery: Read 24 rows, 2.04 KiB in 0.001354 sec., 17725.258493353027 rows/sec., 1.47 MiB/sec. 2025.08.26 21:51:02.872688 [ 253 ] {4a2c9f59-fdec-4d2f-bd6b-500f2a6bc4ed} TCPHandler: Processed in 0.001533775 sec. 2025.08.26 21:51:02.872818 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.872920 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.872963 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:51:02.873409 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.873447 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.873792 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:51:02.874017 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.874161 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} executeQuery: Read 12 rows, 960.00 B in 0.001264 sec., 9493.67088607595 rows/sec., 741.69 KiB/sec. 2025.08.26 21:51:02.874201 [ 253 ] {a35e9061-05b2-47e8-8fcf-3485d2c748aa} TCPHandler: Processed in 0.001435673 sec. 2025.08.26 21:51:02.874325 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.874425 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:02.874468 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:02.874964 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.875001 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.875336 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:51:02.875557 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.875701 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} executeQuery: Read 100 rows, 8.37 KiB in 0.001296 sec., 77160.49382716049 rows/sec., 6.31 MiB/sec. 2025.08.26 21:51:02.875744 [ 253 ] {68ecf5d5-9c9f-4ade-b8f3-17adb75024e1} TCPHandler: Processed in 0.001470224 sec. 2025.08.26 21:51:02.875880 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.875978 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.876024 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:02.876498 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.876534 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.876892 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:51:02.877118 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.877255 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} executeQuery: Read 196 rows, 14.40 KiB in 0.001297 sec., 151117.96453353894 rows/sec., 10.84 MiB/sec. 2025.08.26 21:51:02.877293 [ 253 ] {b843fd41-ce9a-4964-b197-ee68532db282} TCPHandler: Processed in 0.001464363 sec. 2025.08.26 21:51:02.877420 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:02.877521 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:02.877565 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:02.877944 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:02.877981 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:02.878335 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:51:02.878566 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:02.878702 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2025.08.26 21:51:02.878739 [ 253 ] {818e0afd-11d9-46f0-9cf3-940f40a6c3b3} TCPHandler: Processed in 0.001369191 sec. 2025.08.26 21:51:03.964800 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 2025.08.26 21:51:03.965283 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:03.965324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:03.965789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:51:03.966014 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:03.966135 [ 108 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:51:03.966139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 2025.08.26 21:51:03.966172 [ 108 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:03.966191 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:03.966271 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:51:03.966355 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:03.966388 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:51:03.966442 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part 2025.08.26 21:51:03.966485 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part 2025.08.26 21:51:03.966524 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part 2025.08.26 21:51:03.966557 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part 2025.08.26 21:51:03.966591 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part 2025.08.26 21:51:03.968460 [ 193 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.00221671 sec., 8475623.784798192 rows/sec., 121.24 MiB/sec. 2025.08.26 21:51:03.968739 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:51:03.968984 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:03.969046 [ 188 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_41_8} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:51:03.969117 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2025.08.26 21:51:04.989714 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.08.26 21:51:05.007466 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:05.007520 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:05.013692 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:51:05.014399 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:05.014688 [ 107 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:51:05.014730 [ 107 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:05.014753 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:05.014876 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.017639 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.08.26 21:51:05.019022 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:05.020628 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.025469 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.030186 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.034938 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.039767 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.043981 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:05.094929 [ 188 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080108526 sec., 3857.267327575095 rows/sec., 19.95 MiB/sec. 2025.08.26 21:51:05.097127 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:51:05.098897 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_41_8} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:05.098995 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_41_8} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:51:05.100664 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.08.26 21:51:06.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 263.38 MiB, peak 276.82 MiB, free memory in arenas 0.00 B, will set to 264.91 MiB (RSS), difference: 1.53 MiB 2025.08.26 21:51:06.510737 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 940 2025.08.26 21:51:06.512923 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:06.512979 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:06.514165 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:51:06.514436 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:06.514802 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 940 2025.08.26 21:51:07.862307 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.862484 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:07.862552 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:07.863294 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.863342 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.863761 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:51:07.863992 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.864152 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} executeQuery: Read 138 rows, 12.23 KiB in 0.001718 sec., 80325.96041909198 rows/sec., 6.95 MiB/sec. 2025.08.26 21:51:07.864165 [ 104 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:51:07.864195 [ 253 ] {697ffd0b-1845-4a83-abc4-6dcc81efceba} TCPHandler: Processed in 0.002020375 sec. 2025.08.26 21:51:07.864241 [ 104 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.864272 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.864335 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.864367 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:51:07.864435 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:07.864459 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:07.864477 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:07.864488 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2420 rows starting from the beginning of the part 2025.08.26 21:51:07.864545 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:51:07.864589 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part 2025.08.26 21:51:07.864637 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 138 rows starting from the beginning of the part 2025.08.26 21:51:07.864681 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 176 rows starting from the beginning of the part 2025.08.26 21:51:07.864724 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 138 rows starting from the beginning of the part 2025.08.26 21:51:07.864902 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.864938 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.865510 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:51:07.865736 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.865875 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} executeQuery: Read 41 rows, 3.08 KiB in 0.001459 sec., 28101.439342015077 rows/sec., 2.06 MiB/sec. 2025.08.26 21:51:07.865916 [ 253 ] {312f5258-43e5-493c-aa22-5e2b36a0e648} TCPHandler: Processed in 0.001631917 sec. 2025.08.26 21:51:07.866019 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.866113 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:07.866153 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:07.866580 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.866616 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.866631 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4207 rows, containing 5 columns (5 merged, 0 gathered) in 0.002300682 sec., 1828588.218623869 rows/sec., 157.80 MiB/sec. 2025.08.26 21:51:07.866954 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:51:07.866967 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:51:07.867258 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.867370 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.867390 [ 104 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:51:07.867414 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} executeQuery: Read 105 rows, 8.40 KiB in 0.001318 sec., 79666.16084977238 rows/sec., 6.22 MiB/sec. 2025.08.26 21:51:07.867415 [ 104 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.867454 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.867460 [ 253 ] {677699b3-4ddc-4179-80f0-3374153e581a} TCPHandler: Processed in 0.001490524 sec. 2025.08.26 21:51:07.867466 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_61_12} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:51:07.867520 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:51:07.867591 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.867603 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:07.867603 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:51:07.867633 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1223 rows starting from the beginning of the part 2025.08.26 21:51:07.867684 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 563 rows starting from the beginning of the part 2025.08.26 21:51:07.867686 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:07.867729 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part 2025.08.26 21:51:07.867741 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:07.867764 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 105 rows starting from the beginning of the part 2025.08.26 21:51:07.867799 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part 2025.08.26 21:51:07.867834 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 105 rows starting from the beginning of the part 2025.08.26 21:51:07.868153 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.868187 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.868534 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:51:07.868745 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.868847 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346751 sec., 1603859.9562948162 rows/sec., 124.76 MiB/sec. 2025.08.26 21:51:07.868870 [ 104 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:51:07.868883 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.08.26 21:51:07.868924 [ 104 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.868947 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.868948 [ 253 ] {157550f5-25c6-4ade-a925-b7f313871b73} TCPHandler: Processed in 0.001407401 sec. 2025.08.26 21:51:07.869011 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:51:07.869073 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.869105 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:07.869115 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:51:07.869131 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16099 rows starting from the beginning of the part 2025.08.26 21:51:07.869167 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:07.869200 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 881 rows starting from the beginning of the part 2025.08.26 21:51:07.869226 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} 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.08.26 21:51:07.869236 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:07.869273 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:07.869310 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 196 rows starting from the beginning of the part 2025.08.26 21:51:07.869349 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:07.869486 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.869583 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_61_12} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:51:07.869681 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:51:07.870107 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.870147 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.870958 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:51:07.871199 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.871350 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} executeQuery: Read 41 rows, 75.23 KiB in 0.002199 sec., 18644.838562983176 rows/sec., 33.41 MiB/sec. 2025.08.26 21:51:07.871542 [ 253 ] {e9619c36-f753-40d9-8b37-3f44583ac219} TCPHandler: Processed in 0.002522227 sec. 2025.08.26 21:51:07.871699 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:07.871798 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:07.871845 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:07.872227 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.872363 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.872816 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:51:07.873056 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.873172 [ 104 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:51:07.873194 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. 2025.08.26 21:51:07.873208 [ 104 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:07.873234 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:07.873240 [ 253 ] {84674dfe-73b7-477b-a885-84f47ddb09a6} TCPHandler: Processed in 0.001596386 sec. 2025.08.26 21:51:07.873320 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:07.873421 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:07.873451 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3144 rows starting from the beginning of the part 2025.08.26 21:51:07.873511 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:07.873551 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.08.26 21:51:07.873589 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:07.873626 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.08.26 21:51:07.873664 [ 197 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:07.875206 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17656 rows, containing 5 columns (5 merged, 0 gathered) in 0.0062173 sec., 2839817.9273961363 rows/sec., 194.54 MiB/sec. 2025.08.26 21:51:07.875222 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3444 rows, containing 4 columns (4 merged, 0 gathered) in 0.001936763 sec., 1778224.8008661876 rows/sec., 118.43 MiB/sec. 2025.08.26 21:51:07.875433 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:51:07.875642 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:51:07.875721 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.875799 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_61_12} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:51:07.875872 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2025.08.26 21:51:07.875977 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:07.876067 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_61_12} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:51:07.876161 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.08.26 21:51:08.000156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.47 MiB, peak 276.82 MiB, free memory in arenas 0.00 B, will set to 267.54 MiB (RSS), difference: 2.06 MiB 2025.08.26 21:51:11.339510 [ 99 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:51:11.339607 [ 99 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:51:11.467169 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 2025.08.26 21:51:11.467660 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:11.467699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:11.468158 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:51:11.468383 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:11.468512 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.08.26 21:51:12.518671 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.08.26 21:51:12.534468 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:12.534534 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:12.539969 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:51:12.540640 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:12.543450 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.08.26 21:51:12.860804 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:12.860967 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:12.861034 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:12.861699 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:12.861744 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:12.862146 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:51:12.862379 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:12.862542 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} executeQuery: Read 56 rows, 4.38 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.64 MiB/sec. 2025.08.26 21:51:12.862592 [ 253 ] {232e68be-dc1e-4684-8261-346e85c4e300} TCPHandler: Processed in 0.001916593 sec. 2025.08.26 21:51:12.862714 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:12.862811 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:12.862853 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:12.863317 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:12.863355 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:12.863731 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:51:12.863951 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:12.864083 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} executeQuery: Read 64 rows, 5.12 KiB in 0.001292 sec., 49535.60371517028 rows/sec., 3.87 MiB/sec. 2025.08.26 21:51:12.864127 [ 253 ] {b96ed5a7-3e9f-4e1d-a0aa-aae1cc29ef37} TCPHandler: Processed in 0.001461313 sec. 2025.08.26 21:51:12.864244 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:12.864338 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:12.864381 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:12.864822 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:12.864882 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:12.865227 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:51:12.865466 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:12.865599 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.08.26 21:51:12.865636 [ 253 ] {fca12302-328f-4dd8-8b42-312a5e9efe7f} TCPHandler: Processed in 0.001439012 sec. 2025.08.26 21:51:12.865746 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:12.865841 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:12.865883 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:12.866258 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:12.866300 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:12.866692 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:51:12.866907 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:12.867036 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2025.08.26 21:51:12.867072 [ 253 ] {bcc4ace4-9290-4b6a-b7ec-1521e5a95ba8} TCPHandler: Processed in 0.00137234 sec. 2025.08.26 21:51:16.515911 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 960 2025.08.26 21:51:16.518033 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:16.518094 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:16.519306 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:51:16.519592 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:16.519762 [ 95 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:51:16.519854 [ 95 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:16.519889 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:16.519959 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 960 2025.08.26 21:51:16.520074 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:51:16.520998 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:16.521156 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 840 rows starting from the beginning of the part 2025.08.26 21:51:16.521532 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2025.08.26 21:51:16.521906 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part 2025.08.26 21:51:16.522269 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:16.522622 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part 2025.08.26 21:51:16.522974 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part 2025.08.26 21:51:16.529270 [ 191 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 72 columns (72 merged, 0 gathered) in 0.009283759 sec., 103406.38958852766 rows/sec., 86.52 MiB/sec. 2025.08.26 21:51:16.530622 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:51:16.531201 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:16.531281 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_31_6} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:51:16.531612 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.08.26 21:51:17.889386 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.889564 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:51:17.889629 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:51:17.890240 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.890283 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.890645 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:51:17.890868 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.891017 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} executeQuery: Read 16 rows, 1.30 KiB in 0.001504 sec., 10638.297872340427 rows/sec., 867.48 KiB/sec. 2025.08.26 21:51:17.891059 [ 253 ] {a2a9f6cb-9fec-49a5-ae05-d8d0fa443b36} TCPHandler: Processed in 0.001800461 sec. 2025.08.26 21:51:17.891183 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.891276 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:17.891315 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:17.892339 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.892391 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.892766 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:51:17.892978 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.893111 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} executeQuery: Read 1286 rows, 108.93 KiB in 0.001854 sec., 693635.3829557713 rows/sec., 57.38 MiB/sec. 2025.08.26 21:51:17.893166 [ 253 ] {449a304c-f8c3-4824-a77e-f6bf0849ccca} TCPHandler: Processed in 0.002030566 sec. 2025.08.26 21:51:17.893276 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.893368 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:17.893407 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:17.893826 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.893861 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.894153 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:51:17.894367 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.894491 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} executeQuery: Read 57 rows, 4.20 KiB in 0.001141 sec., 49956.178790534614 rows/sec., 3.59 MiB/sec. 2025.08.26 21:51:17.894528 [ 253 ] {51cbe2bd-7b51-4fc1-97a3-06274b2e3eaf} TCPHandler: Processed in 0.00129849 sec. 2025.08.26 21:51:17.894634 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.894737 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:51:17.894778 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:51:17.895335 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.895379 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.895761 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:51:17.895991 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.896122 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} executeQuery: Read 228 rows, 15.81 KiB in 0.001405 sec., 162277.58007117437 rows/sec., 10.99 MiB/sec. 2025.08.26 21:51:17.896163 [ 253 ] {2ba835e3-1b65-4bd8-a7cf-01ed9bf9ef1c} TCPHandler: Processed in 0.001579216 sec. 2025.08.26 21:51:17.896270 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.896364 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:17.896404 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:17.897018 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.897055 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.897390 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:51:17.897599 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.897728 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} executeQuery: Read 577 rows, 43.99 KiB in 0.001382 sec., 417510.8538350217 rows/sec., 31.09 MiB/sec. 2025.08.26 21:51:17.897768 [ 253 ] {6bacec22-9f75-413a-9eb7-c09745c87bfa} TCPHandler: Processed in 0.001548215 sec. 2025.08.26 21:51:17.897876 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.897971 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:17.898014 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:17.898617 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.898654 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.899030 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:51:17.899241 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.899371 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} executeQuery: Read 888 rows, 61.19 KiB in 0.001419 sec., 625792.8118393235 rows/sec., 42.11 MiB/sec. 2025.08.26 21:51:17.899409 [ 253 ] {14b55eae-feb6-433c-8641-dc8229441b33} TCPHandler: Processed in 0.001582306 sec. 2025.08.26 21:51:17.899520 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.899615 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:17.899670 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} 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.08.26 21:51:17.900547 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.900584 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.901179 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:51:17.901397 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.901510 [ 93 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.26 21:51:17.901533 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} executeQuery: Read 41 rows, 75.23 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 37.93 MiB/sec. 2025.08.26 21:51:17.901582 [ 93 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.901607 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.901620 [ 253 ] {443992fb-03d9-4fac-a96a-379918962b1f} TCPHandler: Processed in 0.002147849 sec. 2025.08.26 21:51:17.901695 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.901741 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:17.901836 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:17.901870 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:17.901877 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:17.901929 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1031 rows starting from the beginning of the part 2025.08.26 21:51:17.902059 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.902170 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.902246 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:17.902274 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.902283 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:17.902382 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.902489 [ 199 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:51:17.902631 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:51:17.902842 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.902973 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.08.26 21:51:17.903011 [ 253 ] {062335a5-cdbc-4a47-afc2-1dde8d6f99ca} TCPHandler: Processed in 0.00131931 sec. 2025.08.26 21:51:17.909352 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 19 columns (19 merged, 0 gathered) in 0.007688423 sec., 160761.18600654518 rows/sec., 288.08 MiB/sec. 2025.08.26 21:51:17.910951 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.26 21:51:17.911332 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:17.911421 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_31_6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.26 21:51:17.911586 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. 2025.08.26 21:51:18.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 269.06 MiB, peak 280.45 MiB, free memory in arenas 0.00 B, will set to 272.98 MiB (RSS), difference: 3.93 MiB 2025.08.26 21:51:18.969552 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 2025.08.26 21:51:18.970030 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:18.970069 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:18.970527 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:51:18.970751 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:18.970878 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 2025.08.26 21:51:20.044482 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.08.26 21:51:20.061484 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:20.061530 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:20.068304 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:51:20.069020 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:20.072104 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.08.26 21:51:22.860281 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:22.860481 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:22.860556 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:22.861320 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:22.861380 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:22.861915 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:51:22.862212 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:22.862428 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} executeQuery: Read 56 rows, 4.38 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.14 MiB/sec. 2025.08.26 21:51:22.862496 [ 253 ] {e40d207f-26be-4b14-bfec-3c76da2528b3} TCPHandler: Processed in 0.002356923 sec. 2025.08.26 21:51:22.862738 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:22.862853 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:22.862903 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:22.863506 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:22.863553 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:22.863964 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:51:22.864232 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:22.864409 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} executeQuery: Read 64 rows, 5.12 KiB in 0.00158 sec., 40506.32911392405 rows/sec., 3.16 MiB/sec. 2025.08.26 21:51:22.864462 [ 253 ] {534cf16a-01c3-441c-b0b8-8ba41aa2a283} TCPHandler: Processed in 0.00178187 sec. 2025.08.26 21:51:22.864664 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:22.864770 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:22.864816 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:22.865279 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:22.865315 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:22.865663 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:51:22.865896 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:22.866037 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2025.08.26 21:51:22.866078 [ 253 ] {9c91679a-20e9-4d38-a7fb-b7ee9204b516} TCPHandler: Processed in 0.001471233 sec. 2025.08.26 21:51:22.866197 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:22.866292 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:22.866336 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:22.866687 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:22.866725 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:22.867039 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:51:22.867246 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:22.867382 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.08.26 21:51:22.867419 [ 253 ] {04c420c4-4367-406d-a2cb-8a246dfc130a} TCPHandler: Processed in 0.001270619 sec. 2025.08.26 21:51:26.339669 [ 84 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:51:26.339754 [ 84 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:51:26.471934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 2025.08.26 21:51:26.472669 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:26.472708 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:26.473200 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:51:26.473434 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:26.473577 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.08.26 21:51:26.521094 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 984 2025.08.26 21:51:26.523322 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:26.523376 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:26.524573 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:51:26.524849 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:26.525217 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 984 2025.08.26 21:51:27.573159 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.08.26 21:51:27.590624 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.590681 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.596769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:51:27.597457 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.600576 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.08.26 21:51:27.862703 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.862883 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:27.862953 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:27.863690 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.863739 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.864152 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:51:27.864381 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.864553 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} executeQuery: Read 138 rows, 12.23 KiB in 0.001721 sec., 80185.93840790237 rows/sec., 6.94 MiB/sec. 2025.08.26 21:51:27.864606 [ 253 ] {efb53f1e-6976-40b2-8c91-6f31a25c897a} TCPHandler: Processed in 0.002035796 sec. 2025.08.26 21:51:27.864729 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.864834 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:27.864881 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:27.865300 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.865339 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.865645 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:51:27.865863 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.865981 [ 81 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:51:27.866002 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} executeQuery: Read 41 rows, 3.08 KiB in 0.001193 sec., 34367.141659681474 rows/sec., 2.52 MiB/sec. 2025.08.26 21:51:27.866051 [ 81 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.866061 [ 253 ] {683dac4a-7b66-4273-a07a-137a139f245d} TCPHandler: Processed in 0.001382641 sec. 2025.08.26 21:51:27.866082 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.866182 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.866187 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:51:27.866286 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:27.866303 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:27.866330 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:27.866336 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 269 rows starting from the beginning of the part 2025.08.26 21:51:27.866408 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:51:27.866460 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part 2025.08.26 21:51:27.866508 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:51:27.866554 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 57 rows starting from the beginning of the part 2025.08.26 21:51:27.866598 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:51:27.866788 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.866825 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:27.867145 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:51:27.867363 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.867498 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349711 sec., 341554.59946610796 rows/sec., 24.19 MiB/sec. 2025.08.26 21:51:27.867503 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} executeQuery: Read 105 rows, 8.40 KiB in 0.001237 sec., 84882.78092158448 rows/sec., 6.63 MiB/sec. 2025.08.26 21:51:27.867602 [ 253 ] {b5b2c40d-a43a-4d09-ad92-888b8c0f0169} TCPHandler: Processed in 0.001471013 sec. 2025.08.26 21:51:27.867717 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:51:27.867726 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.867838 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:27.867884 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:27.868040 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.868125 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_41_8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:51:27.868239 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:51:27.868321 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.868364 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.868714 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:51:27.868925 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.869065 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2025.08.26 21:51:27.869105 [ 253 ] {884f3916-0560-47aa-afd3-614e71922faa} TCPHandler: Processed in 0.001431022 sec. 2025.08.26 21:51:27.869230 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.869326 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:27.869383 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} 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.08.26 21:51:27.870285 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.870324 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.870907 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:51:27.871143 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.871288 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} executeQuery: Read 41 rows, 75.23 KiB in 0.001981 sec., 20696.617869762744 rows/sec., 37.09 MiB/sec. 2025.08.26 21:51:27.871356 [ 253 ] {4e2855d6-9778-4659-ac13-03cbf9ebd19b} TCPHandler: Processed in 0.002174559 sec. 2025.08.26 21:51:27.871478 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:27.871573 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:27.871617 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:27.871958 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:27.871997 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:27.872305 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:51:27.872519 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:27.872659 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.08.26 21:51:27.872696 [ 253 ] {13e3aa33-b307-4ba8-aa0c-1d2152a2b944} TCPHandler: Processed in 0.001267659 sec. 2025.08.26 21:51:32.862168 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.862403 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.862504 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:51:32.863395 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.863456 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.863916 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:51:32.864184 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.864367 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} executeQuery: Read 24 rows, 2.04 KiB in 0.002023 sec., 11863.568956994563 rows/sec., 1007.94 KiB/sec. 2025.08.26 21:51:32.864428 [ 253 ] {c1c7921f-1495-49b8-9a1d-7d60039303ff} TCPHandler: Processed in 0.002477786 sec. 2025.08.26 21:51:32.864577 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.864687 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:32.864735 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:32.865322 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.865365 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.865792 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:51:32.866063 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.866226 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} executeQuery: Read 176 rows, 15.82 KiB in 0.001566 sec., 112388.25031928481 rows/sec., 9.86 MiB/sec. 2025.08.26 21:51:32.866262 [ 74 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:51:32.866275 [ 253 ] {52482536-8f36-4d10-a413-88926cc555b1} TCPHandler: Processed in 0.00175342 sec. 2025.08.26 21:51:32.866393 [ 74 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.866432 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.866504 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.866562 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:51:32.866614 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.866669 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:32.866683 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:32.866724 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2420 rows starting from the beginning of the part 2025.08.26 21:51:32.866806 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:51:32.866870 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1286 rows starting from the beginning of the part 2025.08.26 21:51:32.866938 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2025.08.26 21:51:32.867003 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 138 rows starting from the beginning of the part 2025.08.26 21:51:32.867067 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 176 rows starting from the beginning of the part 2025.08.26 21:51:32.867135 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.867179 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.867601 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:51:32.867878 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.868039 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} executeQuery: Read 12 rows, 984.00 B in 0.00145 sec., 8275.862068965518 rows/sec., 662.72 KiB/sec. 2025.08.26 21:51:32.868083 [ 253 ] {644c7fa0-eca4-4345-b4cb-d35c334d0662} TCPHandler: Processed in 0.001641697 sec. 2025.08.26 21:51:32.868211 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.868336 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.868391 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:51:32.868955 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.869003 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.869155 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4132 rows, containing 5 columns (5 merged, 0 gathered) in 0.002645799 sec., 1561721.0528842139 rows/sec., 134.40 MiB/sec. 2025.08.26 21:51:32.869466 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:51:32.869558 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:51:32.869841 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.870060 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} executeQuery: Read 24 rows, 2.04 KiB in 0.001753 sec., 13690.815744438107 rows/sec., 1.14 MiB/sec. 2025.08.26 21:51:32.870089 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.870146 [ 253 ] {3b9b6b49-8128-41db-ac47-11ce06edfbb3} TCPHandler: Processed in 0.001984615 sec. 2025.08.26 21:51:32.870202 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_66_13} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:51:32.870329 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.870339 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:51:32.870468 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.870533 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:51:32.871121 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.871161 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.871489 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:51:32.871714 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.871849 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} executeQuery: Read 12 rows, 960.00 B in 0.001413 sec., 8492.569002123142 rows/sec., 663.48 KiB/sec. 2025.08.26 21:51:32.871890 [ 253 ] {c7fdcc9c-b78c-406d-8715-dfcd82353ddb} TCPHandler: Processed in 0.001626266 sec. 2025.08.26 21:51:32.872013 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.872112 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:32.872155 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:32.872604 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.872641 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.872961 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:51:32.873179 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.873306 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} executeQuery: Read 100 rows, 8.37 KiB in 0.001217 sec., 82169.26869350862 rows/sec., 6.72 MiB/sec. 2025.08.26 21:51:32.873315 [ 74 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:51:32.873345 [ 253 ] {6c754e9f-b699-4a53-8eaa-eda51a5327c6} TCPHandler: Processed in 0.001381981 sec. 2025.08.26 21:51:32.873381 [ 74 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.873440 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:32.873477 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.873580 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.873576 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:51:32.873624 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:32.873761 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:32.873802 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1223 rows starting from the beginning of the part 2025.08.26 21:51:32.873873 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:51:32.873921 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 577 rows starting from the beginning of the part 2025.08.26 21:51:32.873968 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2025.08.26 21:51:32.874011 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 105 rows starting from the beginning of the part 2025.08.26 21:51:32.874055 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 100 rows starting from the beginning of the part 2025.08.26 21:51:32.874078 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.874118 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.874512 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:51:32.874743 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.874890 [ 74 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:51:32.874915 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} executeQuery: Read 196 rows, 14.40 KiB in 0.001357 sec., 144436.25644804718 rows/sec., 10.36 MiB/sec. 2025.08.26 21:51:32.874943 [ 74 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.874962 [ 253 ] {6478d1f6-f235-4868-97dc-71a18c0aa870} TCPHandler: Processed in 0.001532105 sec. 2025.08.26 21:51:32.874974 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.875092 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:51:32.875097 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:32.875232 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:32.875254 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:32.875280 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:32.875307 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17656 rows starting from the beginning of the part 2025.08.26 21:51:32.875330 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2133 rows, containing 5 columns (5 merged, 0 gathered) in 0.001817851 sec., 1173363.49348764 rows/sec., 91.22 MiB/sec. 2025.08.26 21:51:32.875393 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:51:32.875457 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 888 rows starting from the beginning of the part 2025.08.26 21:51:32.875511 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:32.875564 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:32.875564 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:51:32.875620 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 196 rows starting from the beginning of the part 2025.08.26 21:51:32.875698 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.875740 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.875933 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.876030 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_66_13} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:51:32.876095 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:51:32.876147 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:51:32.876332 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.876463 [ 74 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:51:32.876477 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001263 sec., 47505.93824228028 rows/sec., 3.20 MiB/sec. 2025.08.26 21:51:32.876505 [ 74 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:32.876524 [ 253 ] {d4275749-b1a0-449b-80c4-1010f460c1a6} TCPHandler: Processed in 0.001474653 sec. 2025.08.26 21:51:32.876530 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:32.876641 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:32.876780 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:32.876819 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3444 rows starting from the beginning of the part 2025.08.26 21:51:32.876884 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.08.26 21:51:32.876941 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:32.876995 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.08.26 21:51:32.877047 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:32.877103 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.08.26 21:51:32.879321 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3744 rows, containing 4 columns (4 merged, 0 gathered) in 0.002722822 sec., 1375043.9801059342 rows/sec., 91.66 MiB/sec. 2025.08.26 21:51:32.879676 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:51:32.880005 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.880099 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_66_13} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:51:32.880195 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.26 21:51:32.882842 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19220 rows, containing 5 columns (5 merged, 0 gathered) in 0.007798536 sec., 2464565.1440219036 rows/sec., 168.85 MiB/sec. 2025.08.26 21:51:32.883186 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:51:32.883454 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:32.883531 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_66_13} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:51:32.883617 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.08.26 21:51:33.974626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 2025.08.26 21:51:33.975106 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:33.975150 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.08.26 21:51:33.975624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:51:33.975857 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:33.975988 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 2025.08.26 21:51:35.101606 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.08.26 21:51:35.118453 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:35.118506 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:35.124152 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:51:35.124826 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:35.127673 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.08.26 21:51:36.526322 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1012 2025.08.26 21:51:36.528659 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:36.528716 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:36.529942 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:51:36.530233 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:36.530605 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1012 2025.08.26 21:51:37.862699 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.862978 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:37.863079 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:37.864005 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.864047 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.864438 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:51:37.864662 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.864813 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} executeQuery: Read 138 rows, 12.23 KiB in 0.001914 sec., 72100.31347962383 rows/sec., 6.24 MiB/sec. 2025.08.26 21:51:37.864855 [ 253 ] {51c59213-5732-4f78-980c-60bee63bf33f} TCPHandler: Processed in 0.002332503 sec. 2025.08.26 21:51:37.864973 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.865067 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:37.865106 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:37.865515 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.865551 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.865851 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:51:37.866054 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.866177 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} executeQuery: Read 41 rows, 3.08 KiB in 0.00113 sec., 36283.18584070796 rows/sec., 2.66 MiB/sec. 2025.08.26 21:51:37.866214 [ 253 ] {68aedd73-a45f-407e-bcf0-db632623b38c} TCPHandler: Processed in 0.00128938 sec. 2025.08.26 21:51:37.866323 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.866423 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:37.866465 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:37.866995 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.867039 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.867409 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:51:37.867626 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.867755 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} executeQuery: Read 105 rows, 8.40 KiB in 0.00135 sec., 77777.77777777777 rows/sec., 6.08 MiB/sec. 2025.08.26 21:51:37.867793 [ 253 ] {91c0b0d3-e4d4-4e2e-b555-d10535549b14} TCPHandler: Processed in 0.001525404 sec. 2025.08.26 21:51:37.867904 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.867997 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:37.868039 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:37.868483 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.868519 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.868844 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:51:37.869065 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.869193 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.08.26 21:51:37.869229 [ 253 ] {ce07773f-31ad-47a6-888b-b77738c51940} TCPHandler: Processed in 0.001372091 sec. 2025.08.26 21:51:37.869336 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.869428 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:37.869480 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} 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.08.26 21:51:37.870369 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.870404 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.870964 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:51:37.871182 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.871318 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} executeQuery: Read 41 rows, 75.23 KiB in 0.001908 sec., 21488.46960167715 rows/sec., 38.51 MiB/sec. 2025.08.26 21:51:37.871382 [ 253 ] {bba7ea42-f06f-4754-a504-5d99cdf4c74f} TCPHandler: Processed in 0.002092517 sec. 2025.08.26 21:51:37.871492 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:37.871584 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:37.871625 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:37.871956 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:37.871991 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:37.872288 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:51:37.872490 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:37.872617 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.08.26 21:51:37.872652 [ 253 ] {b50a667e-159e-42af-b27a-128dccff883c} TCPHandler: Processed in 0.001207698 sec. 2025.08.26 21:51:41.339845 [ 62 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:51:41.339972 [ 62 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:51:41.477040 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 2025.08.26 21:51:41.477535 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:41.477584 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:41.478054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:51:41.478289 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:41.478432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.08.26 21:51:41.478473 [ 62 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:51:41.478565 [ 62 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:41.478602 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:41.478719 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:51:41.478838 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:41.478875 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part 2025.08.26 21:51:41.478939 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part 2025.08.26 21:51:41.478991 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part 2025.08.26 21:51:41.479039 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part 2025.08.26 21:51:41.479082 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part 2025.08.26 21:51:41.479126 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part 2025.08.26 21:51:41.481105 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002432495 sec., 8676687.92741609 rows/sec., 124.12 MiB/sec. 2025.08.26 21:51:41.481637 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:51:41.481910 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:41.481987 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_46_9} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:51:41.482109 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.08.26 21:51:42.627749 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.08.26 21:51:42.645084 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.645129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.650715 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:51:42.651395 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.651693 [ 63 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:51:42.651733 [ 63 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.651755 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.651941 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.654532 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.08.26 21:51:42.656420 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:42.657974 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.662928 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.667736 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.671779 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.676123 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.679944 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:51:42.732562 [ 198 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.080704509 sec., 4299.635848103605 rows/sec., 22.23 MiB/sec. 2025.08.26 21:51:42.735796 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:51:42.737748 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_46_9} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.737828 [ 187 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_46_9} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:51:42.740663 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.26 21:51:42.861141 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:42.861310 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:42.861378 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:42.862085 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.862127 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.862479 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:51:42.862699 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.862846 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} executeQuery: Read 56 rows, 4.38 KiB in 0.001586 sec., 35308.95334174023 rows/sec., 2.70 MiB/sec. 2025.08.26 21:51:42.862893 [ 253 ] {634d2bbc-d985-4398-b0f0-322ee82fc8a7} TCPHandler: Processed in 0.001882742 sec. 2025.08.26 21:51:42.863021 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:42.863114 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:42.863153 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:42.863592 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.863627 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.863928 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:51:42.864141 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.864268 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2025.08.26 21:51:42.864305 [ 253 ] {66e5dab6-94c7-45f5-85e1-2ed860561134} TCPHandler: Processed in 0.00133179 sec. 2025.08.26 21:51:42.864425 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:42.864518 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:42.864560 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:42.864987 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.865022 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.865337 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:51:42.865544 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.865674 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.08.26 21:51:42.865712 [ 253 ] {9c3610fd-f3c9-430c-bbb5-855eff3c04f9} TCPHandler: Processed in 0.001337331 sec. 2025.08.26 21:51:42.865879 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:42.865975 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:42.866015 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:42.866356 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:42.866391 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:42.866688 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:51:42.866890 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:42.867017 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.08.26 21:51:42.867052 [ 253 ] {ae0ccba6-f629-4e10-8e3a-a3918f2245b4} TCPHandler: Processed in 0.001219718 sec. 2025.08.26 21:51:43.000209 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 275.63 MiB, peak 288.77 MiB, free memory in arenas 0.00 B, will set to 278.03 MiB (RSS), difference: 2.39 MiB 2025.08.26 21:51:44.290842 [ 63 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2025.08.26 21:51:44.290911 [ 63 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:44.290936 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:44.291066 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2025.08.26 21:51:44.291218 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:44.291255 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 214 rows starting from the beginning of the part 2025.08.26 21:51:44.291327 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.08.26 21:51:44.291376 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.08.26 21:51:44.291423 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.08.26 21:51:44.291465 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.08.26 21:51:44.292256 [ 198 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001247588 sec., 210005.22608425218 rows/sec., 13.67 MiB/sec. 2025.08.26 21:51:44.292462 [ 190 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.08.26 21:51:44.292784 [ 190 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:44.292862 [ 190 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_14_3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2025.08.26 21:51:44.292950 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.26 21:51:45.432862 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.433077 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.433149 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:51:45.434031 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.434074 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.434493 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:51:45.434729 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.434857 [ 59 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.08.26 21:51:45.434879 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} executeQuery: Read 392 rows, 25.47 KiB in 0.001858 sec., 210979.54790096878 rows/sec., 13.39 MiB/sec. 2025.08.26 21:51:45.434902 [ 59 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.434923 [ 253 ] {b7b30d0b-cf10-42cb-9b8b-a7500cc876e6} TCPHandler: Processed in 0.00220118 sec. 2025.08.26 21:51:45.434927 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.435047 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.435061 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::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.08.26 21:51:45.435144 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:51:45.435189 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:51:45.435222 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:45.435266 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 416 rows starting from the beginning of the part 2025.08.26 21:51:45.435340 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.435392 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.435440 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.435487 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.435533 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 392 rows starting from the beginning of the part 2025.08.26 21:51:45.435599 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.435640 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.436273 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:51:45.436534 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.436670 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} executeQuery: Read 2 rows, 167.00 B in 0.001545 sec., 1294.4983818770227 rows/sec., 105.56 KiB/sec. 2025.08.26 21:51:45.436709 [ 253 ] {aade00e5-6619-4450-87ec-75c73e85a401} TCPHandler: Processed in 0.001712229 sec. 2025.08.26 21:51:45.436738 [ 190 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.001739979 sec., 519546.5002738539 rows/sec., 36.29 MiB/sec. 2025.08.26 21:51:45.436823 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.436921 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:45.436929 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.08.26 21:51:45.436962 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:45.437247 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.437335 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_15_3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.08.26 21:51:45.437432 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.08.26 21:51:45.438418 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.438459 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.438918 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:51:45.439133 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.439263 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} executeQuery: Read 2290 rows, 190.08 KiB in 0.00236 sec., 970338.9830508474 rows/sec., 78.66 MiB/sec. 2025.08.26 21:51:45.439303 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2025.08.26 21:51:45.439316 [ 253 ] {55fa3ea1-53fd-4a26-92ca-b854fcdabe5e} TCPHandler: Processed in 0.002544197 sec. 2025.08.26 21:51:45.439428 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.439523 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.439563 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:45.440053 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.440089 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.440398 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:51:45.440610 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.440737 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} executeQuery: Read 239 rows, 15.00 KiB in 0.001232 sec., 193993.5064935065 rows/sec., 11.89 MiB/sec. 2025.08.26 21:51:45.440773 [ 253 ] {1613994b-7ebf-4570-88e2-ed3349858796} TCPHandler: Processed in 0.001395242 sec. 2025.08.26 21:51:45.440876 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.440969 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.441008 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:51:45.441531 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.441566 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.441899 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:51:45.442112 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.442201 [ 59 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2025.08.26 21:51:45.442229 [ 59 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.442235 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} executeQuery: Read 431 rows, 29.22 KiB in 0.001283 sec., 335931.41075604054 rows/sec., 22.24 MiB/sec. 2025.08.26 21:51:45.442247 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.442273 [ 253 ] {115e3c3b-2bb9-4818-98f1-c0152601bc97} TCPHandler: Processed in 0.001445233 sec. 2025.08.26 21:51:45.442329 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2025.08.26 21:51:45.442386 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.442417 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:45.442447 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 455 rows starting from the beginning of the part 2025.08.26 21:51:45.442479 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.442505 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.08.26 21:51:45.442518 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:51:45.442550 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.442591 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part 2025.08.26 21:51:45.442630 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:45.442670 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 431 rows starting from the beginning of the part 2025.08.26 21:51:45.442968 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.443002 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.443319 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:51:45.443529 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.443588 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287909 sec., 1079268.7992707558 rows/sec., 77.04 MiB/sec. 2025.08.26 21:51:45.443657 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} executeQuery: Read 202 rows, 11.75 KiB in 0.001195 sec., 169037.6569037657 rows/sec., 9.60 MiB/sec. 2025.08.26 21:51:45.443699 [ 253 ] {4fcbf304-28c2-40db-ba04-687d4b0e9332} TCPHandler: Processed in 0.001363191 sec. 2025.08.26 21:51:45.443755 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2025.08.26 21:51:45.443811 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.443904 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:45.443942 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:45.443987 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.444050 [ 191 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_23_5} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2025.08.26 21:51:45.444110 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.08.26 21:51:45.444781 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.444816 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.445184 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:51:45.445394 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.445521 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} executeQuery: Read 1151 rows, 84.30 KiB in 0.001635 sec., 703975.5351681957 rows/sec., 50.35 MiB/sec. 2025.08.26 21:51:45.445560 [ 253 ] {89a75d6b-4bd0-436a-9cf7-df4eea6afbb9} TCPHandler: Processed in 0.001798231 sec. 2025.08.26 21:51:45.445672 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.445765 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:51:45.445805 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:51:45.446214 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.446249 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.446550 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:51:45.446755 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.446854 [ 60 ] {} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:51:45.446880 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} executeQuery: Read 6 rows, 321.00 B in 0.001133 sec., 5295.675198587821 rows/sec., 276.68 KiB/sec. 2025.08.26 21:51:45.446918 [ 60 ] {} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.446928 [ 253 ] {41ffad2f-92f5-4a95-9274-80b1c8f39bc9} TCPHandler: Processed in 0.001305719 sec. 2025.08.26 21:51:45.446949 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.447054 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::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.08.26 21:51:45.447066 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.447161 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:45.447174 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.447195 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.08.26 21:51:45.447222 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:45.447254 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::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.08.26 21:51:45.447333 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.08.26 21:51:45.447373 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::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.08.26 21:51:45.447410 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::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.08.26 21:51:45.447857 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.447899 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.448095 [ 191 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001073675 sec., 27941.41616410925 rows/sec., 1.43 MiB/sec. 2025.08.26 21:51:45.448222 [ 199 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:51:45.448302 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:51:45.448493 [ 199 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.448522 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.448559 [ 199 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_5_1} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:51:45.448629 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.26 21:51:45.448649 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} executeQuery: Read 964 rows, 65.41 KiB in 0.001494 sec., 645247.65729585 rows/sec., 42.75 MiB/sec. 2025.08.26 21:51:45.448686 [ 253 ] {336939e8-13ee-4ee6-aa63-ccd6811652d1} TCPHandler: Processed in 0.001666598 sec. 2025.08.26 21:51:45.448794 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.448885 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.448926 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:51:45.449232 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.449267 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.449551 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:51:45.449760 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.449855 [ 60 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:51:45.449884 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2025.08.26 21:51:45.449886 [ 60 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.449924 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.449926 [ 253 ] {9f36589b-3d3c-4f37-bee2-f01ab99171cc} TCPHandler: Processed in 0.001179777 sec. 2025.08.26 21:51:45.450008 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450046 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.450105 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:45.450136 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450143 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.450180 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450201 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} 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.08.26 21:51:45.450225 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450262 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450297 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:51:45.450976 [ 199 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001006993 sec., 4965.277812258873 rows/sec., 334.57 KiB/sec. 2025.08.26 21:51:45.451073 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.451086 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:51:45.451114 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.451355 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_5_1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.451430 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_5_1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:51:45.451495 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.26 21:51:45.451705 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:51:45.451929 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.452067 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} executeQuery: Read 41 rows, 75.23 KiB in 0.001942 sec., 21112.255406797118 rows/sec., 37.83 MiB/sec. 2025.08.26 21:51:45.452132 [ 253 ] {27cf1641-19be-4a19-9dc7-81a605273bf6} TCPHandler: Processed in 0.002132348 sec. 2025.08.26 21:51:45.452245 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:45.452340 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:45.452380 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:45.452715 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:45.452750 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:45.453051 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:51:45.453255 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:45.453381 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} executeQuery: Read 78 rows, 4.76 KiB in 0.00106 sec., 73584.90566037736 rows/sec., 4.39 MiB/sec. 2025.08.26 21:51:45.453416 [ 253 ] {58c81b37-f9b4-4e6c-baca-f6268d3c6963} TCPHandler: Processed in 0.001218648 sec. 2025.08.26 21:51:46.530811 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1056 2025.08.26 21:51:46.534109 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:46.534162 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:46.535442 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:51:46.535707 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:46.535987 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1056 2025.08.26 21:51:47.856442 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:47.856631 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:47.856704 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:47.857365 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:47.857415 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:47.857807 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:51:47.858051 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:47.858213 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} executeQuery: Read 56 rows, 4.38 KiB in 0.001637 sec., 34208.91875381796 rows/sec., 2.61 MiB/sec. 2025.08.26 21:51:47.858264 [ 253 ] {faf67736-1d27-4801-b29d-f656075d48c8} TCPHandler: Processed in 0.001960944 sec. 2025.08.26 21:51:47.858383 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:47.858483 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:47.858526 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:47.858958 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:47.858997 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:47.859307 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:51:47.859512 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:47.859639 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. 2025.08.26 21:51:47.859677 [ 253 ] {da5816c7-d1a4-42c2-9729-be5a15a55d54} TCPHandler: Processed in 0.00134343 sec. 2025.08.26 21:51:47.859788 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:47.859881 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:47.859924 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:47.860287 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:47.860323 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:47.860644 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:51:47.860858 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:47.860987 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} executeQuery: Read 64 rows, 4.56 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 3.96 MiB/sec. 2025.08.26 21:51:47.861029 [ 253 ] {788808a1-0f40-4777-b5fe-e176b007c1c5} TCPHandler: Processed in 0.001287289 sec. 2025.08.26 21:51:47.861154 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:47.861246 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:47.861287 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:47.861611 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:47.861646 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:47.861949 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:51:47.862164 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:47.862291 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} executeQuery: Read 24 rows, 1.66 KiB in 0.001063 sec., 22577.610536218253 rows/sec., 1.52 MiB/sec. 2025.08.26 21:51:47.862326 [ 253 ] {0d5c7f5c-b03a-4c0f-ac5c-a803a58660b1} TCPHandler: Processed in 0.001219268 sec. 2025.08.26 21:51:48.978578 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 2025.08.26 21:51:48.979107 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:48.979142 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:48.979604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:51:48.979821 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:48.979946 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 2025.08.26 21:51:50.154657 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.08.26 21:51:50.170884 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:50.170940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:50.176228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:51:50.176895 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:50.179695 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.08.26 21:51:52.860419 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:52.860601 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:52.860671 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:52.861366 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.861418 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.861820 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:51:52.862046 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.862214 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. 2025.08.26 21:51:52.862260 [ 52 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:51:52.862279 [ 253 ] {157afa6e-9c0e-4c80-8dc0-575581486228} TCPHandler: Processed in 0.001999495 sec. 2025.08.26 21:51:52.862350 [ 52 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.862384 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.862462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:52.862523 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:51:52.862572 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:52.862623 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:52.862679 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:52.862724 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2420 rows starting from the beginning of the part 2025.08.26 21:51:52.862802 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 138 rows starting from the beginning of the part 2025.08.26 21:51:52.862851 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:51:52.862900 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 2290 rows starting from the beginning of the part 2025.08.26 21:51:52.862942 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2025.08.26 21:51:52.862989 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2025.08.26 21:51:52.863081 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.863126 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.863473 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:51:52.863702 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.863832 [ 52 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:51:52.863844 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} executeQuery: Read 64 rows, 5.12 KiB in 0.001298 sec., 49306.625577812025 rows/sec., 3.85 MiB/sec. 2025.08.26 21:51:52.863877 [ 52 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.863900 [ 253 ] {cad5f788-faf2-4ea6-a1ee-e561606a9134} TCPHandler: Processed in 0.001490983 sec. 2025.08.26 21:51:52.863904 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.864028 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:52.864033 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:51:52.864134 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:52.864184 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:52.864220 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:52.864275 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1223 rows starting from the beginning of the part 2025.08.26 21:51:52.864367 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 105 rows starting from the beginning of the part 2025.08.26 21:51:52.864441 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:51:52.864509 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1151 rows starting from the beginning of the part 2025.08.26 21:51:52.864575 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2025.08.26 21:51:52.864624 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.864639 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2025.08.26 21:51:52.864671 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.865008 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5016 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551117 sec., 1966197.551895895 rows/sec., 167.40 MiB/sec. 2025.08.26 21:51:52.865214 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:51:52.865350 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:51:52.865551 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.865745 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. 2025.08.26 21:51:52.865787 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.865793 [ 253 ] {ce2d6abd-1a7f-4683-a78c-2d8ff005242e} TCPHandler: Processed in 0.001816011 sec. 2025.08.26 21:51:52.865914 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_71_14} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:51:52.865968 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:52.865980 [ 52 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:51:52.866040 [ 52 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.866065 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.08.26 21:51:52.866068 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.866088 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:52.866159 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:52.866176 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:51:52.866295 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:52.866332 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19220 rows starting from the beginning of the part 2025.08.26 21:51:52.866404 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:52.866465 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:51:52.866524 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 964 rows starting from the beginning of the part 2025.08.26 21:51:52.866584 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2025.08.26 21:51:52.866643 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2025.08.26 21:51:52.866666 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.866715 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.866947 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2671 rows, containing 5 columns (5 merged, 0 gathered) in 0.002968327 sec., 899833.4752202166 rows/sec., 68.75 MiB/sec. 2025.08.26 21:51:52.867191 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:51:52.867304 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:51:52.867522 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.867726 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. 2025.08.26 21:51:52.867745 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.867764 [ 49 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:51:52.867843 [ 49 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:52.867777 [ 253 ] {9ea19aca-1e97-4a3b-aada-72f03cdd1a8f} TCPHandler: Processed in 0.001870603 sec. 2025.08.26 21:51:52.867868 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_71_14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:51:52.867879 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:52.868030 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.08.26 21:51:52.868310 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:52.868444 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:51:52.868485 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3744 rows starting from the beginning of the part 2025.08.26 21:51:52.868569 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:52.868628 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:52.868683 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 78 rows starting from the beginning of the part 2025.08.26 21:51:52.868734 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2025.08.26 21:51:52.868793 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:51:52.870628 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4026 rows, containing 4 columns (4 merged, 0 gathered) in 0.00264132 sec., 1524237.8810594704 rows/sec., 101.46 MiB/sec. 2025.08.26 21:51:52.871115 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:51:52.871391 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.871471 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_71_14} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:51:52.871557 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.08.26 21:51:52.883512 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20728 rows, containing 5 columns (5 merged, 0 gathered) in 0.017374621 sec., 1193004.440211962 rows/sec., 81.64 MiB/sec. 2025.08.26 21:51:52.883809 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:51:52.884068 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:52.884147 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_71_14} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:51:52.884229 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. 2025.08.26 21:51:53.000213 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 278.70 MiB, peak 288.77 MiB, free memory in arenas 0.00 B, will set to 281.34 MiB (RSS), difference: 2.65 MiB 2025.08.26 21:51:56.340031 [ 45 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:51:56.340112 [ 45 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:51:56.480964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 2025.08.26 21:51:56.481483 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:56.481530 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:56.482010 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:51:56.482238 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:56.482383 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.08.26 21:51:56.537135 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1072 2025.08.26 21:51:56.539354 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:56.539416 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:56.540615 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:51:56.540929 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:56.541309 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1072 2025.08.26 21:51:57.002329 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000836279 sec. 2025.08.26 21:51:57.680676 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.08.26 21:51:57.696883 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.696941 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.702449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:51:57.703125 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.706176 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.08.26 21:51:57.873561 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.873831 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.873936 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:51:57.874802 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.874846 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.875269 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:51:57.875499 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.875657 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} executeQuery: Read 392 rows, 25.47 KiB in 0.001904 sec., 205882.35294117645 rows/sec., 13.06 MiB/sec. 2025.08.26 21:51:57.875710 [ 253 ] {c07cb8b2-8204-43de-82cc-c29aeb216b85} TCPHandler: Processed in 0.002330922 sec. 2025.08.26 21:51:57.875829 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.875931 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:51:57.875977 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:51:57.876829 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.876866 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.877256 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:51:57.877464 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.877596 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} executeQuery: Read 1149 rows, 93.89 KiB in 0.001688 sec., 680687.2037914692 rows/sec., 54.32 MiB/sec. 2025.08.26 21:51:57.877636 [ 253 ] {e632ac1c-5529-4fc0-92b9-97e2d2cb5ea3} TCPHandler: Processed in 0.001858111 sec. 2025.08.26 21:51:57.877749 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.877844 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.877885 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:51:57.878370 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.878407 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.878718 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:51:57.878926 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.879067 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} executeQuery: Read 237 rows, 14.86 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 11.68 MiB/sec. 2025.08.26 21:51:57.879107 [ 253 ] {d51d03ec-c687-4bd9-bd37-24901c043934} TCPHandler: Processed in 0.001406442 sec. 2025.08.26 21:51:57.879229 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.879351 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.879402 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:51:57.879971 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.880015 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.880364 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:51:57.880584 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.880723 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} executeQuery: Read 203 rows, 13.41 KiB in 0.001396 sec., 145415.47277936962 rows/sec., 9.38 MiB/sec. 2025.08.26 21:51:57.880762 [ 253 ] {e1e26f51-b307-446a-8af1-3295122fc4a9} TCPHandler: Processed in 0.001593906 sec. 2025.08.26 21:51:57.880884 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.881005 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.881056 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:51:57.881623 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.881667 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.882060 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:51:57.882279 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.882410 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} executeQuery: Read 202 rows, 11.75 KiB in 0.00143 sec., 141258.74125874124 rows/sec., 8.02 MiB/sec. 2025.08.26 21:51:57.882450 [ 253 ] {e4ffaffa-5c1c-4c92-9bc7-56ecc963dadc} TCPHandler: Processed in 0.001628117 sec. 2025.08.26 21:51:57.882565 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.882660 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:51:57.882700 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:51:57.883410 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.883447 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.883783 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:51:57.883993 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.884122 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} executeQuery: Read 693 rows, 49.85 KiB in 0.001481 sec., 467927.07629979745 rows/sec., 32.87 MiB/sec. 2025.08.26 21:51:57.884161 [ 253 ] {49d9183e-6c5e-4306-9f4d-308e6e060d4a} TCPHandler: Processed in 0.001646408 sec. 2025.08.26 21:51:57.884279 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.884373 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:51:57.884415 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:51:57.884741 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.884777 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.885076 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:51:57.885286 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.885412 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.08.26 21:51:57.885449 [ 253 ] {fadddabc-06ca-4e81-9c43-dddb919047cf} TCPHandler: Processed in 0.001219738 sec. 2025.08.26 21:51:57.885560 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.885653 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.885695 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:51:57.886139 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.886175 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.886518 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:51:57.886721 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.886851 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} executeQuery: Read 307 rows, 20.68 KiB in 0.001215 sec., 252674.89711934156 rows/sec., 16.62 MiB/sec. 2025.08.26 21:51:57.886889 [ 253 ] {33402eb0-6112-43e4-9e12-dfefa6d04235} TCPHandler: Processed in 0.001377611 sec. 2025.08.26 21:51:57.886994 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.887087 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.887130 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:51:57.887437 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.887472 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.887760 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:51:57.887959 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.888086 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2025.08.26 21:51:57.888121 [ 253 ] {5753f2fe-02be-4c27-b942-4147966fefe1} TCPHandler: Processed in 0.001176267 sec. 2025.08.26 21:51:57.888237 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.888359 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.888424 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} 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.08.26 21:51:57.889339 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.889375 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.889933 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:51:57.890156 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.890291 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} executeQuery: Read 41 rows, 75.23 KiB in 0.001958 sec., 20939.73442288049 rows/sec., 37.52 MiB/sec. 2025.08.26 21:51:57.890344 [ 253 ] {7681c96b-ada5-427f-b2ea-0ff7325117fe} TCPHandler: Processed in 0.002165949 sec. 2025.08.26 21:51:57.890456 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:51:57.890550 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:51:57.890591 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:51:57.890926 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:51:57.890962 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:51:57.891269 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:51:57.891484 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:51:57.891611 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} executeQuery: Read 102 rows, 6.42 KiB in 0.00108 sec., 94444.44444444444 rows/sec., 5.80 MiB/sec. 2025.08.26 21:51:57.891646 [ 253 ] {936530c4-aae8-4bd9-bd47-76bd51cb56a8} TCPHandler: Processed in 0.001240278 sec. 2025.08.26 21:51:58.001218 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.65 MiB, peak 288.77 MiB, free memory in arenas 0.00 B, will set to 281.53 MiB (RSS), difference: -1.12 MiB 2025.08.26 21:52:02.863726 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.863968 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.864051 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:52:02.864791 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.864847 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.865277 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:52:02.865520 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.865689 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} executeQuery: Read 24 rows, 2.04 KiB in 0.001774 sec., 13528.748590755355 rows/sec., 1.12 MiB/sec. 2025.08.26 21:52:02.865738 [ 253 ] {70d04340-5faa-487e-ab68-4001349e0756} TCPHandler: Processed in 0.00221538 sec. 2025.08.26 21:52:02.865906 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.866010 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:02.866060 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:02.866654 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.866690 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.867031 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:52:02.867270 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.867409 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} executeQuery: Read 176 rows, 15.82 KiB in 0.001423 sec., 123682.36120871398 rows/sec., 10.85 MiB/sec. 2025.08.26 21:52:02.867448 [ 253 ] {c4a17705-e98d-41e1-921b-651ce0f032f9} TCPHandler: Processed in 0.001597326 sec. 2025.08.26 21:52:02.867586 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.867684 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.867727 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:02.868161 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.868196 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.868531 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:52:02.868763 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.868882 [ 35 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:52:02.868895 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} executeQuery: Read 12 rows, 984.00 B in 0.001231 sec., 9748.172217709178 rows/sec., 780.62 KiB/sec. 2025.08.26 21:52:02.868932 [ 35 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.868944 [ 253 ] {e4e1c99c-21f5-4d1a-9fae-8e708668dd93} TCPHandler: Processed in 0.001408072 sec. 2025.08.26 21:52:02.868965 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.869064 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:02.869090 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.869184 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:02.869187 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.869216 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 269 rows starting from the beginning of the part 2025.08.26 21:52:02.869245 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:52:02.869276 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part 2025.08.26 21:52:02.869321 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:02.869363 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 239 rows starting from the beginning of the part 2025.08.26 21:52:02.869405 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part 2025.08.26 21:52:02.869447 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2025.08.26 21:52:02.869774 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.869818 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.870226 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:52:02.870553 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.870700 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} executeQuery: Read 24 rows, 2.04 KiB in 0.001533 sec., 15655.577299412915 rows/sec., 1.30 MiB/sec. 2025.08.26 21:52:02.870739 [ 253 ] {3faa4845-7e1b-4742-bba7-0616f8e0fa1b} TCPHandler: Processed in 0.001699008 sec. 2025.08.26 21:52:02.870750 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717638 sec., 471577.8295543065 rows/sec., 31.41 MiB/sec. 2025.08.26 21:52:02.870882 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.870983 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.870994 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:52:02.871024 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:52:02.871419 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.871469 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.871518 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.871553 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_46_9} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:52:02.871696 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.26 21:52:02.871889 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:52:02.872133 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.872272 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} executeQuery: Read 12 rows, 960.00 B in 0.001307 sec., 9181.33129303749 rows/sec., 717.29 KiB/sec. 2025.08.26 21:52:02.872309 [ 253 ] {920af3bf-d109-4b1e-953b-e5eaab645e11} TCPHandler: Processed in 0.001478444 sec. 2025.08.26 21:52:02.872440 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.872541 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:02.872583 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:02.873061 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.873096 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.873449 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:52:02.873665 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.873802 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} executeQuery: Read 100 rows, 8.37 KiB in 0.001278 sec., 78247.2613458529 rows/sec., 6.40 MiB/sec. 2025.08.26 21:52:02.873840 [ 253 ] {266e7655-44fb-4dfa-8df8-64b0bc07c98b} TCPHandler: Processed in 0.001449762 sec. 2025.08.26 21:52:02.873975 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.874099 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.874146 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:02.874657 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.874698 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.875162 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:52:02.875403 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.875551 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} executeQuery: Read 196 rows, 14.40 KiB in 0.00147 sec., 133333.33333333334 rows/sec., 9.57 MiB/sec. 2025.08.26 21:52:02.875594 [ 253 ] {8116a23f-3cd9-4052-b37a-0a0fe8005e8a} TCPHandler: Processed in 0.001669418 sec. 2025.08.26 21:52:02.875729 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:02.875824 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:02.875878 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:02.876281 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:02.876316 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:02.876641 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:52:02.876870 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:02.877022 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. 2025.08.26 21:52:02.877063 [ 253 ] {5dd554d4-3351-44b6-9097-1117e6e0daef} TCPHandler: Processed in 0.001385541 sec. 2025.08.26 21:52:03.983392 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 2025.08.26 21:52:03.983868 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:03.983912 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:03.984406 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:52:03.984641 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:03.984781 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 2025.08.26 21:52:05.207203 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.08.26 21:52:05.224175 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:05.224228 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:05.229877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:52:05.230581 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:05.233531 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.08.26 21:52:06.542358 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1110 2025.08.26 21:52:06.544870 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:06.544929 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:06.546174 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:52:06.546455 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:06.546617 [ 32 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:52:06.546687 [ 32 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:06.546710 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:06.546833 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1110 2025.08.26 21:52:06.546846 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:52:06.547421 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:06.547572 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 960 rows starting from the beginning of the part 2025.08.26 21:52:06.547947 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2025.08.26 21:52:06.548304 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2025.08.26 21:52:06.548660 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part 2025.08.26 21:52:06.549005 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part 2025.08.26 21:52:06.549333 [ 195 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part 2025.08.26 21:52:06.556008 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 72 columns (72 merged, 0 gathered) in 0.009227098 sec., 120297.84445770491 rows/sec., 98.54 MiB/sec. 2025.08.26 21:52:06.557165 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:52:06.557704 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:06.557780 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_36_7} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:52:06.557967 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. 2025.08.26 21:52:07.862245 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.862432 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:07.862514 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:07.863366 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.863419 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.863808 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:52:07.864025 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.864186 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} executeQuery: Read 138 rows, 12.23 KiB in 0.001808 sec., 76327.43362831858 rows/sec., 6.61 MiB/sec. 2025.08.26 21:52:07.864233 [ 253 ] {c4115800-d339-46b9-b409-ea6882c86464} TCPHandler: Processed in 0.002115958 sec. 2025.08.26 21:52:07.864352 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.864446 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:07.864489 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:07.864909 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.864950 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.865249 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:52:07.865449 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.865576 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} executeQuery: Read 41 rows, 3.08 KiB in 0.001149 sec., 35683.20278503046 rows/sec., 2.62 MiB/sec. 2025.08.26 21:52:07.865613 [ 253 ] {e07d351f-1b09-40cd-b961-ab88b132f312} TCPHandler: Processed in 0.00130848 sec. 2025.08.26 21:52:07.865720 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.865812 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:07.865850 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:07.866270 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.866304 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.866601 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:52:07.866810 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.866934 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} executeQuery: Read 105 rows, 8.40 KiB in 0.001139 sec., 92186.12818261633 rows/sec., 7.20 MiB/sec. 2025.08.26 21:52:07.866970 [ 253 ] {3b24c125-6507-480d-8795-a5398d6c1cfd} TCPHandler: Processed in 0.001296559 sec. 2025.08.26 21:52:07.867076 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.867169 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:07.867212 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:07.867622 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.867657 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.867970 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:52:07.868168 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.868294 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2025.08.26 21:52:07.868329 [ 253 ] {45573b1c-4984-437a-a688-6a594e75efc9} TCPHandler: Processed in 0.001299439 sec. 2025.08.26 21:52:07.868434 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.868525 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:07.868578 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} 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.08.26 21:52:07.869457 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.869492 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.870051 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:52:07.870265 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.870383 [ 28 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.26 21:52:07.870400 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} executeQuery: Read 41 rows, 75.23 KiB in 0.001893 sec., 21658.742736397253 rows/sec., 38.81 MiB/sec. 2025.08.26 21:52:07.870460 [ 28 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.870490 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.870491 [ 253 ] {77c5a568-3f6c-42e4-bd01-919c62ef50e3} TCPHandler: Processed in 0.002103428 sec. 2025.08.26 21:52:07.870618 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:07.870629 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.870711 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:07.870756 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:07.870891 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:07.870961 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1236 rows starting from the beginning of the part 2025.08.26 21:52:07.871099 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.871102 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:07.871149 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:07.871204 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.871308 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.871408 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.871455 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:52:07.871508 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:07.871681 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.871815 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.08.26 21:52:07.871850 [ 253 ] {93e034b0-7973-4e2f-9f63-8b0f35e2afff} TCPHandler: Processed in 0.001279069 sec. 2025.08.26 21:52:07.880244 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1441 rows, containing 19 columns (19 merged, 0 gathered) in 0.009681399 sec., 148842.12498627522 rows/sec., 266.72 MiB/sec. 2025.08.26 21:52:07.881907 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.26 21:52:07.882284 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:07.882364 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_36_7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.26 21:52:07.882499 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2025.08.26 21:52:08.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 283.26 MiB, peak 294.83 MiB, free memory in arenas 0.00 B, will set to 288.35 MiB (RSS), difference: 5.10 MiB 2025.08.26 21:52:11.340211 [ 26 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:52:11.340323 [ 26 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:52:11.484875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 2025.08.26 21:52:11.485443 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:11.485491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:11.485973 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:52:11.486208 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:11.486346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.08.26 21:52:12.733630 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.08.26 21:52:12.750185 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:12.750237 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:12.756141 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:52:12.756823 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:12.759697 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.08.26 21:52:12.861216 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:12.861411 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:12.861485 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:12.862145 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:12.862190 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:12.862578 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:52:12.862800 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:12.862958 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} executeQuery: Read 56 rows, 4.38 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.67 MiB/sec. 2025.08.26 21:52:12.863009 [ 253 ] {83dc4c96-5ef7-45bf-b5c4-b84084919a87} TCPHandler: Processed in 0.001931384 sec. 2025.08.26 21:52:12.863131 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:12.863234 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:12.863278 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:12.863705 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:12.863741 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:12.864048 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:52:12.864256 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:12.864388 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} executeQuery: Read 64 rows, 5.12 KiB in 0.001178 sec., 54329.37181663837 rows/sec., 4.24 MiB/sec. 2025.08.26 21:52:12.864428 [ 253 ] {9473dec8-e8a6-453d-a2b4-cfa3f9d3ec66} TCPHandler: Processed in 0.00134891 sec. 2025.08.26 21:52:12.864538 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:12.864637 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:12.864682 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:12.865102 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:12.865139 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:12.865476 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:52:12.865683 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:12.865823 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.08.26 21:52:12.865861 [ 253 ] {1eafb944-3915-408b-8dfc-c94873691db6} TCPHandler: Processed in 0.001373211 sec. 2025.08.26 21:52:12.865971 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:12.866067 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:12.866111 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:12.866431 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:12.866467 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:12.866776 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:52:12.866980 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:12.867110 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.26 21:52:12.867145 [ 253 ] {fd88d103-4ab7-4559-9c43-83f76d1d2750} TCPHandler: Processed in 0.001224748 sec. 2025.08.26 21:52:16.547110 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1130 2025.08.26 21:52:16.549251 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:16.549299 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:16.550474 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:52:16.550749 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:16.551013 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1130 2025.08.26 21:52:17.889573 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.889757 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:52:17.889829 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:52:17.890580 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.890638 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.891040 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:52:17.891256 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.891403 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} executeQuery: Read 16 rows, 1.30 KiB in 0.001696 sec., 9433.962264150943 rows/sec., 769.27 KiB/sec. 2025.08.26 21:52:17.891446 [ 253 ] {8ef32fff-4d20-4396-8a31-ea7ea9ef719c} TCPHandler: Processed in 0.002006156 sec. 2025.08.26 21:52:17.891576 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.891678 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:17.891720 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:17.892887 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.892923 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.893324 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:52:17.893533 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.893662 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} executeQuery: Read 1286 rows, 108.93 KiB in 0.002008 sec., 640438.2470119522 rows/sec., 52.98 MiB/sec. 2025.08.26 21:52:17.893660 [ 110 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:52:17.893700 [ 253 ] {a0a243cb-4966-4432-b18c-78e25e97391f} TCPHandler: Processed in 0.00217362 sec. 2025.08.26 21:52:17.893748 [ 110 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.893778 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.893862 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.893882 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:52:17.893959 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:17.893990 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:17.894000 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:17.894027 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2420 rows starting from the beginning of the part 2025.08.26 21:52:17.894093 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1149 rows starting from the beginning of the part 2025.08.26 21:52:17.894146 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 176 rows starting from the beginning of the part 2025.08.26 21:52:17.894195 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 138 rows starting from the beginning of the part 2025.08.26 21:52:17.894241 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2025.08.26 21:52:17.894290 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1286 rows starting from the beginning of the part 2025.08.26 21:52:17.894434 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.894469 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.894771 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:52:17.894987 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.895115 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} executeQuery: Read 57 rows, 4.20 KiB in 0.001173 sec., 48593.35038363171 rows/sec., 3.50 MiB/sec. 2025.08.26 21:52:17.895151 [ 253 ] {11d47f6d-9197-4450-9b0b-df18d7080af5} TCPHandler: Processed in 0.00133694 sec. 2025.08.26 21:52:17.895259 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.895351 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:52:17.895390 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:52:17.895887 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.895922 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.896196 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5225 rows, containing 5 columns (5 merged, 0 gathered) in 0.002360794 sec., 2213238.427410439 rows/sec., 189.42 MiB/sec. 2025.08.26 21:52:17.896221 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:52:17.896414 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:52:17.896424 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.896552 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} executeQuery: Read 228 rows, 15.81 KiB in 0.001218 sec., 187192.11822660101 rows/sec., 12.67 MiB/sec. 2025.08.26 21:52:17.896588 [ 253 ] {51beeeef-d033-4594-90ef-b214de1cb554} TCPHandler: Processed in 0.001376382 sec. 2025.08.26 21:52:17.896644 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.896696 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.896708 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_76_15} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:52:17.896771 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.08.26 21:52:17.896788 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:17.896826 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:17.897580 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.897621 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.897990 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:52:17.898230 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.898369 [ 132 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:52:17.898375 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} executeQuery: Read 577 rows, 43.99 KiB in 0.001605 sec., 359501.55763239873 rows/sec., 26.77 MiB/sec. 2025.08.26 21:52:17.898440 [ 132 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.898463 [ 253 ] {91259cf3-799b-42b3-be8d-fbb6b966c80c} TCPHandler: Processed in 0.001814101 sec. 2025.08.26 21:52:17.898468 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.898567 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:52:17.898585 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.898685 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:17.898694 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:17.898729 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1223 rows starting from the beginning of the part 2025.08.26 21:52:17.898752 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:17.898797 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 693 rows starting from the beginning of the part 2025.08.26 21:52:17.898847 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 100 rows starting from the beginning of the part 2025.08.26 21:52:17.898888 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 105 rows starting from the beginning of the part 2025.08.26 21:52:17.898928 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2025.08.26 21:52:17.898968 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 577 rows starting from the beginning of the part 2025.08.26 21:52:17.899458 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.899502 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.899926 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:52:17.900149 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.900274 [ 132 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:52:17.900273 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.00174306 sec., 1584569.6648422887 rows/sec., 121.57 MiB/sec. 2025.08.26 21:52:17.900313 [ 132 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.900287 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} executeQuery: Read 888 rows, 61.19 KiB in 0.001611 sec., 551210.4283054004 rows/sec., 37.09 MiB/sec. 2025.08.26 21:52:17.900348 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.900388 [ 253 ] {6c9c2a46-9751-4970-88c9-8f47bae7606e} TCPHandler: Processed in 0.001853341 sec. 2025.08.26 21:52:17.900425 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:52:17.900507 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.900529 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:17.900562 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20728 rows starting from the beginning of the part 2025.08.26 21:52:17.900574 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:52:17.900609 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 307 rows starting from the beginning of the part 2025.08.26 21:52:17.900609 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:17.900657 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 196 rows starting from the beginning of the part 2025.08.26 21:52:17.900686 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} 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.08.26 21:52:17.900704 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:52:17.900779 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.08.26 21:52:17.900818 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 888 rows starting from the beginning of the part 2025.08.26 21:52:17.900957 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.901068 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_76_15} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:52:17.901172 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.26 21:52:17.901623 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.901666 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.902345 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:52:17.902591 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.902745 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} executeQuery: Read 41 rows, 75.23 KiB in 0.002155 sec., 19025.522041763343 rows/sec., 34.09 MiB/sec. 2025.08.26 21:52:17.902811 [ 253 ] {0c51e5c7-220d-4c3f-b939-81fe518d1641} TCPHandler: Processed in 0.002356403 sec. 2025.08.26 21:52:17.902928 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:17.903024 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:17.903071 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:17.903432 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.903469 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.903797 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:52:17.904025 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.904156 [ 132 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:52:17.904176 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2025.08.26 21:52:17.904198 [ 132 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:17.904222 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:17.904224 [ 253 ] {c865f11d-f062-466e-ae28-99081b99c4b9} TCPHandler: Processed in 0.001345901 sec. 2025.08.26 21:52:17.904315 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:17.904446 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:17.904481 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4026 rows starting from the beginning of the part 2025.08.26 21:52:17.904544 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:17.904588 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:17.904628 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.08.26 21:52:17.904666 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:17.904703 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.08.26 21:52:17.909223 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4368 rows, containing 4 columns (4 merged, 0 gathered) in 0.004950821 sec., 882277.9090579117 rows/sec., 58.66 MiB/sec. 2025.08.26 21:52:17.909552 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:52:17.909831 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.909911 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_76_15} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:52:17.910005 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.08.26 21:52:17.910638 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 22439 rows, containing 5 columns (5 merged, 0 gathered) in 0.010235701 sec., 2192228.9445539685 rows/sec., 149.95 MiB/sec. 2025.08.26 21:52:17.911094 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:52:17.911378 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:17.911445 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_76_15} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:52:17.911527 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.26 21:52:18.986474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 2025.08.26 21:52:18.986980 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:18.987014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:18.987470 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:52:18.987683 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:18.987809 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 2025.08.26 21:52:18.987844 [ 142 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:52:18.987921 [ 142 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:18.987946 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:18.988059 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:52:18.988162 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:18.988194 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:52:18.988256 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part 2025.08.26 21:52:18.988302 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part 2025.08.26 21:52:18.988347 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part 2025.08.26 21:52:18.988389 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part 2025.08.26 21:52:18.988429 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part 2025.08.26 21:52:18.990243 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00222288 sec., 10510238.969265098 rows/sec., 150.35 MiB/sec. 2025.08.26 21:52:18.990713 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:52:18.991024 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:18.991103 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_51_10} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:52:18.991215 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. 2025.08.26 21:52:20.259801 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.08.26 21:52:20.276975 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:20.277034 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:20.283124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:52:20.283810 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:20.284134 [ 142 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:52:20.284210 [ 142 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:20.284234 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:20.284356 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.286978 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.08.26 21:52:20.288557 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:20.290149 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.294879 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.299828 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.304844 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.309900 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.313817 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:20.364761 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.080453024 sec., 4772.97161633104 rows/sec., 24.68 MiB/sec. 2025.08.26 21:52:20.366903 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:52:20.368583 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_51_10} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:20.368681 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_51_10} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:52:20.370195 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.26 21:52:22.859919 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:22.860117 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:22.860186 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:22.860896 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:22.860940 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:22.861347 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:52:22.861580 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:22.861727 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} executeQuery: Read 56 rows, 4.38 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.57 MiB/sec. 2025.08.26 21:52:22.861774 [ 253 ] {88547da0-7e87-4419-9447-b5155f0b211a} TCPHandler: Processed in 0.001986635 sec. 2025.08.26 21:52:22.861904 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:22.861998 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:22.862037 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:22.862479 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:22.862513 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:22.862820 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:52:22.863031 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:22.863154 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2025.08.26 21:52:22.863190 [ 253 ] {e120be39-65f3-419c-b17b-6f9141d5ca34} TCPHandler: Processed in 0.00133386 sec. 2025.08.26 21:52:22.863305 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:22.863398 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:22.863441 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:22.863875 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:22.863908 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:22.864230 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:52:22.864443 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:22.864571 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.08.26 21:52:22.864606 [ 253 ] {7bc33e5c-85c7-4309-aae2-2b8a6f4827d1} TCPHandler: Processed in 0.00134813 sec. 2025.08.26 21:52:22.864716 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:22.864807 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:22.864847 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:22.865188 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:22.865221 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.08.26 21:52:22.865511 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:52:22.865713 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:22.865840 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.08.26 21:52:22.865874 [ 253 ] {922ca006-49f3-44b4-83a4-484d52614fb3} TCPHandler: Processed in 0.001204998 sec. 2025.08.26 21:52:26.340420 [ 113 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:52:26.340517 [ 113 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:52:26.488871 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 2025.08.26 21:52:26.489386 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:26.489430 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:26.490148 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:52:26.490392 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:26.490523 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.08.26 21:52:26.551153 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1154 2025.08.26 21:52:26.553356 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:26.553414 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:26.554663 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:52:26.554937 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:26.555323 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1154 2025.08.26 21:52:27.788022 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.08.26 21:52:27.803249 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.803294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.808737 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:52:27.809434 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.812082 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.08.26 21:52:27.862080 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.862329 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:27.862415 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:27.863287 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.863322 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.863678 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:52:27.863894 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.864036 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} executeQuery: Read 138 rows, 12.23 KiB in 0.001775 sec., 77746.47887323944 rows/sec., 6.73 MiB/sec. 2025.08.26 21:52:27.864075 [ 253 ] {ebb88e18-a3ce-4dcb-991d-a198a64e50fc} TCPHandler: Processed in 0.002147268 sec. 2025.08.26 21:52:27.864205 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.864307 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:27.864347 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:27.864777 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.864810 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.865118 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:52:27.865327 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.865452 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} executeQuery: Read 41 rows, 3.08 KiB in 0.001164 sec., 35223.3676975945 rows/sec., 2.59 MiB/sec. 2025.08.26 21:52:27.865490 [ 253 ] {421ffd4a-1e6b-4830-b947-c43bc70656f2} TCPHandler: Processed in 0.00133402 sec. 2025.08.26 21:52:27.865603 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.865697 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:27.865736 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:27.866168 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.866202 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.866512 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:52:27.866718 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.866849 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} executeQuery: Read 105 rows, 8.40 KiB in 0.001169 sec., 89820.35928143714 rows/sec., 7.02 MiB/sec. 2025.08.26 21:52:27.866885 [ 253 ] {763051fc-586f-4791-8647-a7570b0c78b4} TCPHandler: Processed in 0.00133217 sec. 2025.08.26 21:52:27.867005 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.867098 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:27.867158 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:27.867568 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.867602 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.867951 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:52:27.868213 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.868389 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001308 sec., 122324.15902140674 rows/sec., 8.52 MiB/sec. 2025.08.26 21:52:27.868447 [ 253 ] {126da042-d08f-4389-bf28-41df3af256a9} TCPHandler: Processed in 0.001496353 sec. 2025.08.26 21:52:27.868576 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.868684 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:27.868737 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} 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.08.26 21:52:27.869572 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.869607 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.870209 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:52:27.870435 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.870578 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} executeQuery: Read 41 rows, 75.23 KiB in 0.001913 sec., 21432.30527966545 rows/sec., 38.41 MiB/sec. 2025.08.26 21:52:27.870645 [ 253 ] {2f6e46fb-93fa-4c15-844d-18f163b6e0c0} TCPHandler: Processed in 0.002127308 sec. 2025.08.26 21:52:27.870762 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:27.870857 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:27.870899 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:27.871241 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:27.871275 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:27.871597 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:52:27.871818 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:27.871956 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.08.26 21:52:27.871993 [ 253 ] {eeee849b-4195-4a44-8962-3a4c09f7d8df} TCPHandler: Processed in 0.001279978 sec. 2025.08.26 21:52:30.468396 [ 39 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.26 21:52:30.468478 [ 39 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:30.468499 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:30.468607 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:52:30.468752 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:30.468785 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2025.08.26 21:52:30.468853 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:52:30.468899 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part 2025.08.26 21:52:30.468939 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.08.26 21:52:30.468979 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part 2025.08.26 21:52:30.469687 [ 191 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001130746 sec., 49524.82697263577 rows/sec., 4.13 MiB/sec. 2025.08.26 21:52:30.469881 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.26 21:52:30.470221 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:30.470298 [ 189 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_13_3} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.26 21:52:30.470392 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:52:32.862607 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.862793 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.862864 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:52:32.863494 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.863543 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.863973 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:52:32.864217 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.864374 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} executeQuery: Read 24 rows, 2.04 KiB in 0.001632 sec., 14705.882352941177 rows/sec., 1.22 MiB/sec. 2025.08.26 21:52:32.864417 [ 253 ] {769d2016-abb1-4cb4-a772-3eafe542c9b2} TCPHandler: Processed in 0.001942944 sec. 2025.08.26 21:52:32.864537 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.864633 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:32.864674 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:32.865182 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.865218 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.865548 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:52:32.865762 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.865896 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} executeQuery: Read 176 rows, 15.82 KiB in 0.001282 sec., 137285.49141965678 rows/sec., 12.05 MiB/sec. 2025.08.26 21:52:32.865933 [ 253 ] {d92276e6-cb59-413e-83f1-e85fbf629b34} TCPHandler: Processed in 0.001445883 sec. 2025.08.26 21:52:32.866044 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.866139 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.866179 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:32.866575 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.866611 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.866922 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:52:32.867133 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.867264 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} executeQuery: Read 12 rows, 984.00 B in 0.001144 sec., 10489.510489510489 rows/sec., 839.98 KiB/sec. 2025.08.26 21:52:32.867301 [ 253 ] {b82dc8d0-f64b-45cb-8afe-439eb805bc31} TCPHandler: Processed in 0.00130629 sec. 2025.08.26 21:52:32.867423 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.867545 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.867594 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:52:32.868064 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.868108 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.868431 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:52:32.868666 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.868797 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001276 sec., 18808.777429467085 rows/sec., 1.56 MiB/sec. 2025.08.26 21:52:32.868840 [ 253 ] {d94b85a8-0793-4286-9792-981a739869d3} TCPHandler: Processed in 0.001478823 sec. 2025.08.26 21:52:32.868962 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.869074 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.869128 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:52:32.869657 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.869694 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.870027 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:52:32.870246 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.870382 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} executeQuery: Read 12 rows, 960.00 B in 0.00133 sec., 9022.556390977443 rows/sec., 704.89 KiB/sec. 2025.08.26 21:52:32.870419 [ 253 ] {b9579080-e54d-4d17-9037-6c5459e59b27} TCPHandler: Processed in 0.001507614 sec. 2025.08.26 21:52:32.870593 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.870695 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:32.870736 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:32.871231 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.871267 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.871600 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:52:32.871808 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.871936 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} executeQuery: Read 100 rows, 8.37 KiB in 0.001261 sec., 79302.14115781126 rows/sec., 6.48 MiB/sec. 2025.08.26 21:52:32.871976 [ 253 ] {66875e83-f750-4625-b153-54e46c2501fa} TCPHandler: Processed in 0.001433473 sec. 2025.08.26 21:52:32.872106 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.872198 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.872240 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:32.872675 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.872711 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.873072 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:52:32.873306 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.873441 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} executeQuery: Read 196 rows, 14.40 KiB in 0.001262 sec., 155309.0332805071 rows/sec., 11.14 MiB/sec. 2025.08.26 21:52:32.873478 [ 253 ] {fe654818-85a8-4882-b204-fa8109c5fd51} TCPHandler: Processed in 0.001419742 sec. 2025.08.26 21:52:32.873606 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:32.873697 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:32.873738 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:32.874095 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:32.874130 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:32.874442 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:52:32.874652 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:32.874782 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.08.26 21:52:32.874819 [ 253 ] {0ac0a286-f31a-4213-a907-b40ad904cf6c} TCPHandler: Processed in 0.001260509 sec. 2025.08.26 21:52:33.991339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 2025.08.26 21:52:33.991812 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:33.991851 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:33.992443 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:52:33.992669 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:33.992803 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 2025.08.26 21:52:35.312758 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.08.26 21:52:35.329290 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:35.329349 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:35.334956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:52:35.335700 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:35.338484 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.08.26 21:52:36.555981 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1182 2025.08.26 21:52:36.558270 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:36.558323 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:36.559527 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:52:36.559802 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:36.560168 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1182 2025.08.26 21:52:37.862766 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.862946 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:37.863011 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:37.863794 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.863833 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.864237 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:52:37.864451 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.864605 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} executeQuery: Read 138 rows, 12.23 KiB in 0.001712 sec., 80607.47663551402 rows/sec., 6.98 MiB/sec. 2025.08.26 21:52:37.864647 [ 253 ] {ff78275c-37e8-4282-8303-c5d9a411a8d6} TCPHandler: Processed in 0.002007215 sec. 2025.08.26 21:52:37.864771 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.864868 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:37.864909 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:37.865322 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.865357 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.865652 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:52:37.865862 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.865969 [ 7 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:52:37.865986 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} executeQuery: Read 41 rows, 3.08 KiB in 0.001139 sec., 35996.4881474978 rows/sec., 2.64 MiB/sec. 2025.08.26 21:52:37.866008 [ 7 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.866024 [ 253 ] {80bc9bdf-a1ab-49e6-b7af-96eb0bc46ce2} TCPHandler: Processed in 0.00130213 sec. 2025.08.26 21:52:37.866027 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.866134 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.866145 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:37.866225 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:37.866268 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:37.866288 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:37.866335 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 269 rows starting from the beginning of the part 2025.08.26 21:52:37.866400 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:37.866453 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 57 rows starting from the beginning of the part 2025.08.26 21:52:37.866498 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:37.866543 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part 2025.08.26 21:52:37.866586 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:52:37.866709 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.866751 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.867074 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:52:37.867293 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.867418 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} executeQuery: Read 105 rows, 8.40 KiB in 0.001211 sec., 86705.20231213872 rows/sec., 6.77 MiB/sec. 2025.08.26 21:52:37.867454 [ 253 ] {b69bbeab-a0ca-47a0-8cd5-6e543ac488b7} TCPHandler: Processed in 0.001366801 sec. 2025.08.26 21:52:37.867471 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 5 columns (5 merged, 0 gathered) in 0.001376661 sec., 334868.2064793003 rows/sec., 23.71 MiB/sec. 2025.08.26 21:52:37.867571 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.867642 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:52:37.867675 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:37.867722 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:37.867916 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.867999 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_51_10} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:52:37.868084 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:52:37.868143 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.868184 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.868521 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:52:37.868746 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.868874 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.08.26 21:52:37.868909 [ 253 ] {d58181d0-11f5-4a84-95aa-b1aeeb6f3e80} TCPHandler: Processed in 0.001384312 sec. 2025.08.26 21:52:37.869019 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.869110 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:37.869163 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} 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.08.26 21:52:37.870037 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.870070 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.870638 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:52:37.870860 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.870997 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} executeQuery: Read 41 rows, 75.23 KiB in 0.001905 sec., 21522.30971128609 rows/sec., 38.57 MiB/sec. 2025.08.26 21:52:37.871054 [ 253 ] {33efe382-8070-4f19-a3a5-7f61179faaeb} TCPHandler: Processed in 0.002082047 sec. 2025.08.26 21:52:37.871170 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:37.871263 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:37.871304 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:37.871660 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:37.871695 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:37.872035 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:52:37.872274 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:37.872405 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.08.26 21:52:37.872440 [ 253 ] {b5d0e90f-27c8-4442-b7f0-e35bf55ec548} TCPHandler: Processed in 0.001318329 sec. 2025.08.26 21:52:41.340569 [ 29 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:52:41.340638 [ 29 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:52:41.493520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 2025.08.26 21:52:41.494042 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:41.494094 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:41.494592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:52:41.494872 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:41.495025 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.08.26 21:52:42.839458 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.08.26 21:52:42.855651 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.855702 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.859531 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:42.859691 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:42.859751 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:42.860382 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.860417 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.860853 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:52:42.861089 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.861232 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} executeQuery: Read 56 rows, 4.38 KiB in 0.001586 sec., 35308.95334174023 rows/sec., 2.70 MiB/sec. 2025.08.26 21:52:42.861246 [ 36 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:52:42.861272 [ 253 ] {ff8a3864-59d3-4832-be51-21a16a827c39} TCPHandler: Processed in 0.001862392 sec. 2025.08.26 21:52:42.861321 [ 36 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.861351 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.861429 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:42.861500 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:52:42.861527 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:42.861561 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:52:42.861586 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:42.861660 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:42.861703 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2420 rows starting from the beginning of the part 2025.08.26 21:52:42.861778 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2025.08.26 21:52:42.861832 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 138 rows starting from the beginning of the part 2025.08.26 21:52:42.861884 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 176 rows starting from the beginning of the part 2025.08.26 21:52:42.861929 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 138 rows starting from the beginning of the part 2025.08.26 21:52:42.861969 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part 2025.08.26 21:52:42.862028 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.862069 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.862247 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.862677 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:52:42.862905 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.863037 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec. 2025.08.26 21:52:42.863045 [ 66 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:52:42.863075 [ 253 ] {dd339753-f20b-4e4d-b58e-ea51e5c2a403} TCPHandler: Processed in 0.001696739 sec. 2025.08.26 21:52:42.863095 [ 66 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.863121 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.863198 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:42.863230 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:52:42.863294 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:42.863341 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:42.863375 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:42.863415 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1223 rows starting from the beginning of the part 2025.08.26 21:52:42.863484 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2025.08.26 21:52:42.863541 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 105 rows starting from the beginning of the part 2025.08.26 21:52:42.863544 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2984 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114607 sec., 1411136.9157484109 rows/sec., 121.43 MiB/sec. 2025.08.26 21:52:42.863585 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part 2025.08.26 21:52:42.863630 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 105 rows starting from the beginning of the part 2025.08.26 21:52:42.863672 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part 2025.08.26 21:52:42.863784 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.863826 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.863891 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:52:42.864200 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:52:42.864206 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.864308 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_81_16} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:52:42.864392 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2025.08.26 21:52:42.864456 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.864590 [ 36 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:52:42.864595 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2025.08.26 21:52:42.864640 [ 36 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.864654 [ 253 ] {16c3bb43-de46-46c6-a36e-b73ee8fb5923} TCPHandler: Processed in 0.001503443 sec. 2025.08.26 21:52:42.864665 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.864775 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:52:42.864811 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1661 rows, containing 5 columns (5 merged, 0 gathered) in 0.001636267 sec., 1015115.5037655835 rows/sec., 79.00 MiB/sec. 2025.08.26 21:52:42.864833 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:42.864883 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:42.864921 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22439 rows starting from the beginning of the part 2025.08.26 21:52:42.864933 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:42.864979 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:42.864985 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2025.08.26 21:52:42.865039 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:52:42.865050 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:52:42.865084 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 196 rows starting from the beginning of the part 2025.08.26 21:52:42.865129 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:52:42.865170 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.08.26 21:52:42.865192 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.08.26 21:52:42.865320 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.865338 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.865357 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.865408 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_81_16} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:52:42.865500 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.08.26 21:52:42.865674 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:52:42.865894 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.866023 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2025.08.26 21:52:42.866028 [ 36 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:52:42.866060 [ 253 ] {bb1a905d-ccc9-4bbc-aa97-a8c8c3a437e3} TCPHandler: Processed in 0.001273689 sec. 2025.08.26 21:52:42.866076 [ 36 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:42.866102 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:42.866187 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:42.866273 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:42.866303 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4368 rows starting from the beginning of the part 2025.08.26 21:52:42.866354 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:42.866393 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.08.26 21:52:42.866430 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:42.866463 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.08.26 21:52:42.866499 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:52:42.868420 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4668 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266121 sec., 2059907.6571815894 rows/sec., 137.08 MiB/sec. 2025.08.26 21:52:42.868847 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:52:42.869121 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.869193 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_81_16} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:52:42.869274 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.08.26 21:52:42.871854 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23275 rows, containing 5 columns (5 merged, 0 gathered) in 0.007116821 sec., 3270420.8803340704 rows/sec., 223.90 MiB/sec. 2025.08.26 21:52:42.872265 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:52:42.872508 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:42.872567 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_81_16} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:52:42.872631 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.26 21:52:43.001139 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 292.13 MiB, peak 304.31 MiB, free memory in arenas 0.00 B, will set to 294.58 MiB (RSS), difference: 2.46 MiB 2025.08.26 21:52:45.279391 [ 78 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.08.26 21:52:45.279476 [ 78 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:45.279500 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:45.279618 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2025.08.26 21:52:45.279765 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:45.279799 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 214 rows starting from the beginning of the part 2025.08.26 21:52:45.279866 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 202 rows starting from the beginning of the part 2025.08.26 21:52:45.279912 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 202 rows starting from the beginning of the part 2025.08.26 21:52:45.279952 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.08.26 21:52:45.279995 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.08.26 21:52:45.280828 [ 197 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259928 sec., 509552.9268339143 rows/sec., 31.44 MiB/sec. 2025.08.26 21:52:45.281026 [ 199 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.08.26 21:52:45.281292 [ 199 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:45.281367 [ 199 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_18_4} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.08.26 21:52:45.281451 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:52:45.900885 [ 82 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2025.08.26 21:52:45.900948 [ 82 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:45.900970 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:45.901102 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2025.08.26 21:52:45.901251 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:45.901289 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 455 rows starting from the beginning of the part 2025.08.26 21:52:45.901362 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 203 rows starting from the beginning of the part 2025.08.26 21:52:45.901412 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.26 21:52:45.901462 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part 2025.08.26 21:52:45.901514 [ 187 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.08.26 21:52:45.902405 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 5 columns (5 merged, 0 gathered) in 0.001358721 sec., 687411.1756571069 rows/sec., 49.02 MiB/sec. 2025.08.26 21:52:45.902634 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2025.08.26 21:52:45.902950 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:45.903034 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_27_6} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2025.08.26 21:52:45.903130 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.26 21:52:46.561069 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1202 2025.08.26 21:52:46.563277 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:46.563329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:46.564516 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:52:46.564790 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:46.565167 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1202 2025.08.26 21:52:47.890038 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.890236 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:52:47.890309 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:52:47.891025 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.891074 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.891457 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.26 21:52:47.891681 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.891837 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} executeQuery: Read 2 rows, 167.00 B in 0.001654 sec., 1209.1898428053203 rows/sec., 98.60 KiB/sec. 2025.08.26 21:52:47.891878 [ 253 ] {1d0d7f5a-2545-45e2-bff0-24c89360c769} TCPHandler: Processed in 0.001985865 sec. 2025.08.26 21:52:47.892009 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.892103 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:47.892141 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:47.893270 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.893307 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.893701 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:52:47.893913 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.894041 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} executeQuery: Read 1279 rows, 108.42 KiB in 0.001958 sec., 653217.568947906 rows/sec., 54.08 MiB/sec. 2025.08.26 21:52:47.894079 [ 253 ] {d1c45758-8f86-4b8c-ae94-85e9f9bd53a7} TCPHandler: Processed in 0.002117058 sec. 2025.08.26 21:52:47.894191 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.894284 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:47.894324 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:47.894731 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.894767 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.895062 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:52:47.895268 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.895395 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} executeQuery: Read 43 rows, 3.22 KiB in 0.00113 sec., 38053.097345132745 rows/sec., 2.79 MiB/sec. 2025.08.26 21:52:47.895431 [ 253 ] {2ab9d4ad-8aa8-4aef-877f-3840449e2bdb} TCPHandler: Processed in 0.001288269 sec. 2025.08.26 21:52:47.895570 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.895687 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:52:47.895734 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:52:47.896301 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.896337 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.896649 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:52:47.896850 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.896977 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} executeQuery: Read 228 rows, 15.81 KiB in 0.001314 sec., 173515.98173515982 rows/sec., 11.75 MiB/sec. 2025.08.26 21:52:47.897014 [ 253 ] {42fbb37e-c962-4462-8589-dcfdbee22510} TCPHandler: Processed in 0.001510974 sec. 2025.08.26 21:52:47.897142 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.897268 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:47.897318 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:47.898032 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.898069 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.898437 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:52:47.898649 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.898782 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} executeQuery: Read 563 rows, 42.85 KiB in 0.001539 sec., 365821.9623131904 rows/sec., 27.19 MiB/sec. 2025.08.26 21:52:47.898822 [ 253 ] {a5b8d96a-caab-4405-831e-ea9e4bfc589d} TCPHandler: Processed in 0.001747179 sec. 2025.08.26 21:52:47.898937 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.899032 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:47.899076 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:47.899688 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.899725 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.900106 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:52:47.900316 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.900448 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} executeQuery: Read 881 rows, 60.70 KiB in 0.001435 sec., 613937.2822299651 rows/sec., 41.31 MiB/sec. 2025.08.26 21:52:47.900487 [ 253 ] {9243b247-6860-4f60-b88b-3d2da85edeb2} TCPHandler: Processed in 0.001598756 sec. 2025.08.26 21:52:47.900606 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.900725 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:47.900791 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} 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.08.26 21:52:47.901697 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.901733 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.902311 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:52:47.902532 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.902677 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} executeQuery: Read 41 rows, 75.23 KiB in 0.001977 sec., 20738.492665655034 rows/sec., 37.16 MiB/sec. 2025.08.26 21:52:47.902730 [ 253 ] {ea62dc0c-f882-4d9f-9ec0-21b99bc95e80} TCPHandler: Processed in 0.002183589 sec. 2025.08.26 21:52:47.902854 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:47.902949 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:47.902991 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:47.903338 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:47.903373 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:47.903689 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:52:47.903899 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:47.904030 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.08.26 21:52:47.904065 [ 253 ] {e71c58d4-3e1a-4c9e-b725-2a0693d046e5} TCPHandler: Processed in 0.001259378 sec. 2025.08.26 21:52:48.995988 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 2025.08.26 21:52:48.996472 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:48.996516 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:48.996985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:52:48.997214 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:48.997340 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 2025.08.26 21:52:50.366161 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.08.26 21:52:50.382435 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:50.382483 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:50.388534 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:52:50.389206 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:50.391990 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.08.26 21:52:52.860069 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:52.860268 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:52.860340 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:52.861060 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:52.861104 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:52.861486 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:52:52.861701 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:52.861849 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} executeQuery: Read 56 rows, 4.38 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.61 MiB/sec. 2025.08.26 21:52:52.861889 [ 253 ] {5ca28d24-cd01-420c-ab67-54f312d0ddf1} TCPHandler: Processed in 0.001952753 sec. 2025.08.26 21:52:52.862006 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:52.862101 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:52.862141 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:52.862559 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:52.862593 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:52.862887 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:52:52.863086 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:52.863209 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2025.08.26 21:52:52.863245 [ 253 ] {601b82ce-6ae5-435b-a978-6db1843cd895} TCPHandler: Processed in 0.001287349 sec. 2025.08.26 21:52:52.863354 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:52.863446 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:52.863487 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:52.863892 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:52.863925 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:52.864244 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:52:52.864456 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:52.864582 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.08.26 21:52:52.864617 [ 253 ] {25438b1f-346a-4c53-86c5-63933d4831d2} TCPHandler: Processed in 0.00130985 sec. 2025.08.26 21:52:52.864715 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:52.864806 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:52.864847 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:52.865177 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:52.865210 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:52.865500 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:52:52.865697 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:52.865820 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2025.08.26 21:52:52.865854 [ 253 ] {1f41c9a1-d49f-49b1-b01c-bc3317394698} TCPHandler: Processed in 0.001186087 sec. 2025.08.26 21:52:56.340687 [ 152 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:52:56.340751 [ 152 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:52:56.498389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 2025.08.26 21:52:56.498945 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:56.498991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:56.499481 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:52:56.499721 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:56.499863 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.08.26 21:52:56.499887 [ 125 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:52:56.499958 [ 125 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:56.499987 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:56.500083 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:52:56.500180 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:56.500211 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part 2025.08.26 21:52:56.500268 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part 2025.08.26 21:52:56.500312 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part 2025.08.26 21:52:56.500352 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part 2025.08.26 21:52:56.500388 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part 2025.08.26 21:52:56.500431 [ 196 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part 2025.08.26 21:52:56.502804 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002762373 sec., 9296716.989342134 rows/sec., 132.99 MiB/sec. 2025.08.26 21:52:56.503095 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:52:56.503428 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:56.503515 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_56_11} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:52:56.503650 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.08.26 21:52:56.566182 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1226 2025.08.26 21:52:56.568320 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:56.568367 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:56.569539 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:52:56.569804 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:56.569992 [ 125 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:52:56.570062 [ 125 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:56.570084 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:56.570165 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1226 2025.08.26 21:52:56.570186 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:52:56.570815 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:56.570967 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1110 rows starting from the beginning of the part 2025.08.26 21:52:56.571340 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part 2025.08.26 21:52:56.571656 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2025.08.26 21:52:56.571966 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2025.08.26 21:52:56.572286 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part 2025.08.26 21:52:56.572599 [ 196 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part 2025.08.26 21:52:56.579516 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1226 rows, containing 72 columns (72 merged, 0 gathered) in 0.009374452 sec., 130780.9779174292 rows/sec., 105.74 MiB/sec. 2025.08.26 21:52:56.580877 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:52:56.581496 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:56.581574 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_41_8} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:52:56.581889 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.08.26 21:52:57.862182 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.862370 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:52:57.862436 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:52:57.863139 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.863186 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.863583 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:52:57.863799 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.863952 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} executeQuery: Read 138 rows, 12.23 KiB in 0.001632 sec., 84558.82352941176 rows/sec., 7.32 MiB/sec. 2025.08.26 21:52:57.864016 [ 253 ] {405d4226-61d6-47d8-974f-03bfd1470c8d} TCPHandler: Processed in 0.001968954 sec. 2025.08.26 21:52:57.864151 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.864245 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:52:57.864284 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:52:57.864736 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.864771 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.865075 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:52:57.865280 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.865406 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} executeQuery: Read 41 rows, 3.08 KiB in 0.00118 sec., 34745.76271186441 rows/sec., 2.55 MiB/sec. 2025.08.26 21:52:57.865442 [ 253 ] {75c1a148-1dde-4b78-8ba8-309eaad197eb} TCPHandler: Processed in 0.001343491 sec. 2025.08.26 21:52:57.865562 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.865666 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:52:57.865708 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:52:57.866167 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.866204 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.866533 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:52:57.866746 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.866878 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} executeQuery: Read 105 rows, 8.40 KiB in 0.001231 sec., 85296.50690495531 rows/sec., 6.66 MiB/sec. 2025.08.26 21:52:57.866916 [ 253 ] {dfbc6d74-ac65-47ec-b434-9767ad94bdae} TCPHandler: Processed in 0.001404612 sec. 2025.08.26 21:52:57.867030 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.867124 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:57.867170 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:52:57.867590 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.867627 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.867959 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:52:57.868190 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.868325 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.08.26 21:52:57.868362 [ 253 ] {ee713387-370e-4ae9-8218-6ec4f0660914} TCPHandler: Processed in 0.001381101 sec. 2025.08.26 21:52:57.868468 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.868560 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:52:57.868615 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} 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.08.26 21:52:57.869506 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.869541 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.870127 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:52:57.870345 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.870465 [ 150 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.26 21:52:57.870485 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} executeQuery: Read 41 rows, 75.23 KiB in 0.001943 sec., 21101.389603705607 rows/sec., 37.81 MiB/sec. 2025.08.26 21:52:57.870530 [ 150 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.870555 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.870565 [ 253 ] {ce79c9cc-5613-4f4e-9e66-bf81ae8d86a9} TCPHandler: Processed in 0.002145958 sec. 2025.08.26 21:52:57.870653 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.870682 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:52:57.870776 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:52:57.870818 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:52:57.870881 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:57.870951 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1441 rows starting from the beginning of the part 2025.08.26 21:52:57.871093 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.871161 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.871197 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.871226 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.871331 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.871431 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.871510 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:52:57.871530 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:52:57.871729 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.871861 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.08.26 21:52:57.871896 [ 253 ] {e6027fe9-e7e3-4877-ad6b-32f1ec647201} TCPHandler: Processed in 0.001263759 sec. 2025.08.26 21:52:57.882155 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 19 columns (19 merged, 0 gathered) in 0.01154068 sec., 142625.91112482108 rows/sec., 255.58 MiB/sec. 2025.08.26 21:52:57.883864 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.26 21:52:57.884249 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.884327 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_41_8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.26 21:52:57.884466 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2025.08.26 21:52:57.892989 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.08.26 21:52:57.910279 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.910324 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.916711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:52:57.917401 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.917712 [ 150 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:52:57.917776 [ 150 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:52:57.917807 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:52:57.917906 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:57.920286 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.08.26 21:52:57.920845 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:52:57.921538 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:57.924819 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:57.928481 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:57.932617 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:52:57.936856 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.08.26 21:52:57.940516 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.08.26 21:52:57.991018 [ 197 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.073149189 sec., 5769.031834378916 rows/sec., 29.83 MiB/sec. 2025.08.26 21:52:57.993694 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:52:57.995664 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:52:57.995768 [ 202 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_56_11} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:52:57.998655 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.26 21:52:58.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.05 MiB, peak 310.47 MiB, free memory in arenas 0.00 B, will set to 303.69 MiB (RSS), difference: 6.64 MiB 2025.08.26 21:53:02.861175 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.861420 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.861526 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:53:02.862317 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.862368 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.862794 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:53:02.863025 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.863195 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} executeQuery: Read 24 rows, 2.04 KiB in 0.001848 sec., 12987.012987012988 rows/sec., 1.08 MiB/sec. 2025.08.26 21:53:02.863251 [ 253 ] {ae4b3d6e-9bc2-44f0-a302-c7f8180e1e5c} TCPHandler: Processed in 0.002271981 sec. 2025.08.26 21:53:02.863389 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.863494 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:02.863541 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:02.864092 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.864129 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.864458 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:53:02.864667 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.864813 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} executeQuery: Read 176 rows, 15.82 KiB in 0.001345 sec., 130855.0185873606 rows/sec., 11.48 MiB/sec. 2025.08.26 21:53:02.864852 [ 253 ] {7b8e7cf7-841c-4a47-8ccc-23192b77cba8} TCPHandler: Processed in 0.001515434 sec. 2025.08.26 21:53:02.864977 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.865076 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.865120 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:02.865556 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.865590 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.865890 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:53:02.866110 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.866241 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} executeQuery: Read 12 rows, 984.00 B in 0.001188 sec., 10101.0101010101 rows/sec., 808.87 KiB/sec. 2025.08.26 21:53:02.866277 [ 253 ] {eebfd3cc-5bef-4f9f-94e2-d972808bacf2} TCPHandler: Processed in 0.001348851 sec. 2025.08.26 21:53:02.866394 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.866490 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.866532 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:53:02.866942 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.866976 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.867279 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:53:02.867483 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.867621 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} executeQuery: Read 24 rows, 2.04 KiB in 0.001151 sec., 20851.433536055607 rows/sec., 1.73 MiB/sec. 2025.08.26 21:53:02.867659 [ 253 ] {e277306b-2054-4e23-9e52-ea460538a115} TCPHandler: Processed in 0.0013127 sec. 2025.08.26 21:53:02.867776 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.867867 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.867912 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:53:02.868318 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.868352 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.868649 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:53:02.868860 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.868988 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. 2025.08.26 21:53:02.869025 [ 253 ] {3d9990b8-3aa7-4035-bd5d-665c63c07f7d} TCPHandler: Processed in 0.001295299 sec. 2025.08.26 21:53:02.869185 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.869295 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:02.869350 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:02.869932 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.869967 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.870277 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:53:02.870510 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.870653 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} executeQuery: Read 100 rows, 8.37 KiB in 0.001379 sec., 72516.3161711385 rows/sec., 5.93 MiB/sec. 2025.08.26 21:53:02.870691 [ 253 ] {b7b2116e-0d73-4b04-b2b4-a5fc391bdb9d} TCPHandler: Processed in 0.001565945 sec. 2025.08.26 21:53:02.870830 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.870935 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.870978 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:02.871441 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.871483 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.871836 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:53:02.872130 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.872290 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} executeQuery: Read 196 rows, 14.40 KiB in 0.001375 sec., 142545.45454545456 rows/sec., 10.23 MiB/sec. 2025.08.26 21:53:02.872333 [ 253 ] {8e0cfe9e-10f2-47a8-9c9c-75ba1a5ca381} TCPHandler: Processed in 0.001564525 sec. 2025.08.26 21:53:02.872469 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:02.872593 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:02.872655 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:02.873093 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:02.873128 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:02.873468 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:53:02.873682 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:02.873832 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. 2025.08.26 21:53:02.873872 [ 253 ] {1d9b2727-2f1b-461a-a6b8-9d1a21b50c2f} TCPHandler: Processed in 0.001450063 sec. 2025.08.26 21:53:04.000944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 2025.08.26 21:53:04.001489 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:04.001547 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:04.002064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:53:04.002314 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:04.002459 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.08.26 21:53:05.421309 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.08.26 21:53:05.436111 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:05.436167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:05.441298 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:53:05.441944 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:05.444575 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.08.26 21:53:06.571477 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1254 2025.08.26 21:53:06.574570 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:06.574636 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:06.575885 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:53:06.576176 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:06.576609 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1254 2025.08.26 21:53:07.861346 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.861532 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:07.861598 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:07.862319 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.862367 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.862769 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:53:07.863006 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.863169 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} executeQuery: Read 138 rows, 12.23 KiB in 0.001687 sec., 81802.01541197392 rows/sec., 7.08 MiB/sec. 2025.08.26 21:53:07.863168 [ 141 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:53:07.863212 [ 253 ] {1519e6f5-c009-4d99-abb7-5b405604a8bf} TCPHandler: Processed in 0.001998705 sec. 2025.08.26 21:53:07.863252 [ 141 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.863280 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.863351 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.863375 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:53:07.863452 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:07.863470 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:07.863494 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:07.863501 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2420 rows starting from the beginning of the part 2025.08.26 21:53:07.863562 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:53:07.863608 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2025.08.26 21:53:07.863657 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 138 rows starting from the beginning of the part 2025.08.26 21:53:07.863716 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 176 rows starting from the beginning of the part 2025.08.26 21:53:07.863778 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 138 rows starting from the beginning of the part 2025.08.26 21:53:07.863896 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.863931 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.864235 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:53:07.864443 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.864577 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} executeQuery: Read 41 rows, 3.08 KiB in 0.001144 sec., 35839.16083916084 rows/sec., 2.63 MiB/sec. 2025.08.26 21:53:07.864614 [ 253 ] {67e4ce75-1142-4bf7-a509-068a82cb781e} TCPHandler: Processed in 0.00131314 sec. 2025.08.26 21:53:07.864719 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.864813 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:07.864852 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:07.865271 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.865306 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.865515 [ 197 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4207 rows, containing 5 columns (5 merged, 0 gathered) in 0.002182429 sec., 1927668.6664262617 rows/sec., 166.35 MiB/sec. 2025.08.26 21:53:07.865614 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:53:07.865753 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:53:07.865836 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.865960 [ 140 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:53:07.865990 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.865967 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} executeQuery: Read 105 rows, 8.40 KiB in 0.001172 sec., 89590.44368600682 rows/sec., 7.00 MiB/sec. 2025.08.26 21:53:07.866030 [ 140 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.866063 [ 253 ] {81330847-f99b-4d4c-ad4c-9e36302c61a4} TCPHandler: Processed in 0.001393322 sec. 2025.08.26 21:53:07.866070 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.866099 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_86_17} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:53:07.866172 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:53:07.866180 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:53:07.866185 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.866292 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:07.866311 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:07.866331 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1223 rows starting from the beginning of the part 2025.08.26 21:53:07.866358 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:07.866401 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 563 rows starting from the beginning of the part 2025.08.26 21:53:07.866451 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2025.08.26 21:53:07.866494 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 105 rows starting from the beginning of the part 2025.08.26 21:53:07.866532 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 100 rows starting from the beginning of the part 2025.08.26 21:53:07.866571 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 105 rows starting from the beginning of the part 2025.08.26 21:53:07.866769 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.866811 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.867165 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:53:07.867398 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.867516 [ 140 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:53:07.867530 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2025.08.26 21:53:07.867552 [ 140 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.867575 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.867575 [ 253 ] {fea04cae-2c60-47e7-aae9-7157517cf16c} TCPHandler: Processed in 0.001439432 sec. 2025.08.26 21:53:07.867650 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:07.867693 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.867757 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:07.867766 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001636177 sec., 1320150.5705067362 rows/sec., 102.69 MiB/sec. 2025.08.26 21:53:07.867791 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:07.867795 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23275 rows starting from the beginning of the part 2025.08.26 21:53:07.867851 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} 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.08.26 21:53:07.867871 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 881 rows starting from the beginning of the part 2025.08.26 21:53:07.867923 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:07.867956 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:53:07.867968 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:07.868019 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 196 rows starting from the beginning of the part 2025.08.26 21:53:07.868064 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:07.868262 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.868345 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_86_17} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:53:07.868422 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.26 21:53:07.868737 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.868773 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.869520 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:53:07.869765 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.869917 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} executeQuery: Read 41 rows, 75.23 KiB in 0.002144 sec., 19123.13432835821 rows/sec., 34.27 MiB/sec. 2025.08.26 21:53:07.869973 [ 253 ] {e8b5ef6c-5319-4cc4-8c32-f331d5501553} TCPHandler: Processed in 0.002329752 sec. 2025.08.26 21:53:07.870104 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:07.870200 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:07.870240 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:07.870563 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.870598 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.871037 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:53:07.871254 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.871373 [ 140 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:53:07.871395 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2025.08.26 21:53:07.871407 [ 140 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:07.871436 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:07.871439 [ 253 ] {5cce88cc-f607-4243-9017-eacdb1354ec1} TCPHandler: Processed in 0.001402692 sec. 2025.08.26 21:53:07.871505 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:07.871598 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:07.871623 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4668 rows starting from the beginning of the part 2025.08.26 21:53:07.871667 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:07.871703 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:07.871736 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:07.871767 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:07.871800 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:07.873847 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002370994 sec., 2095323.73342151 rows/sec., 139.54 MiB/sec. 2025.08.26 21:53:07.874284 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:53:07.874542 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.874617 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_86_17} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:53:07.874688 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.08.26 21:53:07.875253 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24832 rows, containing 5 columns (5 merged, 0 gathered) in 0.007632602 sec., 3253412.139136824 rows/sec., 222.76 MiB/sec. 2025.08.26 21:53:07.875506 [ 199 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:53:07.875831 [ 199 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:07.875912 [ 199 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_86_17} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:53:07.876010 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.08.26 21:53:08.000156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 304.25 MiB, peak 315.27 MiB, free memory in arenas 0.00 B, will set to 306.32 MiB (RSS), difference: 2.07 MiB 2025.08.26 21:53:11.340810 [ 136 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:53:11.340882 [ 136 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:53:11.503544 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 2025.08.26 21:53:11.504012 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:11.504052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:11.504544 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:53:11.504771 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:11.504899 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.08.26 21:53:12.859041 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:12.859318 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:12.859420 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:12.860166 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:12.860203 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:12.860589 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:53:12.860812 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:12.860967 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} executeQuery: Read 56 rows, 4.38 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.48 MiB/sec. 2025.08.26 21:53:12.861009 [ 253 ] {8cc3da1a-4225-4632-8667-dd4dc386c95b} TCPHandler: Processed in 0.002150768 sec. 2025.08.26 21:53:12.861124 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:12.861219 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:12.861259 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:12.861679 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:12.861712 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:12.862028 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:53:12.862239 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:12.862367 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} executeQuery: Read 64 rows, 5.12 KiB in 0.001166 sec., 54888.507718696404 rows/sec., 4.28 MiB/sec. 2025.08.26 21:53:12.862405 [ 253 ] {f987e669-bdb8-4458-ba45-a4673e933d62} TCPHandler: Processed in 0.00133036 sec. 2025.08.26 21:53:12.862516 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:12.862610 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:12.862652 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:12.863047 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:12.863080 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:12.863399 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:53:12.863599 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:12.863726 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2025.08.26 21:53:12.863763 [ 253 ] {60566366-4786-4ae6-8143-bdae98d5d945} TCPHandler: Processed in 0.001294749 sec. 2025.08.26 21:53:12.863871 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:12.863964 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:12.864005 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:12.864330 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:12.864364 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:12.864665 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:53:12.864869 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:12.864995 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.08.26 21:53:12.865030 [ 253 ] {f3872dce-58b2-41f0-826d-e2e31e20d33e} TCPHandler: Processed in 0.001208088 sec. 2025.08.26 21:53:12.945599 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.08.26 21:53:12.961249 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:12.961298 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:12.967207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:53:12.967884 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:12.970767 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.08.26 21:53:15.034992 [ 134 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2025.08.26 21:53:15.035122 [ 134 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:15.035149 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:15.035276 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2025.08.26 21:53:15.035410 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:15.035444 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 416 rows starting from the beginning of the part 2025.08.26 21:53:15.035510 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 392 rows starting from the beginning of the part 2025.08.26 21:53:15.035554 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:15.035596 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:15.035635 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:15.036451 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 880 rows, containing 5 columns (5 merged, 0 gathered) in 0.001232628 sec., 713921.7996021509 rows/sec., 49.54 MiB/sec. 2025.08.26 21:53:15.036681 [ 187 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.08.26 21:53:15.037036 [ 187 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:15.037126 [ 187 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_19_4} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2025.08.26 21:53:15.037228 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.26 21:53:16.577691 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1274 2025.08.26 21:53:16.579867 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:16.579927 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:16.581120 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:53:16.581415 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:16.581792 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1274 2025.08.26 21:53:17.890768 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.890939 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:53:17.891004 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:53:17.891673 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.891716 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.892098 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.26 21:53:17.892330 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.892494 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} executeQuery: Read 16 rows, 1.30 KiB in 0.001604 sec., 9975.062344139651 rows/sec., 813.40 KiB/sec. 2025.08.26 21:53:17.892541 [ 253 ] {69728625-e45e-4d3f-8fe4-40b15b3b6a09} TCPHandler: Processed in 0.001900363 sec. 2025.08.26 21:53:17.892657 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.892750 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:17.892790 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:17.893937 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.893975 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.894368 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:53:17.894577 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.894711 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} executeQuery: Read 1286 rows, 108.93 KiB in 0.00198 sec., 649494.9494949495 rows/sec., 53.73 MiB/sec. 2025.08.26 21:53:17.894749 [ 253 ] {f5ec6e28-6cf5-49fb-ba2b-66e5daab648e} TCPHandler: Processed in 0.002139109 sec. 2025.08.26 21:53:17.894870 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.894964 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:17.895003 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:17.895447 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.895483 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.895785 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:53:17.895997 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.896105 [ 129 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:53:17.896126 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} executeQuery: Read 57 rows, 4.20 KiB in 0.001181 sec., 48264.18289585097 rows/sec., 3.47 MiB/sec. 2025.08.26 21:53:17.896176 [ 129 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.896185 [ 253 ] {1c8f59b9-8332-4ef0-bbcd-8c19b2a0d2a8} TCPHandler: Processed in 0.001362291 sec. 2025.08.26 21:53:17.896206 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.896320 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.896335 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:17.896418 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:53:17.896463 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:53:17.896471 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:17.896513 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 269 rows starting from the beginning of the part 2025.08.26 21:53:17.896586 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 43 rows starting from the beginning of the part 2025.08.26 21:53:17.896637 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:17.896683 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part 2025.08.26 21:53:17.896726 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:17.896771 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 57 rows starting from the beginning of the part 2025.08.26 21:53:17.896982 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.897025 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:17.897362 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:53:17.897578 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.897610 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133027 sec., 348049.6440572215 rows/sec., 24.65 MiB/sec. 2025.08.26 21:53:17.897708 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} executeQuery: Read 228 rows, 15.81 KiB in 0.001308 sec., 174311.9266055046 rows/sec., 11.80 MiB/sec. 2025.08.26 21:53:17.897747 [ 253 ] {3ab0acff-2dbc-4c35-ae60-9caa2fc12b50} TCPHandler: Processed in 0.001474223 sec. 2025.08.26 21:53:17.897750 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:53:17.897866 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.897962 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:17.898004 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:17.898012 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.898083 [ 189 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_56_11} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:53:17.898152 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:53:17.898638 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.898682 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.899022 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:53:17.899232 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.899363 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} executeQuery: Read 577 rows, 43.99 KiB in 0.001418 sec., 406911.1424541608 rows/sec., 30.30 MiB/sec. 2025.08.26 21:53:17.899400 [ 253 ] {a923df77-4dad-466e-bb33-d5dd65709a87} TCPHandler: Processed in 0.001580786 sec. 2025.08.26 21:53:17.899515 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.899607 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:17.899649 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:17.900258 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.900293 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.900674 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:53:17.900881 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.901014 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} executeQuery: Read 888 rows, 61.19 KiB in 0.001425 sec., 623157.8947368421 rows/sec., 41.94 MiB/sec. 2025.08.26 21:53:17.901051 [ 253 ] {30bf92ac-9cc5-4840-839c-eb599c9ba56b} TCPHandler: Processed in 0.001582456 sec. 2025.08.26 21:53:17.901169 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.901260 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:17.901315 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} 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.08.26 21:53:17.902213 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.902249 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.902814 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:53:17.903035 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.903173 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} executeQuery: Read 41 rows, 75.23 KiB in 0.001931 sec., 21232.522009321594 rows/sec., 38.05 MiB/sec. 2025.08.26 21:53:17.903245 [ 253 ] {eb4ebd0a-0aad-4574-b5b9-03bc1263e4f5} TCPHandler: Processed in 0.002122657 sec. 2025.08.26 21:53:17.903365 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:17.903459 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:17.903501 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:17.903846 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:17.903881 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:17.904205 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:53:17.904409 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:17.904536 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.26 21:53:17.904571 [ 253 ] {22873aa1-7be6-42ef-8a3f-a53f61266849} TCPHandler: Processed in 0.001253128 sec. 2025.08.26 21:53:19.005935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 2025.08.26 21:53:19.006460 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:19.006509 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.08.26 21:53:19.007012 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:53:19.007265 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:19.007433 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.08.26 21:53:20.471740 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.08.26 21:53:20.488412 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:20.488467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:20.494571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:53:20.495266 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:20.498155 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.08.26 21:53:22.860067 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:22.860263 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:22.860334 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:22.861057 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:22.861098 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:22.861492 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:53:22.861724 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:22.861882 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} executeQuery: Read 56 rows, 4.38 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.55 MiB/sec. 2025.08.26 21:53:22.861930 [ 253 ] {edec78c0-8838-4928-bff3-cabea9938c0e} TCPHandler: Processed in 0.001995515 sec. 2025.08.26 21:53:22.862047 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:22.862148 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:22.862190 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:22.862645 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:22.862682 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:22.862990 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:53:22.863197 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:22.863327 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} executeQuery: Read 64 rows, 5.12 KiB in 0.001202 sec., 53244.592346089856 rows/sec., 4.16 MiB/sec. 2025.08.26 21:53:22.863364 [ 253 ] {cd4e394b-9c80-4d3e-a5f6-fd9c83c5582f} TCPHandler: Processed in 0.001365881 sec. 2025.08.26 21:53:22.863477 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:22.863571 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:22.863614 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:22.864011 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:22.864046 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:22.864368 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:53:22.864584 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:22.864711 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.08.26 21:53:22.864748 [ 253 ] {fe601130-a3ba-431c-8877-1ae8668fa647} TCPHandler: Processed in 0.00131845 sec. 2025.08.26 21:53:22.864854 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:22.864947 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:22.864987 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:22.865309 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:22.865344 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:22.865637 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:53:22.865836 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:22.865961 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2025.08.26 21:53:22.865996 [ 253 ] {52f7b0c0-293c-4bce-a03c-59298fa34ae3} TCPHandler: Processed in 0.001189697 sec. 2025.08.26 21:53:26.340926 [ 120 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:53:26.340992 [ 120 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:53:26.508279 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 2025.08.26 21:53:26.508742 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:26.508776 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:26.509230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:53:26.509453 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:26.509578 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.08.26 21:53:26.582610 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1298 2025.08.26 21:53:26.585023 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:26.585084 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:26.586295 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:53:26.586569 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:26.586934 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1298 2025.08.26 21:53:27.862518 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.862718 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:27.862792 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:27.863565 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.863611 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.864014 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:53:27.864233 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.864389 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} executeQuery: Read 138 rows, 12.23 KiB in 0.001727 sec., 79907.3537927041 rows/sec., 6.92 MiB/sec. 2025.08.26 21:53:27.864430 [ 253 ] {e665ce15-5ae2-4542-8075-d759a7bcfe93} TCPHandler: Processed in 0.002047806 sec. 2025.08.26 21:53:27.864557 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.864651 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:27.864690 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:27.865136 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.865171 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.865466 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:53:27.865681 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.865809 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} executeQuery: Read 41 rows, 3.08 KiB in 0.001177 sec., 34834.32455395072 rows/sec., 2.56 MiB/sec. 2025.08.26 21:53:27.865847 [ 253 ] {aee3710c-24c2-4347-8fb8-6def9212507b} TCPHandler: Processed in 0.00133742 sec. 2025.08.26 21:53:27.865963 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.866056 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:27.866095 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:27.866543 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.866578 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.866883 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:53:27.867086 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.867210 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} executeQuery: Read 105 rows, 8.40 KiB in 0.001172 sec., 89590.44368600682 rows/sec., 7.00 MiB/sec. 2025.08.26 21:53:27.867246 [ 253 ] {1b98fb9e-49f9-4bfa-a738-efa7281791de} TCPHandler: Processed in 0.00133001 sec. 2025.08.26 21:53:27.867360 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.867452 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:27.867495 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:27.867914 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.867949 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.868268 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:53:27.868472 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.868598 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.08.26 21:53:27.868635 [ 253 ] {98887dd1-763e-41c9-99a6-61e5ce97dd3a} TCPHandler: Processed in 0.00132119 sec. 2025.08.26 21:53:27.868741 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.868834 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:27.868886 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} 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.08.26 21:53:27.869766 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.869803 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.870393 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:53:27.870631 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.870772 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} executeQuery: Read 41 rows, 75.23 KiB in 0.001956 sec., 20961.14519427403 rows/sec., 37.56 MiB/sec. 2025.08.26 21:53:27.870842 [ 253 ] {f8bb702c-0276-48ae-a75b-31b7e10a705c} TCPHandler: Processed in 0.002147579 sec. 2025.08.26 21:53:27.870957 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:27.871052 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:27.871096 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:27.871437 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:27.871474 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:27.871801 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:53:27.872023 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:27.872156 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2025.08.26 21:53:27.872192 [ 253 ] {e5181c4f-291a-4220-b394-c5c50ce65d0d} TCPHandler: Processed in 0.001282379 sec. 2025.08.26 21:53:27.998949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.08.26 21:53:28.015351 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:28.015391 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:28.021606 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:53:28.022317 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:28.025178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.08.26 21:53:32.862867 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.863065 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.863133 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:53:32.863795 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.863846 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.864258 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:53:32.864493 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.864657 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} executeQuery: Read 24 rows, 2.04 KiB in 0.001644 sec., 14598.5401459854 rows/sec., 1.21 MiB/sec. 2025.08.26 21:53:32.864709 [ 253 ] {7c51af07-1ed4-4af2-9f5c-93877cdd5934} TCPHandler: Processed in 0.001975814 sec. 2025.08.26 21:53:32.864837 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.864940 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:32.864984 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:32.865576 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.865612 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.865974 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:53:32.866193 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.866307 [ 115 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:53:32.866330 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} executeQuery: Read 176 rows, 15.82 KiB in 0.001415 sec., 124381.62544169612 rows/sec., 10.92 MiB/sec. 2025.08.26 21:53:32.866342 [ 115 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.866363 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.866370 [ 253 ] {2b02e3cf-7264-4d65-a029-00481e5ab82d} TCPHandler: Processed in 0.001584426 sec. 2025.08.26 21:53:32.866486 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:53:32.866499 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.866639 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.866653 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:32.866683 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:32.866701 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2420 rows starting from the beginning of the part 2025.08.26 21:53:32.866773 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2025.08.26 21:53:32.866824 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1286 rows starting from the beginning of the part 2025.08.26 21:53:32.866880 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2025.08.26 21:53:32.866925 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 138 rows starting from the beginning of the part 2025.08.26 21:53:32.866965 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 176 rows starting from the beginning of the part 2025.08.26 21:53:32.867136 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.867178 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.867522 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:53:32.867767 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.867911 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} executeQuery: Read 12 rows, 984.00 B in 0.001292 sec., 9287.925696594428 rows/sec., 743.76 KiB/sec. 2025.08.26 21:53:32.867949 [ 253 ] {397eb728-1091-4d5d-a2e2-7bfa784fdc6a} TCPHandler: Processed in 0.001500923 sec. 2025.08.26 21:53:32.868059 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.868154 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.868194 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:53:32.868605 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.868640 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.868949 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4132 rows, containing 5 columns (5 merged, 0 gathered) in 0.002517477 sec., 1641325.8194613098 rows/sec., 141.25 MiB/sec. 2025.08.26 21:53:32.868959 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:53:32.869229 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.869250 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:53:32.869366 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} executeQuery: Read 24 rows, 2.04 KiB in 0.001232 sec., 19480.51948051948 rows/sec., 1.62 MiB/sec. 2025.08.26 21:53:32.869405 [ 253 ] {689361fd-2eac-41ab-a13c-e8b68a7fb387} TCPHandler: Processed in 0.001394741 sec. 2025.08.26 21:53:32.869511 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.869518 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.869586 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_91_18} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:53:32.869614 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.869655 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:53:32.869668 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2025.08.26 21:53:32.870058 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.870092 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.870490 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:53:32.870770 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.870915 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} executeQuery: Read 12 rows, 960.00 B in 0.001319 sec., 9097.801364670204 rows/sec., 710.77 KiB/sec. 2025.08.26 21:53:32.870955 [ 253 ] {83336360-2eb1-43cb-86f1-e8028c84517e} TCPHandler: Processed in 0.001485274 sec. 2025.08.26 21:53:32.871101 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.871211 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:32.871257 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:32.871779 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.871815 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.872177 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:53:32.872425 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.872587 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} executeQuery: Read 100 rows, 8.37 KiB in 0.001394 sec., 71736.01147776183 rows/sec., 5.87 MiB/sec. 2025.08.26 21:53:32.872599 [ 114 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:53:32.872633 [ 253 ] {ff98ec17-1f7b-4add-8738-c1102ce3720d} TCPHandler: Processed in 0.001589546 sec. 2025.08.26 21:53:32.872684 [ 114 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.872729 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.872828 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.872856 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:53:32.872957 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.873022 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:32.873028 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:32.873097 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1223 rows starting from the beginning of the part 2025.08.26 21:53:32.873184 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2025.08.26 21:53:32.873248 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 577 rows starting from the beginning of the part 2025.08.26 21:53:32.873309 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2025.08.26 21:53:32.873367 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 105 rows starting from the beginning of the part 2025.08.26 21:53:32.873428 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 100 rows starting from the beginning of the part 2025.08.26 21:53:32.873653 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.873704 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.874211 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:53:32.874557 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.874747 [ 114 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:53:32.874753 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} executeQuery: Read 196 rows, 14.40 KiB in 0.001823 sec., 107515.0850246846 rows/sec., 7.71 MiB/sec. 2025.08.26 21:53:32.874767 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2133 rows, containing 5 columns (5 merged, 0 gathered) in 0.001969244 sec., 1083156.7850403504 rows/sec., 84.21 MiB/sec. 2025.08.26 21:53:32.874803 [ 114 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.874824 [ 253 ] {e9bd2a35-88ea-43d4-8b03-47fb1f95f378} TCPHandler: Processed in 0.002068737 sec. 2025.08.26 21:53:32.874860 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.874971 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:32.874991 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:32.875101 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:32.875113 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:32.875110 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:53:32.875153 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:32.875161 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24832 rows starting from the beginning of the part 2025.08.26 21:53:32.875310 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:32.875388 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 888 rows starting from the beginning of the part 2025.08.26 21:53:32.875460 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:32.875541 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.875542 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:32.875625 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 196 rows starting from the beginning of the part 2025.08.26 21:53:32.875651 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.875652 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_91_18} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:53:32.875757 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.875886 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:53:32.876226 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:53:32.876544 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.876723 [ 114 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:53:32.876734 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} executeQuery: Read 60 rows, 4.14 KiB in 0.001654 sec., 36275.695284159614 rows/sec., 2.44 MiB/sec. 2025.08.26 21:53:32.876770 [ 114 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:32.876802 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:32.876810 [ 253 ] {13a401a4-142a-442f-895f-87fa4480188a} TCPHandler: Processed in 0.001875052 sec. 2025.08.26 21:53:32.876903 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:32.877039 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:32.877083 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4968 rows starting from the beginning of the part 2025.08.26 21:53:32.877158 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:32.877231 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:32.877335 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:32.877392 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:32.877435 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:32.881441 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5268 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584273 sec., 1149146.2223126765 rows/sec., 76.58 MiB/sec. 2025.08.26 21:53:32.882421 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:53:32.882856 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.882999 [ 193 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_91_18} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:53:32.883147 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.08.26 21:53:32.886620 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 26396 rows, containing 5 columns (5 merged, 0 gathered) in 0.011695964 sec., 2256846.8917995985 rows/sec., 154.54 MiB/sec. 2025.08.26 21:53:32.886907 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:53:32.887243 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:32.887341 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_91_18} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:53:32.887452 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.08.26 21:53:33.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 307.56 MiB, peak 318.91 MiB, free memory in arenas 0.00 B, will set to 309.51 MiB (RSS), difference: 1.95 MiB 2025.08.26 21:53:34.010651 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 2025.08.26 21:53:34.011174 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:34.011220 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:34.011733 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:53:34.011984 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:34.012123 [ 112 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:53:34.012144 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.08.26 21:53:34.012161 [ 112 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:34.012180 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:34.012301 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012442 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:34.012481 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012546 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012592 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012635 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012673 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.012713 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:53:34.015023 [ 193 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002776172 sec., 10085470.208618198 rows/sec., 144.27 MiB/sec. 2025.08.26 21:53:34.015464 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:53:34.015813 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_61_12} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:34.015910 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_61_12} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:53:34.016023 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.08.26 21:53:35.526187 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.08.26 21:53:35.543700 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:35.543762 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:35.550114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:53:35.550849 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:35.551173 [ 109 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:53:35.551248 [ 109 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:35.551272 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:35.551366 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.553984 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.08.26 21:53:35.554299 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:35.555045 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.558359 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.561686 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.565682 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.570088 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.574065 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:53:35.624561 [ 193 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.073232591 sec., 6281.356343106855 rows/sec., 32.48 MiB/sec. 2025.08.26 21:53:35.626547 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:53:35.628311 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_61_12} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:35.628405 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_61_12} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:53:35.629785 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.26 21:53:36.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 310.75 MiB, peak 324.15 MiB, free memory in arenas 0.00 B, will set to 309.70 MiB (RSS), difference: -1.05 MiB 2025.08.26 21:53:36.588004 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1326 2025.08.26 21:53:36.590384 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:36.590455 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:36.591790 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:53:36.592062 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:36.592355 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2025.08.26 21:53:37.862183 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.862358 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:37.862422 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:37.863156 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.863193 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.863587 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:53:37.863822 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.863991 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} executeQuery: Read 138 rows, 12.23 KiB in 0.001682 sec., 82045.18430439953 rows/sec., 7.10 MiB/sec. 2025.08.26 21:53:37.864035 [ 253 ] {8f644ad6-18e2-4f09-bd56-70ee9f0369ed} TCPHandler: Processed in 0.002007386 sec. 2025.08.26 21:53:37.864166 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.864261 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:37.864302 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:37.864709 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.864743 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.865033 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:53:37.865242 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.865371 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} executeQuery: Read 41 rows, 3.08 KiB in 0.00113 sec., 36283.18584070796 rows/sec., 2.66 MiB/sec. 2025.08.26 21:53:37.865408 [ 253 ] {347a7292-7c4a-4db6-89fc-01f3d9c5c834} TCPHandler: Processed in 0.001290449 sec. 2025.08.26 21:53:37.865516 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.865608 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:37.865647 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:37.866077 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.866110 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.866407 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:53:37.866610 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.866736 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} executeQuery: Read 105 rows, 8.40 KiB in 0.001145 sec., 91703.05676855895 rows/sec., 7.16 MiB/sec. 2025.08.26 21:53:37.866771 [ 253 ] {c5d2cfc1-c49b-4abc-9cc4-ea4f02b67c50} TCPHandler: Processed in 0.001302779 sec. 2025.08.26 21:53:37.866938 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.867030 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:37.867073 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:37.867510 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.867543 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.867861 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:53:37.868077 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.868210 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.08.26 21:53:37.868246 [ 253 ] {092617ae-9ed9-43d5-b8a1-496bf9f981aa} TCPHandler: Processed in 0.00135471 sec. 2025.08.26 21:53:37.868358 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.868450 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:37.868505 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} 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.08.26 21:53:37.869378 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.869414 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.869976 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:53:37.870192 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.870329 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} executeQuery: Read 41 rows, 75.23 KiB in 0.001897 sec., 21613.07327358988 rows/sec., 38.73 MiB/sec. 2025.08.26 21:53:37.870381 [ 253 ] {b1f272a3-c569-422c-8231-d598772a2bd4} TCPHandler: Processed in 0.002070487 sec. 2025.08.26 21:53:37.870498 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:37.870591 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:37.870633 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:37.870971 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:37.871005 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.08.26 21:53:37.871301 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:53:37.871499 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:37.871623 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.08.26 21:53:37.871658 [ 253 ] {aa9a6480-632d-4c93-ba98-2c4dab4f06a1} TCPHandler: Processed in 0.001207347 sec. 2025.08.26 21:53:41.341098 [ 104 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:53:41.341167 [ 104 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:53:41.513213 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 2025.08.26 21:53:41.513697 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:41.513732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:41.514195 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:53:41.514414 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:41.514536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.08.26 21:53:42.860710 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:42.860910 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:42.860982 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:42.861664 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:42.861709 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:42.862106 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:53:42.862326 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:42.862476 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} executeQuery: Read 56 rows, 4.38 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.64 MiB/sec. 2025.08.26 21:53:42.862519 [ 253 ] {80bc6e25-1bde-4082-ab10-2ca1517e2546} TCPHandler: Processed in 0.001949974 sec. 2025.08.26 21:53:42.862639 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:42.862733 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:42.862773 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:42.863195 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:42.863230 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:42.863541 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:53:42.863973 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:42.864115 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} executeQuery: Read 64 rows, 5.12 KiB in 0.001401 sec., 45681.655960028555 rows/sec., 3.57 MiB/sec. 2025.08.26 21:53:42.864153 [ 253 ] {2e7b3e72-987d-4cdc-a1c3-d97db61984d3} TCPHandler: Processed in 0.001562665 sec. 2025.08.26 21:53:42.864275 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:42.864367 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:42.864410 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:42.864832 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:42.864868 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:42.865192 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:53:42.865398 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:42.865524 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.08.26 21:53:42.865561 [ 253 ] {512a6f51-069c-47d5-b684-9a5c8fd1cf16} TCPHandler: Processed in 0.00133318 sec. 2025.08.26 21:53:42.865676 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:42.865775 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:42.865817 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:42.866186 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:42.866230 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:42.866553 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:53:42.866778 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:42.866909 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2025.08.26 21:53:42.866945 [ 253 ] {a5d9840c-83b0-4ef9-b1a9-b448cf309f0a} TCPHandler: Processed in 0.00131908 sec. 2025.08.26 21:53:43.054994 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.08.26 21:53:43.070429 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:43.070482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:43.076236 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:53:43.076910 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:43.079761 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.08.26 21:53:46.593441 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1346 2025.08.26 21:53:46.595627 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:46.595687 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:46.596896 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:53:46.597183 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:46.597362 [ 97 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:53:46.597429 [ 97 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:46.597449 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:46.597560 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1346 2025.08.26 21:53:46.597561 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:53:46.598128 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:46.598274 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1226 rows starting from the beginning of the part 2025.08.26 21:53:46.598630 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part 2025.08.26 21:53:46.598945 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part 2025.08.26 21:53:46.599278 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:46.599616 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2025.08.26 21:53:46.599933 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part 2025.08.26 21:53:46.606484 [ 192 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1346 rows, containing 72 columns (72 merged, 0 gathered) in 0.008976402 sec., 149948.72110228575 rows/sec., 119.88 MiB/sec. 2025.08.26 21:53:46.608044 [ 199 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:53:46.608695 [ 199 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:46.608788 [ 199 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_46_9} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:53:46.609162 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.08.26 21:53:46.669814 [ 97 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 2025.08.26 21:53:46.669871 [ 97 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:46.669894 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:46.669989 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full 2025.08.26 21:53:46.670105 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:46.670136 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 455 rows starting from the beginning of the part 2025.08.26 21:53:46.670193 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2025.08.26 21:53:46.670238 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:46.670279 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part 2025.08.26 21:53:46.670319 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.08.26 21:53:46.671144 [ 188 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194317 sec., 802969.395897404 rows/sec., 57.81 MiB/sec. 2025.08.26 21:53:46.671282 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) 2025.08.26 21:53:46.671522 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:46.671592 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_31_7} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 2025.08.26 21:53:46.671658 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.26 21:53:47.890344 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.890543 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:53:47.890616 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:53:47.891381 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.891429 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.891816 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.26 21:53:47.892047 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.892201 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} executeQuery: Read 2 rows, 167.00 B in 0.001712 sec., 1168.2242990654206 rows/sec., 95.26 KiB/sec. 2025.08.26 21:53:47.892242 [ 253 ] {81bfcb0e-e194-4573-8486-7aa86236ed9a} TCPHandler: Processed in 0.002034436 sec. 2025.08.26 21:53:47.892366 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.892469 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:47.892508 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:47.893858 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.893895 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.894286 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:53:47.894494 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.894622 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} executeQuery: Read 1279 rows, 108.42 KiB in 0.002171 sec., 589129.4334408107 rows/sec., 48.77 MiB/sec. 2025.08.26 21:53:47.894659 [ 253 ] {cdd3ed54-f8d2-4873-a7e6-73fc0f3edda8} TCPHandler: Processed in 0.002340822 sec. 2025.08.26 21:53:47.894768 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.894869 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:47.894909 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:47.895396 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.895433 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.895739 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:53:47.895941 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.896067 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} executeQuery: Read 43 rows, 3.22 KiB in 0.001217 sec., 35332.78553820871 rows/sec., 2.59 MiB/sec. 2025.08.26 21:53:47.896105 [ 253 ] {6e92bf6f-137e-41d1-93eb-353db07df1fd} TCPHandler: Processed in 0.001384701 sec. 2025.08.26 21:53:47.896225 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.896319 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:53:47.896359 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:53:47.896937 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.896973 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.897276 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:53:47.897493 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.897621 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} executeQuery: Read 228 rows, 15.81 KiB in 0.001321 sec., 172596.51778955339 rows/sec., 11.69 MiB/sec. 2025.08.26 21:53:47.897659 [ 253 ] {a791f8d1-ff7c-4988-89ba-03473a30de03} TCPHandler: Processed in 0.001481973 sec. 2025.08.26 21:53:47.897800 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.897918 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:47.897966 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:47.898695 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.898731 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.899062 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:53:47.899269 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.899398 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} executeQuery: Read 563 rows, 42.85 KiB in 0.001504 sec., 374335.10638297873 rows/sec., 27.82 MiB/sec. 2025.08.26 21:53:47.899436 [ 253 ] {a8698d06-c86c-476c-87b5-409ca79d4e14} TCPHandler: Processed in 0.001702618 sec. 2025.08.26 21:53:47.899549 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.899641 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:47.899683 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:47.900386 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.900421 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.900793 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:53:47.900996 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.901121 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} executeQuery: Read 881 rows, 60.70 KiB in 0.001499 sec., 587725.1501000668 rows/sec., 39.54 MiB/sec. 2025.08.26 21:53:47.901158 [ 253 ] {97eca14a-2c3f-4552-a04e-6650abbf8612} TCPHandler: Processed in 0.001656458 sec. 2025.08.26 21:53:47.901268 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.901359 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:47.901413 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} 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.08.26 21:53:47.902316 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.902351 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.902924 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:53:47.903144 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.903285 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} executeQuery: Read 41 rows, 75.23 KiB in 0.001943 sec., 21101.389603705607 rows/sec., 37.81 MiB/sec. 2025.08.26 21:53:47.903287 [ 96 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.26 21:53:47.903348 [ 253 ] {8de76d5f-7f84-4701-9cfc-b4b92cdf81e2} TCPHandler: Processed in 0.002125848 sec. 2025.08.26 21:53:47.903362 [ 96 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.903391 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.903466 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:47.903508 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.903567 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:47.903614 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:47.903724 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:47.903780 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1646 rows starting from the beginning of the part 2025.08.26 21:53:47.903913 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.903957 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:47.903993 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:47.904023 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.904130 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.904232 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.904295 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:53:47.904332 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:53:47.904505 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.904632 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.08.26 21:53:47.904667 [ 253 ] {fd90a272-ce6e-4b69-aabb-3f3c4ddf15fb} TCPHandler: Processed in 0.001248258 sec. 2025.08.26 21:53:47.915418 [ 188 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1851 rows, containing 19 columns (19 merged, 0 gathered) in 0.01195287 sec., 154858.20560250382 rows/sec., 277.50 MiB/sec. 2025.08.26 21:53:47.917673 [ 190 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.26 21:53:47.918097 [ 190 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:47.918186 [ 190 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_46_9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.26 21:53:47.918379 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.36 MiB. 2025.08.26 21:53:48.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 310.97 MiB, peak 328.28 MiB, free memory in arenas 0.00 B, will set to 319.21 MiB (RSS), difference: 8.24 MiB 2025.08.26 21:53:49.015601 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 2025.08.26 21:53:49.016110 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:49.016152 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:49.016654 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:53:49.016885 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:49.017029 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.08.26 21:53:50.580786 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.08.26 21:53:50.597267 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:50.597319 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:50.603278 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:53:50.603991 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:50.606865 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.08.26 21:53:52.859553 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:52.859750 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:52.859824 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:52.860594 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:52.860640 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:52.861045 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:53:52.861261 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:52.861421 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} executeQuery: Read 56 rows, 4.38 KiB in 0.001725 sec., 32463.768115942028 rows/sec., 2.48 MiB/sec. 2025.08.26 21:53:52.861471 [ 253 ] {e9589bce-3660-4290-a0f3-732706edca81} TCPHandler: Processed in 0.002060107 sec. 2025.08.26 21:53:52.861589 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:52.861689 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:52.861731 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:52.862192 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:52.862229 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:52.862540 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:53:52.862750 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:52.862879 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} executeQuery: Read 64 rows, 5.12 KiB in 0.001213 sec., 52761.74773289365 rows/sec., 4.12 MiB/sec. 2025.08.26 21:53:52.862916 [ 253 ] {5b484031-46ec-46c0-a443-4fadcda1157f} TCPHandler: Processed in 0.00137692 sec. 2025.08.26 21:53:52.863025 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:52.863119 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:52.863162 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:52.863591 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:52.863625 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:52.863943 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:53:52.864144 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:52.864272 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.08.26 21:53:52.864309 [ 253 ] {e2ab4703-8c30-4ecf-9268-92e977e200bb} TCPHandler: Processed in 0.00133136 sec. 2025.08.26 21:53:52.864406 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:52.864496 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:52.864536 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:52.864863 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:52.864897 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:52.865187 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:53:52.865384 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:52.865508 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.08.26 21:53:52.865543 [ 253 ] {c432ec7d-a0d1-4d9f-8885-8d130937336c} TCPHandler: Processed in 0.001184137 sec. 2025.08.26 21:53:56.341204 [ 90 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:53:56.341268 [ 90 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:53:56.517147 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 2025.08.26 21:53:56.517651 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:56.517697 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:56.518180 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:53:56.518421 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:56.518564 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.08.26 21:53:56.597667 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1370 2025.08.26 21:53:56.599889 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:56.599947 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:56.601175 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:53:56.601451 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:56.601833 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1370 2025.08.26 21:53:57.001219 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000839789 sec. 2025.08.26 21:53:57.863317 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.863499 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:53:57.863569 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:53:57.864445 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.864498 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.864914 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:53:57.865178 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.865346 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} executeQuery: Read 138 rows, 12.23 KiB in 0.001896 sec., 72784.81012658228 rows/sec., 6.30 MiB/sec. 2025.08.26 21:53:57.865366 [ 88 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:53:57.865399 [ 253 ] {15e99b16-aae3-4551-a3bd-a1ed8a86709e} TCPHandler: Processed in 0.00221506 sec. 2025.08.26 21:53:57.865439 [ 88 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.865465 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.865547 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.865567 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:53:57.865657 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:53:57.865692 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:57.865708 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:53:57.865749 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2420 rows starting from the beginning of the part 2025.08.26 21:53:57.865839 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 138 rows starting from the beginning of the part 2025.08.26 21:53:57.865887 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part 2025.08.26 21:53:57.865929 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1279 rows starting from the beginning of the part 2025.08.26 21:53:57.865968 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part 2025.08.26 21:53:57.866009 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 138 rows starting from the beginning of the part 2025.08.26 21:53:57.866173 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.866218 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.866557 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:53:57.866784 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.866925 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} executeQuery: Read 41 rows, 3.08 KiB in 0.001294 sec., 31684.698608964452 rows/sec., 2.33 MiB/sec. 2025.08.26 21:53:57.866940 [ 85 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:53:57.866966 [ 253 ] {a394fdd7-6d1f-4774-bab8-0c958485a455} TCPHandler: Processed in 0.001472853 sec. 2025.08.26 21:53:57.867011 [ 85 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.867046 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.867109 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.867137 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:57.867212 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:53:57.867247 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:57.867260 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:53:57.867284 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 269 rows starting from the beginning of the part 2025.08.26 21:53:57.867349 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:57.867412 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part 2025.08.26 21:53:57.867477 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:57.867539 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 43 rows starting from the beginning of the part 2025.08.26 21:53:57.867608 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:53:57.867735 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.867778 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.868011 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 4087 rows, containing 5 columns (5 merged, 0 gathered) in 0.002484996 sec., 1644670.6554054813 rows/sec., 141.42 MiB/sec. 2025.08.26 21:53:57.868120 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:53:57.868289 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:53:57.868370 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.868484 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 5 columns (5 merged, 0 gathered) in 0.001387741 sec., 322106.21434403106 rows/sec., 22.80 MiB/sec. 2025.08.26 21:53:57.868521 [ 85 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:53:57.868524 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} executeQuery: Read 105 rows, 8.40 KiB in 0.001333 sec., 78769.69242310578 rows/sec., 6.15 MiB/sec. 2025.08.26 21:53:57.868573 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.868576 [ 85 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.868595 [ 253 ] {761799f3-b6a9-408d-82de-8b421b965337} TCPHandler: Processed in 0.001536005 sec. 2025.08.26 21:53:57.868615 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:53:57.868623 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.868656 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_96_19} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:53:57.868740 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:53:57.868749 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.868777 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:53:57.868854 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:57.868854 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:57.868881 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1223 rows starting from the beginning of the part 2025.08.26 21:53:57.868919 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.868922 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:53:57.868936 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 105 rows starting from the beginning of the part 2025.08.26 21:53:57.868993 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_61_12} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:53:57.868994 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part 2025.08.26 21:53:57.869039 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 563 rows starting from the beginning of the part 2025.08.26 21:53:57.869056 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:53:57.869077 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part 2025.08.26 21:53:57.869111 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 105 rows starting from the beginning of the part 2025.08.26 21:53:57.869379 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.869421 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.869782 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:53:57.870001 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.870086 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394911 sec., 1522677.7909128254 rows/sec., 118.07 MiB/sec. 2025.08.26 21:53:57.870125 [ 85 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:53:57.870137 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. 2025.08.26 21:53:57.870164 [ 85 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.870189 [ 253 ] {4a49544e-494c-4df5-ad47-7db47bb60855} TCPHandler: Processed in 0.001490264 sec. 2025.08.26 21:53:57.870189 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.870278 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:53:57.870311 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.870318 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:53:57.870376 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:57.870409 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26396 rows starting from the beginning of the part 2025.08.26 21:53:57.870414 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:53:57.870461 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:57.870482 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} 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.08.26 21:53:57.870508 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:57.870552 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 881 rows starting from the beginning of the part 2025.08.26 21:53:57.870591 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:57.870628 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.08.26 21:53:57.870660 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.870752 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_96_19} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:53:57.870854 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.08.26 21:53:57.871418 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.871461 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.872058 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.26 21:53:57.872295 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.872440 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} executeQuery: Read 41 rows, 75.23 KiB in 0.002045 sec., 20048.899755501225 rows/sec., 35.93 MiB/sec. 2025.08.26 21:53:57.872512 [ 253 ] {8ab5bb71-fd01-4b34-a2ad-88a4357f7d7a} TCPHandler: Processed in 0.002250381 sec. 2025.08.26 21:53:57.872628 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:53:57.872724 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:53:57.872767 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:53:57.873115 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.873151 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.873459 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:53:57.873665 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.873786 [ 85 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:53:57.873798 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.08.26 21:53:57.873824 [ 85 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:57.873848 [ 253 ] {005bee1c-650f-41a6-81ea-ac07dedef254} TCPHandler: Processed in 0.001270058 sec. 2025.08.26 21:53:57.873849 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:57.873945 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:57.874043 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:53:57.874073 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5268 rows starting from the beginning of the part 2025.08.26 21:53:57.874129 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:57.874172 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:57.874211 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:57.874248 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:53:57.874286 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2025.08.26 21:53:57.876399 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5568 rows, containing 4 columns (4 merged, 0 gathered) in 0.002485576 sec., 2240124.6230250048 rows/sec., 149.38 MiB/sec. 2025.08.26 21:53:57.876773 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:53:57.877082 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.877181 [ 202 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_96_19} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:53:57.877297 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.08.26 21:53:57.877739 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 27917 rows, containing 5 columns (5 merged, 0 gathered) in 0.007489239 sec., 3727615.048738597 rows/sec., 255.21 MiB/sec. 2025.08.26 21:53:57.878153 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:53:57.878405 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:57.878477 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_96_19} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:53:57.878553 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.08.26 21:53:58.106917 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.08.26 21:53:58.124017 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:53:58.124076 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:53:58.130197 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:53:58.130912 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:53:58.134351 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.08.26 21:54:02.864388 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.864587 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.864655 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:54:02.865333 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.865378 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.865774 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:54:02.866027 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.866186 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} executeQuery: Read 24 rows, 2.04 KiB in 0.001652 sec., 14527.845036319612 rows/sec., 1.21 MiB/sec. 2025.08.26 21:54:02.866231 [ 253 ] {b712a22f-7e0e-4109-8456-3ec78860c8a8} TCPHandler: Processed in 0.001977005 sec. 2025.08.26 21:54:02.866366 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.866464 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:02.866507 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:02.867052 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.867088 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.867417 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:54:02.867632 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.867769 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} executeQuery: Read 176 rows, 15.82 KiB in 0.001325 sec., 132830.18867924527 rows/sec., 11.66 MiB/sec. 2025.08.26 21:54:02.867809 [ 253 ] {31d0063e-d538-4aaf-b58f-889d15c1a4c0} TCPHandler: Processed in 0.001492673 sec. 2025.08.26 21:54:02.867940 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.868036 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.868077 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:02.868494 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.868531 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.868849 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:54:02.869061 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.869193 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} executeQuery: Read 12 rows, 984.00 B in 0.001176 sec., 10204.081632653062 rows/sec., 817.12 KiB/sec. 2025.08.26 21:54:02.869233 [ 253 ] {0a648150-6055-408c-bdfa-caa872fda1bd} TCPHandler: Processed in 0.00134278 sec. 2025.08.26 21:54:02.869363 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.869471 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.869522 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:54:02.870047 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.870084 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.870425 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:54:02.870694 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.870832 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} executeQuery: Read 24 rows, 2.04 KiB in 0.001384 sec., 17341.040462427743 rows/sec., 1.44 MiB/sec. 2025.08.26 21:54:02.870874 [ 253 ] {baace8e5-c707-4cce-8787-c282bdb766c6} TCPHandler: Processed in 0.001570155 sec. 2025.08.26 21:54:02.871010 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.871107 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.871149 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:54:02.871578 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.871617 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.871936 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:54:02.872150 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.872286 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} executeQuery: Read 12 rows, 960.00 B in 0.001198 sec., 10016.69449081803 rows/sec., 782.55 KiB/sec. 2025.08.26 21:54:02.872326 [ 253 ] {286a8c1c-5e98-48e6-9d20-39ca86509184} TCPHandler: Processed in 0.001366441 sec. 2025.08.26 21:54:02.872456 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.872550 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:02.872592 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:02.873119 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.873163 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.873529 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:54:02.873805 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.873941 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} executeQuery: Read 100 rows, 8.37 KiB in 0.001409 sec., 70972.32079489 rows/sec., 5.80 MiB/sec. 2025.08.26 21:54:02.873981 [ 253 ] {1d931daa-f085-4eba-a339-cd6db4c03a77} TCPHandler: Processed in 0.001576775 sec. 2025.08.26 21:54:02.874205 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.874315 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.874372 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:02.874899 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.874936 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.875309 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:54:02.875545 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.875688 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} executeQuery: Read 196 rows, 14.40 KiB in 0.001396 sec., 140401.14613180514 rows/sec., 10.07 MiB/sec. 2025.08.26 21:54:02.875729 [ 253 ] {8689479c-1521-4ed4-953f-cc0aa98e1b3c} TCPHandler: Processed in 0.001574436 sec. 2025.08.26 21:54:02.875871 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:02.875967 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:02.876011 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:02.876403 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:02.876450 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:02.876914 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:54:02.877220 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:02.877402 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. 2025.08.26 21:54:02.877453 [ 253 ] {afd3e567-3b6b-4a25-ac93-fd27aec9e710} TCPHandler: Processed in 0.001631346 sec. 2025.08.26 21:54:04.018718 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 2025.08.26 21:54:04.019311 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:04.019376 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.08.26 21:54:04.020011 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:54:04.020289 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:04.020462 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.08.26 21:54:05.634447 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.08.26 21:54:05.651541 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:05.651598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:05.657359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:54:05.658044 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:05.660939 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.08.26 21:54:06.601988 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1398 2025.08.26 21:54:06.604282 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:06.604340 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:06.605577 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:54:06.605864 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:06.606235 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1398 2025.08.26 21:54:07.861997 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.862192 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:07.862264 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:07.863058 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.863105 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.863512 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:54:07.863736 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.863907 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} executeQuery: Read 138 rows, 12.23 KiB in 0.001768 sec., 78054.29864253393 rows/sec., 6.76 MiB/sec. 2025.08.26 21:54:07.863949 [ 253 ] {90188902-fc08-49ae-9168-d3ccef6adeff} TCPHandler: Processed in 0.002090537 sec. 2025.08.26 21:54:07.864065 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.864158 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:07.864198 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:07.864591 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.864627 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.864933 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:54:07.865148 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.865275 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} executeQuery: Read 41 rows, 3.08 KiB in 0.001136 sec., 36091.54929577465 rows/sec., 2.65 MiB/sec. 2025.08.26 21:54:07.865313 [ 253 ] {6c02ec2e-6c26-43d7-9960-beb93e4946de} TCPHandler: Processed in 0.001295399 sec. 2025.08.26 21:54:07.865410 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.865500 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:07.865539 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:07.865960 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.865996 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.866300 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:54:07.866531 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.866669 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} executeQuery: Read 105 rows, 8.40 KiB in 0.001186 sec., 88532.88364249578 rows/sec., 6.92 MiB/sec. 2025.08.26 21:54:07.866707 [ 253 ] {f2a4bc61-d69a-4a97-b023-9b9baa215dac} TCPHandler: Processed in 0.00134262 sec. 2025.08.26 21:54:07.866810 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.866901 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:07.866943 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:07.867343 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.867378 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.867705 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:54:07.867913 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.868055 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.08.26 21:54:07.868092 [ 253 ] {82f6fa82-bc17-4d73-8436-fd1c299d382f} TCPHandler: Processed in 0.00132839 sec. 2025.08.26 21:54:07.868212 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.868338 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:07.868407 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} 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.08.26 21:54:07.869362 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.869400 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.869989 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.26 21:54:07.870224 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.870373 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} executeQuery: Read 41 rows, 75.23 KiB in 0.00206 sec., 19902.91262135922 rows/sec., 35.67 MiB/sec. 2025.08.26 21:54:07.870441 [ 253 ] {d92b27ff-4fa5-4a46-b445-0c7023341ceb} TCPHandler: Processed in 0.002289201 sec. 2025.08.26 21:54:07.870554 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:07.870649 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:07.870692 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:07.871059 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:07.871096 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:07.871425 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:54:07.871642 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:07.871786 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.08.26 21:54:07.871823 [ 253 ] {761ad5a7-1ef6-4319-b2a6-fc068b296552} TCPHandler: Processed in 0.00132007 sec. 2025.08.26 21:54:11.341514 [ 69 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:54:11.341589 [ 69 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:54:11.521582 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 2025.08.26 21:54:11.522069 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:11.522120 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:11.522607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:54:11.522841 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:11.522986 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.08.26 21:54:11.523007 [ 69 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:54:11.523083 [ 69 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:11.523117 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:11.523231 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523344 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:11.523380 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523443 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523491 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523534 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523577 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.523626 [ 192 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:11.526026 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002835524 sec., 10670338.180879442 rows/sec., 152.64 MiB/sec. 2025.08.26 21:54:11.526696 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:54:11.527233 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_66_13} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:11.527311 [ 195 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_66_13} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:54:11.527433 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. 2025.08.26 21:54:12.860107 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:12.860358 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:12.860466 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:12.861442 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:12.861483 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:12.861962 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:54:12.862207 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:12.862387 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} executeQuery: Read 56 rows, 4.38 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.03 MiB/sec. 2025.08.26 21:54:12.862439 [ 253 ] {5a0173f1-95da-46bd-a4c4-de92c1c3f729} TCPHandler: Processed in 0.002472736 sec. 2025.08.26 21:54:12.862574 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:12.862679 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:12.862725 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:12.863182 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:12.863218 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:12.863549 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:54:12.863781 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:12.863920 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} executeQuery: Read 64 rows, 5.12 KiB in 0.001265 sec., 50592.88537549407 rows/sec., 3.95 MiB/sec. 2025.08.26 21:54:12.863961 [ 253 ] {c1d17741-ed5f-43be-92c3-0ef05567a1d3} TCPHandler: Processed in 0.001438563 sec. 2025.08.26 21:54:12.864080 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:12.864177 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:12.864222 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:12.864641 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:12.864675 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:12.865033 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:54:12.865278 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:12.865414 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.08.26 21:54:12.865451 [ 253 ] {795a209d-8ef0-45c1-b0a7-c0d7eed61a3d} TCPHandler: Processed in 0.001421122 sec. 2025.08.26 21:54:12.865561 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:12.865656 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:12.865698 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:12.866038 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:12.866072 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:12.866380 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:54:12.866597 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:12.866728 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.08.26 21:54:12.866764 [ 253 ] {488aca81-a6c0-45d4-b944-a5a0f031b839} TCPHandler: Processed in 0.001252018 sec. 2025.08.26 21:54:13.161977 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.08.26 21:54:13.179051 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:13.179106 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:13.184830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:54:13.185528 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:13.185835 [ 67 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:54:13.185880 [ 67 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:13.185904 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:13.186022 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.189010 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.08.26 21:54:13.189964 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:13.191579 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.196419 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.201020 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.205771 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.210229 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.214135 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:13.268504 [ 197 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.08253266 sec., 6021.85849819938 rows/sec., 31.14 MiB/sec. 2025.08.26 21:54:13.271942 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:54:13.274403 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_66_13} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:13.274493 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_66_13} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:54:13.277181 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.08.26 21:54:14.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 322.02 MiB, peak 335.75 MiB, free memory in arenas 0.00 B, will set to 323.42 MiB (RSS), difference: 1.40 MiB 2025.08.26 21:54:15.432181 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.432443 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.432510 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:54:15.433404 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.433449 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.433862 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:54:15.434090 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.434245 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} executeQuery: Read 392 rows, 25.47 KiB in 0.001853 sec., 211548.839719374 rows/sec., 13.42 MiB/sec. 2025.08.26 21:54:15.434289 [ 253 ] {e7de9347-7a4e-4d14-843c-32b91c9009eb} TCPHandler: Processed in 0.002294402 sec. 2025.08.26 21:54:15.434408 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.434502 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:54:15.434542 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:54:15.434997 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.435032 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.435329 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.26 21:54:15.435561 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.435689 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} executeQuery: Read 16 rows, 1.30 KiB in 0.001206 sec., 13266.998341625207 rows/sec., 1.06 MiB/sec. 2025.08.26 21:54:15.435726 [ 253 ] {73e422d0-941a-404f-a3da-c9d5992560f2} TCPHandler: Processed in 0.00136684 sec. 2025.08.26 21:54:15.435835 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.435928 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:15.435966 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:15.438129 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.438167 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.438615 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:54:15.438837 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.438966 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} executeQuery: Read 2297 rows, 190.60 KiB in 0.003056 sec., 751636.1256544503 rows/sec., 60.91 MiB/sec. 2025.08.26 21:54:15.439007 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2025.08.26 21:54:15.439019 [ 253 ] {abe5b59d-c703-46e5-97e4-3ef718bbb689} TCPHandler: Processed in 0.003231493 sec. 2025.08.26 21:54:15.439131 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.439224 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.439263 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:15.439841 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.439877 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.440194 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:54:15.440405 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.440533 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} executeQuery: Read 253 rows, 15.98 KiB in 0.001327 sec., 190655.61416729464 rows/sec., 11.76 MiB/sec. 2025.08.26 21:54:15.440571 [ 253 ] {7ad0256a-79d9-4af5-9f33-5ac3ca8e1672} TCPHandler: Processed in 0.001488434 sec. 2025.08.26 21:54:15.440714 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.440808 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.440848 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:54:15.441470 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.441506 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.441829 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:54:15.442054 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.442180 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} executeQuery: Read 431 rows, 29.22 KiB in 0.00139 sec., 310071.9424460432 rows/sec., 20.53 MiB/sec. 2025.08.26 21:54:15.442218 [ 253 ] {91bacb2c-3d8a-4bf4-ab1b-a47267811532} TCPHandler: Processed in 0.001551785 sec. 2025.08.26 21:54:15.442332 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.442424 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.442463 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:54:15.442944 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.442979 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.443282 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:54:15.443498 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.443623 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} executeQuery: Read 202 rows, 11.75 KiB in 0.001217 sec., 165981.92276088742 rows/sec., 9.43 MiB/sec. 2025.08.26 21:54:15.443661 [ 253 ] {a9a693d3-a887-4cbb-8b84-32d13aeb50c3} TCPHandler: Processed in 0.001375911 sec. 2025.08.26 21:54:15.443772 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.443863 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:15.443901 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:15.444884 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.444920 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.445287 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:54:15.445494 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.445626 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} executeQuery: Read 1165 rows, 85.45 KiB in 0.001781 sec., 654126.8950028074 rows/sec., 46.85 MiB/sec. 2025.08.26 21:54:15.445664 [ 253 ] {bc3c4627-0dc5-488b-9348-92cc7c14d033} TCPHandler: Processed in 0.001939783 sec. 2025.08.26 21:54:15.445776 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.445867 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:54:15.445908 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:54:15.446238 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.446273 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.446568 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:54:15.446769 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.446892 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2025.08.26 21:54:15.446928 [ 253 ] {53633d62-bf94-46bd-937a-fda1001e4f29} TCPHandler: Processed in 0.001199167 sec. 2025.08.26 21:54:15.447035 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.447127 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.447168 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:15.447832 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.447866 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.448273 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:54:15.448483 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.448610 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} executeQuery: Read 971 rows, 65.90 KiB in 0.001501 sec., 646902.0652898068 rows/sec., 42.87 MiB/sec. 2025.08.26 21:54:15.448647 [ 253 ] {1e35b7f5-d766-4742-bf43-d51a2c24dd1e} TCPHandler: Processed in 0.001658578 sec. 2025.08.26 21:54:15.448756 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.448848 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.448889 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:54:15.449192 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.449227 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.449516 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.26 21:54:15.449722 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.449846 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} executeQuery: Read 1 rows, 69.00 B in 0.001016 sec., 984.2519685039371 rows/sec., 66.32 KiB/sec. 2025.08.26 21:54:15.449881 [ 253 ] {008c4541-67e7-444e-b806-4dd90b0b934c} TCPHandler: Processed in 0.001172557 sec. 2025.08.26 21:54:15.449989 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.450081 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.450135 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} 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.08.26 21:54:15.451021 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.451055 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.451624 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:54:15.451848 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.451982 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} executeQuery: Read 41 rows, 75.23 KiB in 0.001918 sec., 21376.43378519291 rows/sec., 38.31 MiB/sec. 2025.08.26 21:54:15.452046 [ 253 ] {da97891c-9c65-4e9d-81bd-dfdc1ce1dc8e} TCPHandler: Processed in 0.002103517 sec. 2025.08.26 21:54:15.452157 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:15.452258 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:15.452299 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:15.452641 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:15.452675 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:15.453005 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:54:15.453212 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:15.453337 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} executeQuery: Read 78 rows, 4.76 KiB in 0.001098 sec., 71038.25136612022 rows/sec., 4.23 MiB/sec. 2025.08.26 21:54:15.453372 [ 253 ] {2d4981a4-25d7-41ab-a4b8-dd2012de43bc} TCPHandler: Processed in 0.001262378 sec. 2025.08.26 21:54:16.607357 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1442 2025.08.26 21:54:16.610020 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:16.610078 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:16.611337 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.26 21:54:16.611615 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:16.611988 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1442 2025.08.26 21:54:17.856474 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:17.856680 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:17.856752 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:17.858198 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.858238 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.858618 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.26 21:54:17.858835 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.858992 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} executeQuery: Read 56 rows, 4.38 KiB in 0.002366 sec., 23668.63905325444 rows/sec., 1.81 MiB/sec. 2025.08.26 21:54:17.859014 [ 60 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.26 21:54:17.859034 [ 253 ] {9cf38c84-2f9c-45bd-b73f-e25bf1da1c5f} TCPHandler: Processed in 0.002706721 sec. 2025.08.26 21:54:17.859090 [ 60 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.859120 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.859200 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:17.859249 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:54:17.859299 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:17.859343 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:17.859397 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:17.859440 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2420 rows starting from the beginning of the part 2025.08.26 21:54:17.859513 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 176 rows starting from the beginning of the part 2025.08.26 21:54:17.859563 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 138 rows starting from the beginning of the part 2025.08.26 21:54:17.859610 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part 2025.08.26 21:54:17.859654 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 2297 rows starting from the beginning of the part 2025.08.26 21:54:17.859704 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2025.08.26 21:54:17.859821 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.859863 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.860541 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.26 21:54:17.860762 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.860895 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} executeQuery: Read 64 rows, 5.12 KiB in 0.001616 sec., 39603.960396039605 rows/sec., 3.09 MiB/sec. 2025.08.26 21:54:17.860908 [ 60 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.26 21:54:17.860934 [ 253 ] {09d248af-e8da-4879-aa68-f9a975ab6b10} TCPHandler: Processed in 0.00178346 sec. 2025.08.26 21:54:17.860948 [ 60 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.860974 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.861064 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:17.861063 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:54:17.861162 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:17.861168 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:17.861203 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1223 rows starting from the beginning of the part 2025.08.26 21:54:17.861205 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:17.861263 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 100 rows starting from the beginning of the part 2025.08.26 21:54:17.861309 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 105 rows starting from the beginning of the part 2025.08.26 21:54:17.861356 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part 2025.08.26 21:54:17.861397 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1165 rows starting from the beginning of the part 2025.08.26 21:54:17.861444 [ 191 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2025.08.26 21:54:17.861662 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.861698 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.861763 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5143 rows, containing 5 columns (5 merged, 0 gathered) in 0.002571678 sec., 1999861.5689833642 rows/sec., 170.79 MiB/sec. 2025.08.26 21:54:17.862016 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.26 21:54:17.862297 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.862373 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_101_20} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.26 21:54:17.862375 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.26 21:54:17.862451 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.08.26 21:54:17.862608 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2721 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582515 sec., 1719414.9818485132 rows/sec., 131.78 MiB/sec. 2025.08.26 21:54:17.862623 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.862778 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} executeQuery: Read 64 rows, 4.56 KiB in 0.001634 sec., 39167.68665850673 rows/sec., 2.73 MiB/sec. 2025.08.26 21:54:17.862819 [ 253 ] {203e9fe9-466d-47b3-b730-bf747817b6e7} TCPHandler: Processed in 0.00180309 sec. 2025.08.26 21:54:17.862817 [ 58 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0 2025.08.26 21:54:17.862845 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.26 21:54:17.862878 [ 58 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.862907 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.862941 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:17.862975 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full 2025.08.26 21:54:17.863047 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:17.863065 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:17.863090 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27917 rows starting from the beginning of the part 2025.08.26 21:54:17.863095 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:17.863121 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.863135 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 196 rows starting from the beginning of the part 2025.08.26 21:54:17.863179 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:54:17.863204 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_101_20} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.26 21:54:17.863215 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.08.26 21:54:17.863258 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 971 rows starting from the beginning of the part 2025.08.26 21:54:17.863297 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.08.26 21:54:17.863439 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.863478 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.863805 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.26 21:54:17.864025 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.864145 [ 58 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.26 21:54:17.864152 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} executeQuery: Read 24 rows, 1.66 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.43 MiB/sec. 2025.08.26 21:54:17.864179 [ 58 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:17.864202 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:17.864205 [ 253 ] {1966bbb8-2c3e-4d8c-b242-294b68a46678} TCPHandler: Processed in 0.001311039 sec. 2025.08.26 21:54:17.864292 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:54:17.864394 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:17.864426 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5568 rows starting from the beginning of the part 2025.08.26 21:54:17.864475 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:54:17.864516 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.08.26 21:54:17.864553 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:54:17.864590 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 78 rows starting from the beginning of the part 2025.08.26 21:54:17.864629 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 24 rows starting from the beginning of the part 2025.08.26 21:54:17.866893 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5850 rows, containing 4 columns (4 merged, 0 gathered) in 0.002632539 sec., 2222189.300899246 rows/sec., 148.03 MiB/sec. 2025.08.26 21:54:17.867800 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.26 21:54:17.868115 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.868193 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_101_20} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.26 21:54:17.868300 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.08.26 21:54:17.870874 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 29404 rows, containing 5 columns (5 merged, 0 gathered) in 0.007922359 sec., 3711520.7730424735 rows/sec., 253.97 MiB/sec. 2025.08.26 21:54:17.871284 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.08.26 21:54:17.871540 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:17.871606 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_100_20} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20 2025.08.26 21:54:17.871664 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.08.26 21:54:18.000154 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 323.80 MiB, peak 335.75 MiB, free memory in arenas 0.00 B, will set to 327.24 MiB (RSS), difference: 3.44 MiB 2025.08.26 21:54:19.024052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 2025.08.26 21:54:19.024583 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:19.024634 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:19.025117 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:54:19.025358 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:19.025505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.08.26 21:54:20.690023 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.08.26 21:54:20.705581 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:20.705648 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:20.710982 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:54:20.711664 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:20.714596 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.08.26 21:54:22.859489 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:22.859667 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:22.859732 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:22.860421 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:22.860465 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:22.860852 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.26 21:54:22.861072 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:22.861222 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} executeQuery: Read 56 rows, 4.38 KiB in 0.001604 sec., 34912.71820448878 rows/sec., 2.67 MiB/sec. 2025.08.26 21:54:22.861270 [ 253 ] {2695461b-9ec1-4d5f-8064-5381ab772ca0} TCPHandler: Processed in 0.001905173 sec. 2025.08.26 21:54:22.861397 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:22.861497 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:22.861539 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:22.862004 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:22.862039 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:22.862345 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.26 21:54:22.862557 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:22.862688 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2025.08.26 21:54:22.862726 [ 253 ] {c52f28aa-95da-45d6-bf68-3973cf8b83f8} TCPHandler: Processed in 0.001379761 sec. 2025.08.26 21:54:22.862840 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:22.862934 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:22.862976 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:22.863421 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:22.863456 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:22.863793 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.26 21:54:22.864000 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:22.864130 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.08.26 21:54:22.864168 [ 253 ] {8fc5816f-1e8c-4289-8bda-07e86168bf3c} TCPHandler: Processed in 0.00137474 sec. 2025.08.26 21:54:22.864275 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:22.864368 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:22.864410 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:22.864747 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:22.864782 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:22.865087 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.26 21:54:22.865288 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:22.865414 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.26 21:54:22.865449 [ 253 ] {16756eb3-7cf0-4f58-be3c-536c73accace} TCPHandler: Processed in 0.001220777 sec. 2025.08.26 21:54:26.341640 [ 50 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:54:26.341736 [ 50 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:54:26.526589 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 2025.08.26 21:54:26.527201 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:26.527248 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:26.527746 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:54:26.527979 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:26.528129 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.08.26 21:54:26.613080 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1458 2025.08.26 21:54:26.615098 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:26.615144 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:26.616301 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:54:26.616569 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:26.616873 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1458 2025.08.26 21:54:27.341524 [ 50 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.26 21:54:27.341596 [ 50 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.341624 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.341749 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:54:27.341897 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:27.341932 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2025.08.26 21:54:27.341998 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.08.26 21:54:27.342043 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part 2025.08.26 21:54:27.342087 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:54:27.342130 [ 200 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part 2025.08.26 21:54:27.342860 [ 190 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001169636 sec., 47878.143285603386 rows/sec., 4.00 MiB/sec. 2025.08.26 21:54:27.343015 [ 194 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.26 21:54:27.343301 [ 194 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.343384 [ 194 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_17_4} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.26 21:54:27.343493 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:54:27.873322 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.873499 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.873566 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:54:27.874417 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.874465 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.874890 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:54:27.875119 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.875273 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} executeQuery: Read 392 rows, 25.47 KiB in 0.001825 sec., 214794.5205479452 rows/sec., 13.63 MiB/sec. 2025.08.26 21:54:27.875317 [ 253 ] {3b9b8104-d816-4e24-82da-b17fd497c1cd} TCPHandler: Processed in 0.002125027 sec. 2025.08.26 21:54:27.875442 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.875539 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:27.875580 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:27.876560 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.876597 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.876975 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.26 21:54:27.877192 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.877321 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} executeQuery: Read 1149 rows, 93.89 KiB in 0.001803 sec., 637271.2146422629 rows/sec., 50.86 MiB/sec. 2025.08.26 21:54:27.877360 [ 253 ] {e891428e-8d5f-472d-940c-1f2d3cd2ba19} TCPHandler: Processed in 0.001969665 sec. 2025.08.26 21:54:27.877475 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.877570 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.877610 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:27.878116 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.878153 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.878482 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:54:27.878693 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.878826 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} executeQuery: Read 237 rows, 14.86 KiB in 0.001274 sec., 186028.2574568289 rows/sec., 11.39 MiB/sec. 2025.08.26 21:54:27.878864 [ 253 ] {ce0ec3a0-5f59-4f8a-817d-a4a9acb42554} TCPHandler: Processed in 0.001438382 sec. 2025.08.26 21:54:27.878984 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.879104 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.879153 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:54:27.879703 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.879739 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.880063 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.26 21:54:27.880273 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.880400 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} executeQuery: Read 203 rows, 13.41 KiB in 0.00132 sec., 153787.87878787878 rows/sec., 9.92 MiB/sec. 2025.08.26 21:54:27.880438 [ 253 ] {5ebbd321-3725-4ed6-be83-8ecb8232e4fe} TCPHandler: Processed in 0.001513874 sec. 2025.08.26 21:54:27.880538 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.880629 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.880668 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:54:27.881131 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.881166 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.881461 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:54:27.881665 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.881768 [ 50 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2025.08.26 21:54:27.881788 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} executeQuery: Read 202 rows, 11.75 KiB in 0.001177 sec., 171622.76975361086 rows/sec., 9.75 MiB/sec. 2025.08.26 21:54:27.881835 [ 50 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.881845 [ 253 ] {2a81914c-69ba-44fb-8e07-955a85a0c605} TCPHandler: Processed in 0.001354431 sec. 2025.08.26 21:54:27.881865 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.881967 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.881990 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2025.08.26 21:54:27.882063 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:27.882107 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:27.882140 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:27.882184 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 214 rows starting from the beginning of the part 2025.08.26 21:54:27.882256 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.08.26 21:54:27.882309 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2025.08.26 21:54:27.882355 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2025.08.26 21:54:27.882402 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 202 rows starting from the beginning of the part 2025.08.26 21:54:27.882447 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 202 rows starting from the beginning of the part 2025.08.26 21:54:27.882761 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.882801 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.883157 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.26 21:54:27.883334 [ 190 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402102 sec., 466442.5270058812 rows/sec., 28.94 MiB/sec. 2025.08.26 21:54:27.883366 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.883482 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2025.08.26 21:54:27.883502 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} executeQuery: Read 693 rows, 49.85 KiB in 0.001456 sec., 475961.53846153844 rows/sec., 33.44 MiB/sec. 2025.08.26 21:54:27.883546 [ 253 ] {2ae587ae-76b7-4ca8-97d1-911e3ebb571b} TCPHandler: Processed in 0.001626917 sec. 2025.08.26 21:54:27.883657 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.883752 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:54:27.883751 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.883796 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:54:27.883845 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_23_5} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2025.08.26 21:54:27.883928 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:54:27.884133 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.884173 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.884472 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:54:27.884682 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.884807 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2025.08.26 21:54:27.884843 [ 253 ] {61ccdc0b-3894-492b-8db7-a6a8cc322f22} TCPHandler: Processed in 0.001233448 sec. 2025.08.26 21:54:27.884948 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.885039 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.885081 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:27.885511 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.885545 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.885870 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.26 21:54:27.886067 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.886196 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} executeQuery: Read 307 rows, 20.68 KiB in 0.001174 sec., 261499.14821124362 rows/sec., 17.20 MiB/sec. 2025.08.26 21:54:27.886232 [ 253 ] {e13a859d-507c-4a0c-8040-388d54651a32} TCPHandler: Processed in 0.00133124 sec. 2025.08.26 21:54:27.886348 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.886462 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.886519 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:54:27.886882 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.886925 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.887289 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.26 21:54:27.887536 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.887665 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} executeQuery: Read 1 rows, 69.00 B in 0.001227 sec., 814.9959250203749 rows/sec., 54.92 KiB/sec. 2025.08.26 21:54:27.887701 [ 253 ] {703fe4f3-0acd-4a53-963b-1edb1bfebde2} TCPHandler: Processed in 0.001411852 sec. 2025.08.26 21:54:27.887798 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.887891 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.887944 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} 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.08.26 21:54:27.888830 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.888865 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.889418 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.26 21:54:27.889638 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.889773 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} executeQuery: Read 41 rows, 75.23 KiB in 0.0019 sec., 21578.947368421053 rows/sec., 38.67 MiB/sec. 2025.08.26 21:54:27.889824 [ 253 ] {753a857f-7d47-41de-9b19-bd7da318167a} TCPHandler: Processed in 0.002072557 sec. 2025.08.26 21:54:27.889935 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:27.890027 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:27.890067 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:27.890410 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:27.890451 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:27.890763 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.26 21:54:27.890984 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:27.891112 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} executeQuery: Read 102 rows, 6.42 KiB in 0.001103 sec., 92475.06799637353 rows/sec., 5.68 MiB/sec. 2025.08.26 21:54:27.891149 [ 253 ] {7e4928a7-3e40-4fd7-95ab-6f8966eaa7d1} TCPHandler: Processed in 0.001260779 sec. 2025.08.26 21:54:28.215589 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.08.26 21:54:28.231346 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:28.231394 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.08.26 21:54:28.236931 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:54:28.237627 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:28.240815 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.08.26 21:54:32.860295 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:32.860507 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:32.860581 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:32.861271 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:32.861315 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:32.861721 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.26 21:54:32.861952 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:32.862119 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} executeQuery: Read 56 rows, 4.38 KiB in 0.001668 sec., 33573.14148681055 rows/sec., 2.56 MiB/sec. 2025.08.26 21:54:32.862170 [ 253 ] {a8921f8e-f41e-423e-a8e5-be206b2f03a9} TCPHandler: Processed in 0.002014346 sec. 2025.08.26 21:54:32.862296 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:32.862399 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:32.862444 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:32.862893 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:32.862931 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:32.863253 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.26 21:54:32.863468 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:32.863605 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2025.08.26 21:54:32.863643 [ 253 ] {a3b912a6-ebde-4b2a-8945-729cd4c3bf6b} TCPHandler: Processed in 0.001398112 sec. 2025.08.26 21:54:32.863758 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:32.863853 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:32.863897 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:32.864319 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:32.864355 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:32.864732 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.26 21:54:32.864950 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:32.865084 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2025.08.26 21:54:32.865120 [ 253 ] {40044273-dd09-4712-91b3-10e0f5356b31} TCPHandler: Processed in 0.001411661 sec. 2025.08.26 21:54:32.865230 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:32.865329 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:32.865374 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:32.865716 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:32.865752 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:32.866067 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.26 21:54:32.866280 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:32.866411 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.08.26 21:54:32.866446 [ 253 ] {b67eca96-ea47-471b-b8ee-d6f9d8e96f85} TCPHandler: Processed in 0.001264738 sec. 2025.08.26 21:54:34.029198 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 2025.08.26 21:54:34.029732 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:34.029783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:34.030289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:54:34.030541 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:34.030704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.08.26 21:54:35.741833 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.08.26 21:54:35.757722 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:35.757775 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:35.763566 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:54:35.764287 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:35.767156 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.08.26 21:54:36.617914 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1488 2025.08.26 21:54:36.620245 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:36.620297 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:36.621525 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:54:36.621816 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:36.621973 [ 38 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:54:36.622015 [ 38 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:36.622037 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:36.622123 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:54:36.622202 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1488 2025.08.26 21:54:36.622569 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:36.622689 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1346 rows starting from the beginning of the part 2025.08.26 21:54:36.623002 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2025.08.26 21:54:36.623297 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part 2025.08.26 21:54:36.623592 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part 2025.08.26 21:54:36.623878 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part 2025.08.26 21:54:36.624171 [ 202 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part 2025.08.26 21:54:36.630773 [ 188 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 72 columns (72 merged, 0 gathered) in 0.008683986 sec., 171349.88471883765 rows/sec., 135.47 MiB/sec. 2025.08.26 21:54:36.632349 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:54:36.632879 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:36.632965 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_51_10} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:54:36.633152 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2025.08.26 21:54:37.871812 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.871999 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.872067 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:54:37.872914 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.872964 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.873374 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:54:37.873602 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.873764 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} executeQuery: Read 392 rows, 25.47 KiB in 0.001816 sec., 215859.03083700442 rows/sec., 13.69 MiB/sec. 2025.08.26 21:54:37.873761 [ 38 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2025.08.26 21:54:37.873815 [ 253 ] {d1c156cc-2477-4e6e-bf02-2c45066db5eb} TCPHandler: Processed in 0.002132528 sec. 2025.08.26 21:54:37.873840 [ 38 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.873867 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.873950 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.873973 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2025.08.26 21:54:37.874055 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:37.874104 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:37.874104 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:37.874154 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 416 rows starting from the beginning of the part 2025.08.26 21:54:37.874226 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.08.26 21:54:37.874278 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.08.26 21:54:37.874326 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 392 rows starting from the beginning of the part 2025.08.26 21:54:37.874371 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 392 rows starting from the beginning of the part 2025.08.26 21:54:37.874416 [ 198 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 392 rows starting from the beginning of the part 2025.08.26 21:54:37.875109 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.875151 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.875430 [ 188 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501964 sec., 1091903.667464733 rows/sec., 74.38 MiB/sec. 2025.08.26 21:54:37.875592 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.26 21:54:37.875701 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.08.26 21:54:37.875847 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.876010 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} executeQuery: Read 1149 rows, 93.89 KiB in 0.001979 sec., 580596.2607377464 rows/sec., 46.33 MiB/sec. 2025.08.26 21:54:37.876053 [ 253 ] {45652acd-b22f-41cf-a920-2b2f371205cb} TCPHandler: Processed in 0.002153188 sec. 2025.08.26 21:54:37.876070 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.876165 [ 189 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_24_5} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2025.08.26 21:54:37.876174 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.876269 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.26 21:54:37.876299 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.876349 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:37.876869 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.876906 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.877225 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:54:37.877435 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.877567 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} executeQuery: Read 237 rows, 14.86 KiB in 0.00129 sec., 183720.93023255814 rows/sec., 11.25 MiB/sec. 2025.08.26 21:54:37.877571 [ 33 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:54:37.877605 [ 253 ] {51153151-c19d-431d-9afe-80dd701ca8b8} TCPHandler: Processed in 0.001479663 sec. 2025.08.26 21:54:37.877631 [ 33 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.877661 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.877723 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.877739 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:54:37.877822 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.877829 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:37.877867 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 269 rows starting from the beginning of the part 2025.08.26 21:54:37.877870 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:54:37.877914 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part 2025.08.26 21:54:37.877954 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:54:37.877987 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 253 rows starting from the beginning of the part 2025.08.26 21:54:37.878020 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part 2025.08.26 21:54:37.878055 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part 2025.08.26 21:54:37.878371 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.878412 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.878738 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.26 21:54:37.878833 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1049 rows, containing 5 columns (5 merged, 0 gathered) in 0.001124185 sec., 933120.4383620134 rows/sec., 61.72 MiB/sec. 2025.08.26 21:54:37.878953 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.879000 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:54:37.879069 [ 33 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 6 parts from all_1_31_7 to all_36_36_0 2025.08.26 21:54:37.879088 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} executeQuery: Read 203 rows, 13.41 KiB in 0.001286 sec., 157853.81026438568 rows/sec., 10.18 MiB/sec. 2025.08.26 21:54:37.879106 [ 33 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.879131 [ 253 ] {eef87678-79bf-43d3-b5b3-0af9ac8eb19d} TCPHandler: Processed in 0.001455503 sec. 2025.08.26 21:54:37.879134 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.879223 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_7 to all_36_36_0 into Compact with storage Full 2025.08.26 21:54:37.879251 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.879274 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.879319 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:37.879343 [ 195 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_66_13} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:54:37.879348 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.879354 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_7, total 455 rows starting from the beginning of the part 2025.08.26 21:54:37.879398 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:54:37.879440 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part 2025.08.26 21:54:37.879447 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.08.26 21:54:37.879494 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2025.08.26 21:54:37.879541 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 431 rows starting from the beginning of the part 2025.08.26 21:54:37.879582 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 203 rows starting from the beginning of the part 2025.08.26 21:54:37.879620 [ 189 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 203 rows starting from the beginning of the part 2025.08.26 21:54:37.879863 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.879903 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.880224 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:54:37.880450 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.880583 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} executeQuery: Read 202 rows, 11.75 KiB in 0.001253 sec., 161213.08858739026 rows/sec., 9.16 MiB/sec. 2025.08.26 21:54:37.880613 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418082 sec., 1088794.5831059136 rows/sec., 76.56 MiB/sec. 2025.08.26 21:54:37.880621 [ 253 ] {4047dcdb-cd43-42ee-9afd-1b6ebcfc0996} TCPHandler: Processed in 0.001417352 sec. 2025.08.26 21:54:37.880761 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.880794 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) 2025.08.26 21:54:37.880854 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:37.880900 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:37.881089 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.881166 [ 197 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_36_8} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 6 parts: [all_1_31_7, all_36_36_0] -> all_1_36_8 2025.08.26 21:54:37.881233 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.26 21:54:37.881566 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.881608 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.881946 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.26 21:54:37.882162 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.882295 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} executeQuery: Read 693 rows, 49.85 KiB in 0.001459 sec., 474982.864976011 rows/sec., 33.37 MiB/sec. 2025.08.26 21:54:37.882333 [ 253 ] {b3ff31da-81c3-48ff-9999-1bf7202f27ff} TCPHandler: Processed in 0.001618927 sec. 2025.08.26 21:54:37.882449 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.882540 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:54:37.882581 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:54:37.882915 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.882950 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.883251 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:54:37.883460 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.883584 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.08.26 21:54:37.883620 [ 253 ] {cd6d6082-9538-4f65-ba2e-230b495c160b} TCPHandler: Processed in 0.001223688 sec. 2025.08.26 21:54:37.883726 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.883816 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.883858 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:37.884292 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.884327 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.884664 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.26 21:54:37.884886 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.885008 [ 33 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.08.26 21:54:37.885019 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} executeQuery: Read 307 rows, 20.68 KiB in 0.001221 sec., 251433.25143325143 rows/sec., 16.54 MiB/sec. 2025.08.26 21:54:37.885043 [ 33 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.885067 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.885068 [ 253 ] {90cdaed3-82dc-4b62-86aa-fbab701f5702} TCPHandler: Processed in 0.001388262 sec. 2025.08.26 21:54:37.885143 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:54:37.885180 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.885246 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:37.885275 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.885280 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 29404 rows starting from the beginning of the part 2025.08.26 21:54:37.885325 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:54:37.885351 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2025.08.26 21:54:37.885401 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:54:37.885447 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 307 rows starting from the beginning of the part 2025.08.26 21:54:37.885490 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:54:37.885530 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::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.08.26 21:54:37.885641 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.885682 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.886003 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.26 21:54:37.886236 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.886364 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} executeQuery: Read 1 rows, 69.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 60.92 KiB/sec. 2025.08.26 21:54:37.886398 [ 253 ] {8c43d3b6-4e5b-498b-8f0a-d65d331ce56c} TCPHandler: Processed in 0.001265539 sec. 2025.08.26 21:54:37.886502 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.886620 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.886692 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} 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.08.26 21:54:37.887703 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.887766 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.888888 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.26 21:54:37.889132 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.889255 [ 33 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.26 21:54:37.889274 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} executeQuery: Read 41 rows, 75.23 KiB in 0.002673 sec., 15338.57089412645 rows/sec., 27.49 MiB/sec. 2025.08.26 21:54:37.889327 [ 33 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.889357 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.889375 [ 253 ] {4d20a417-fb31-4184-89aa-1c9db6e70769} TCPHandler: Processed in 0.002920436 sec. 2025.08.26 21:54:37.889436 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.889499 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:37.889598 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:37.889639 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:37.889664 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:37.889728 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1851 rows starting from the beginning of the part 2025.08.26 21:54:37.889852 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.889948 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.889991 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:37.890033 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:37.890042 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.890141 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.890235 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:54:37.890362 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.26 21:54:37.890591 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.890742 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} executeQuery: Read 102 rows, 6.42 KiB in 0.001159 sec., 88006.90250215703 rows/sec., 5.41 MiB/sec. 2025.08.26 21:54:37.890780 [ 253 ] {6db8cc3b-af2b-4879-8e5c-a95ca5a9236c} TCPHandler: Processed in 0.00132878 sec. 2025.08.26 21:54:37.892864 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 30402 rows, containing 5 columns (5 merged, 0 gathered) in 0.007752915 sec., 3921363.7709171325 rows/sec., 268.18 MiB/sec. 2025.08.26 21:54:37.893338 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.08.26 21:54:37.893622 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.893694 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_105_21} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.08.26 21:54:37.893789 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.26 21:54:37.900608 [ 191 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2056 rows, containing 19 columns (19 merged, 0 gathered) in 0.011208183 sec., 183437.40461767977 rows/sec., 328.71 MiB/sec. 2025.08.26 21:54:37.902891 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.26 21:54:37.903336 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:37.903443 [ 193 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_51_10} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.26 21:54:37.903578 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.26 21:54:38.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.85 MiB, peak 346.80 MiB, free memory in arenas 0.00 B, will set to 335.50 MiB (RSS), difference: 6.65 MiB 2025.08.26 21:54:41.028600 [ 217 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:54:41.028674 [ 217 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:54:41.045278 [ 217 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:54:41.341787 [ 28 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:54:41.341847 [ 28 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:54:41.531803 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 2025.08.26 21:54:41.532302 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:41.532339 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:41.532803 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:54:41.533026 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:41.533147 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.08.26 21:54:42.489070 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:54:42.489126 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:54:42.492530 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:54:42.524494 [ 222 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:54:42.524549 [ 222 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:54:42.528398 [ 222 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:54:42.716095 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:54:42.716184 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:54:42.719407 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:54:42.859970 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:42.860129 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:42.860191 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:42.860906 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.860943 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.861318 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.26 21:54:42.861565 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.861688 [ 27 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.26 21:54:42.861711 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} executeQuery: Read 56 rows, 4.38 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.62 MiB/sec. 2025.08.26 21:54:42.861724 [ 27 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.861743 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.861761 [ 253 ] {15afb5e9-2d51-401c-ab95-0b0782ca7013} TCPHandler: Processed in 0.001912383 sec. 2025.08.26 21:54:42.861838 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:54:42.861890 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:42.861926 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:42.861954 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2420 rows starting from the beginning of the part 2025.08.26 21:54:42.861992 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:42.862011 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:54:42.862035 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:42.862056 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1149 rows starting from the beginning of the part 2025.08.26 21:54:42.862102 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:54:42.862141 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:54:42.862185 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part 2025.08.26 21:54:42.862505 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.862540 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.862858 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.26 21:54:42.863059 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.863171 [ 27 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.26 21:54:42.863187 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.08.26 21:54:42.863200 [ 27 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.863219 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.863225 [ 253 ] {8bb7dc53-17d9-420a-a3fc-43160a8616c1} TCPHandler: Processed in 0.001388051 sec. 2025.08.26 21:54:42.863318 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:54:42.863350 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:54:42.863362 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:42.863390 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:54:42.863462 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:42.863483 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:42.863502 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1223 rows starting from the beginning of the part 2025.08.26 21:54:42.863533 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:42.863572 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:54:42.863622 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 693 rows starting from the beginning of the part 2025.08.26 21:54:42.863663 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:54:42.863703 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:54:42.863742 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part 2025.08.26 21:54:42.863876 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 4886 rows, containing 5 columns (5 merged, 0 gathered) in 0.002074127 sec., 2355689.8878419693 rows/sec., 198.82 MiB/sec. 2025.08.26 21:54:42.863974 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.864011 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.864110 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.26 21:54:42.864356 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.864383 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.26 21:54:42.864415 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_106_21} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.26 21:54:42.864473 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2025.08.26 21:54:42.864654 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.864789 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} executeQuery: Read 160 rows, 11.41 KiB in 0.001331 sec., 120210.36814425245 rows/sec., 8.37 MiB/sec. 2025.08.26 21:54:42.864828 [ 253 ] {724f0106-6aee-44c7-ad83-1adca21dfa83} TCPHandler: Processed in 0.001519974 sec. 2025.08.26 21:54:42.864943 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:42.864958 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2801 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691248 sec., 1656173.4293255631 rows/sec., 124.99 MiB/sec. 2025.08.26 21:54:42.865037 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:42.865081 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:42.865133 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.26 21:54:42.865377 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.865438 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.865442 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_106_21} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.26 21:54:42.865482 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.865537 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.08.26 21:54:42.865825 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.26 21:54:42.865838 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:54:42.866060 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.866189 [ 26 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.26 21:54:42.866202 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2025.08.26 21:54:42.866245 [ 26 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:42.866257 [ 253 ] {a171147c-3ef6-46f3-bbea-dbf33cd67063} TCPHandler: Processed in 0.00136078 sec. 2025.08.26 21:54:42.866275 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:42.866354 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:54:42.866412 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:54:42.866441 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:54:42.866461 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:42.866499 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5850 rows starting from the beginning of the part 2025.08.26 21:54:42.866548 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.08.26 21:54:42.866590 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 102 rows starting from the beginning of the part 2025.08.26 21:54:42.866628 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.08.26 21:54:42.866665 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 102 rows starting from the beginning of the part 2025.08.26 21:54:42.866701 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2025.08.26 21:54:42.868291 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6234 rows, containing 4 columns (4 merged, 0 gathered) in 0.001963044 sec., 3175680.2190883136 rows/sec., 211.08 MiB/sec. 2025.08.26 21:54:42.868770 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.26 21:54:42.869112 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:42.869201 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_106_21} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.26 21:54:42.869249 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:54:42.869311 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.08.26 21:54:43.267222 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.08.26 21:54:43.283818 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:43.283873 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:43.289951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:54:43.290660 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:43.293480 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.08.26 21:54:46.622388 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1518 2025.08.26 21:54:46.624762 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:46.624823 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:46.626043 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:54:46.626340 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:46.626713 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1518 2025.08.26 21:54:47.393738 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.393957 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.394038 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:54:47.394702 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.394738 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.395121 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:54:47.395343 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.395490 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} executeQuery: Read 24 rows, 2.04 KiB in 0.001598 sec., 15018.773466833542 rows/sec., 1.25 MiB/sec. 2025.08.26 21:54:47.395531 [ 253 ] {84a28b12-ed64-425e-a4e3-1fba3cd6e07b} TCPHandler: Processed in 0.001945183 sec. 2025.08.26 21:54:47.395647 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.395739 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:54:47.395779 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:54:47.396162 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.396196 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.396489 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.26 21:54:47.396698 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.396821 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} executeQuery: Read 2 rows, 167.00 B in 0.0011 sec., 1818.181818181818 rows/sec., 148.26 KiB/sec. 2025.08.26 21:54:47.396858 [ 253 ] {25532fb4-f96a-49ef-9322-6054c7fffe4c} TCPHandler: Processed in 0.001257738 sec. 2025.08.26 21:54:47.396979 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.397097 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:47.397144 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:47.398386 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.398421 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.398817 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.26 21:54:47.399032 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.399160 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} executeQuery: Read 1399 rows, 119.86 KiB in 0.002087 sec., 670340.2012458075 rows/sec., 56.08 MiB/sec. 2025.08.26 21:54:47.399197 [ 253 ] {0c251b22-605d-450a-acd0-cfaca5b4239d} TCPHandler: Processed in 0.002278941 sec. 2025.08.26 21:54:47.399311 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.399404 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.399443 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:47.399863 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.399897 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.400190 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:54:47.400407 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.400531 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} executeQuery: Read 55 rows, 4.18 KiB in 0.001145 sec., 48034.9344978166 rows/sec., 3.57 MiB/sec. 2025.08.26 21:54:47.400567 [ 253 ] {e6c70711-bd79-4ba3-8e66-e7ea3a4fc9f5} TCPHandler: Processed in 0.001303859 sec. 2025.08.26 21:54:47.400674 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.400766 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.400804 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:54:47.401276 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.401309 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.401608 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.26 21:54:47.401816 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.401943 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} executeQuery: Read 252 rows, 17.85 KiB in 0.001195 sec., 210878.6610878661 rows/sec., 14.59 MiB/sec. 2025.08.26 21:54:47.401979 [ 253 ] {e61e7e71-f09a-4a2c-95da-704385263742} TCPHandler: Processed in 0.001352951 sec. 2025.08.26 21:54:47.402092 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.402183 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.402221 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:54:47.402604 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.402637 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.402930 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:54:47.403137 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.403260 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} executeQuery: Read 12 rows, 960.00 B in 0.001095 sec., 10958.90410958904 rows/sec., 856.16 KiB/sec. 2025.08.26 21:54:47.403296 [ 253 ] {0afd7fa7-8912-4055-88b8-255d884f7713} TCPHandler: Processed in 0.001251529 sec. 2025.08.26 21:54:47.403406 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.403498 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:47.403536 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:47.404152 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.404186 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.404508 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.26 21:54:47.404733 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.404861 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} executeQuery: Read 599 rows, 46.11 KiB in 0.00138 sec., 434057.9710144928 rows/sec., 32.63 MiB/sec. 2025.08.26 21:54:47.404898 [ 253 ] {f9442e24-78f8-4e41-bef7-628ac69977b7} TCPHandler: Processed in 0.001539475 sec. 2025.08.26 21:54:47.405022 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.405143 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.405195 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:47.405899 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.405942 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.406379 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.26 21:54:47.406615 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.406747 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} executeQuery: Read 919 rows, 64.11 KiB in 0.00163 sec., 563803.6809815951 rows/sec., 38.41 MiB/sec. 2025.08.26 21:54:47.406785 [ 253 ] {6561100d-40cf-4c48-8542-c0f57970ec8b} TCPHandler: Processed in 0.001828431 sec. 2025.08.26 21:54:47.406899 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.406992 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.407046 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} 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.08.26 21:54:47.407929 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.407966 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.408542 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.26 21:54:47.408770 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.408910 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} executeQuery: Read 41 rows, 75.23 KiB in 0.001938 sec., 21155.830753353974 rows/sec., 37.91 MiB/sec. 2025.08.26 21:54:47.408977 [ 253 ] {fe89c515-b1f3-4b1f-add1-ee739d92088c} TCPHandler: Processed in 0.002125938 sec. 2025.08.26 21:54:47.409090 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.409184 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.409225 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:47.409573 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.409609 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.409915 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.26 21:54:47.410122 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.410252 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} executeQuery: Read 52 rows, 3.59 KiB in 0.001088 sec., 47794.117647058825 rows/sec., 3.23 MiB/sec. 2025.08.26 21:54:47.410288 [ 253 ] {bef20558-117b-4c2a-805d-85c1f557b3a7} TCPHandler: Processed in 0.001246828 sec. 2025.08.26 21:54:47.854365 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.854533 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:47.854598 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:47.855444 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.855490 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.855840 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.26 21:54:47.856069 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.856221 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} executeQuery: Read 30 rows, 2.32 KiB in 0.001731 sec., 17331.02253032929 rows/sec., 1.31 MiB/sec. 2025.08.26 21:54:47.856262 [ 253 ] {264a4820-9a0d-4002-b74f-501276998698} TCPHandler: Processed in 0.002005405 sec. 2025.08.26 21:54:47.856388 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.856481 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:47.856520 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:47.857044 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.857081 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.857376 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.26 21:54:47.857585 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.857716 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} executeQuery: Read 36 rows, 2.88 KiB in 0.001253 sec., 28731.045490822027 rows/sec., 2.24 MiB/sec. 2025.08.26 21:54:47.857753 [ 253 ] {32e15920-44a4-4ea3-b866-fe83bebe8780} TCPHandler: Processed in 0.001413472 sec. 2025.08.26 21:54:47.857874 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.857967 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.858008 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:47.858464 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.858500 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.858808 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.26 21:54:47.859011 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.859140 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} executeQuery: Read 22 rows, 1.57 KiB in 0.001192 sec., 18456.375838926175 rows/sec., 1.29 MiB/sec. 2025.08.26 21:54:47.859177 [ 253 ] {b671aa12-01bc-4d54-9b1f-ca5388900992} TCPHandler: Processed in 0.0013508 sec. 2025.08.26 21:54:47.859300 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:47.859393 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:47.859434 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:47.859754 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:47.859789 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:47.860068 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.08.26 21:54:47.860281 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:47.860406 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} executeQuery: Read 8 rows, 560.00 B in 0.001032 sec., 7751.937984496125 rows/sec., 529.92 KiB/sec. 2025.08.26 21:54:47.860441 [ 253 ] {94694a19-f1ec-4a28-9056-63e3c07fede6} TCPHandler: Processed in 0.001193257 sec. 2025.08.26 21:54:48.001147 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 336.78 MiB, peak 346.80 MiB, free memory in arenas 0.00 B, will set to 335.78 MiB (RSS), difference: -1.00 MiB 2025.08.26 21:54:49.033318 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 2025.08.26 21:54:49.034141 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:49.034234 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:49.034895 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:54:49.035142 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:49.035288 [ 132 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:54:49.035295 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.08.26 21:54:49.035337 [ 132 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:49.035360 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:49.035511 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.035717 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:49.035778 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.035880 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.035955 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.036021 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.036083 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.036145 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:54:49.038379 [ 200 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.002947447 sec., 11051598.213640481 rows/sec., 158.09 MiB/sec. 2025.08.26 21:54:49.038875 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:54:49.039236 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_71_14} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:49.039320 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_71_14} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:54:49.039447 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.08.26 21:54:49.750233 [ 9 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.26 21:54:49.750318 [ 9 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:49.750342 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:49.750463 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:54:49.750621 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:49.750657 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.08.26 21:54:49.750722 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.08.26 21:54:49.750764 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.08.26 21:54:49.750807 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.08.26 21:54:49.750845 [ 196 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.08.26 21:54:49.751593 [ 190 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001181857 sec., 7615.13448750568 rows/sec., 513.13 KiB/sec. 2025.08.26 21:54:49.751740 [ 188 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.26 21:54:49.752015 [ 188 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:49.752083 [ 188 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_9_2} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.26 21:54:49.752150 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.26 21:54:50.650348 [ 65 ] {} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.26 21:54:50.650416 [ 65 ] {} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:50.650443 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:50.650573 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::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.08.26 21:54:50.650741 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:50.650781 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2025.08.26 21:54:50.650850 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.08.26 21:54:50.650900 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.08.26 21:54:50.650945 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.08.26 21:54:50.650988 [ 196 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.08.26 21:54:50.651749 [ 190 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.001231728 sec., 43840.84797942403 rows/sec., 2.24 MiB/sec. 2025.08.26 21:54:50.651901 [ 192 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.26 21:54:50.652200 [ 192 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:50.652269 [ 192 ] {f4f9d14f-cdef-4378-bf3c-1191bcd694c0::all_1_9_2} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.26 21:54:50.652345 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:54:50.793528 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.08.26 21:54:50.810708 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:50.810759 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:50.816843 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:54:50.817573 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:50.817914 [ 65 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:54:50.817998 [ 65 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:50.818033 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:50.818190 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.820708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.08.26 21:54:50.821953 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:50.823557 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.828263 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.833018 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.837405 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.842225 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.846950 [ 196 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:54:50.905040 [ 190 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.086914149 sec., 6155.4994918031125 rows/sec., 31.83 MiB/sec. 2025.08.26 21:54:50.908367 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:54:50.910364 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_71_14} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:50.910468 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_71_14} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:54:50.913200 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.08.26 21:54:51.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 336.91 MiB, peak 354.32 MiB, free memory in arenas 0.00 B, will set to 335.86 MiB (RSS), difference: -1.05 MiB 2025.08.26 21:54:52.861020 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:52.861214 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:52.861284 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:52.861941 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:52.861978 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:52.862376 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.26 21:54:52.862608 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:52.862756 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} executeQuery: Read 56 rows, 4.38 KiB in 0.001597 sec., 35065.748278021296 rows/sec., 2.68 MiB/sec. 2025.08.26 21:54:52.862798 [ 253 ] {6215f17f-9166-49b5-810a-f6d45b1e2014} TCPHandler: Processed in 0.001911873 sec. 2025.08.26 21:54:52.862918 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:52.863011 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:52.863051 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:52.863471 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:52.863507 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:52.863812 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.26 21:54:52.864020 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:52.864145 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. 2025.08.26 21:54:52.864182 [ 253 ] {2e0fd21c-2698-461b-aa28-12ac1f0afb7e} TCPHandler: Processed in 0.00131388 sec. 2025.08.26 21:54:52.864294 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:52.864387 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:52.864430 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:52.864847 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:52.864884 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:52.865222 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.26 21:54:52.865432 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:52.865559 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.08.26 21:54:52.865595 [ 253 ] {7ce3e994-0e77-4db0-84b6-4892374d3274} TCPHandler: Processed in 0.001349161 sec. 2025.08.26 21:54:52.865700 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:52.865793 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:52.865833 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:52.866163 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:52.866199 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:52.866504 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.08.26 21:54:52.866710 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:52.866840 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.08.26 21:54:52.866875 [ 253 ] {f1f9aa3d-d409-4520-9bff-df8e2e1b219b} TCPHandler: Processed in 0.001221708 sec. 2025.08.26 21:54:56.342087 [ 113 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:54:56.342149 [ 113 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:54:56.536400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 2025.08.26 21:54:56.536899 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:56.536949 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:56.537462 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:54:56.537720 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:56.537875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.08.26 21:54:56.627810 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1554 2025.08.26 21:54:56.630293 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:56.630355 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:56.631599 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:54:56.631880 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:56.632265 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1554 2025.08.26 21:54:57.862001 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.862181 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:54:57.862248 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:54:57.862978 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.863025 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.863438 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.26 21:54:57.863663 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.863822 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} executeQuery: Read 138 rows, 12.23 KiB in 0.001691 sec., 81608.51567120047 rows/sec., 7.06 MiB/sec. 2025.08.26 21:54:57.863871 [ 253 ] {d019e20c-31a0-4c69-9461-93bec681065b} TCPHandler: Processed in 0.001995245 sec. 2025.08.26 21:54:57.864037 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.864139 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:54:57.864182 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:54:57.864621 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.864655 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.864980 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:54:57.865190 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.865324 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} executeQuery: Read 41 rows, 3.08 KiB in 0.001211 sec., 33856.317093311314 rows/sec., 2.49 MiB/sec. 2025.08.26 21:54:57.865363 [ 253 ] {b329456a-fa6c-44a2-8e57-992732403c1c} TCPHandler: Processed in 0.001375961 sec. 2025.08.26 21:54:57.865480 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.865577 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:54:57.865617 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:54:57.866054 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.866088 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.866395 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.26 21:54:57.866599 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.866725 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} executeQuery: Read 105 rows, 8.40 KiB in 0.00117 sec., 89743.58974358974 rows/sec., 7.01 MiB/sec. 2025.08.26 21:54:57.866762 [ 253 ] {97304327-e112-4c55-999d-5a982f2a5b0c} TCPHandler: Processed in 0.00132886 sec. 2025.08.26 21:54:57.866870 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.866961 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:57.867004 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:54:57.867412 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.867445 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.867772 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.26 21:54:57.867981 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.868086 [ 79 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.08.26 21:54:57.868109 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.08.26 21:54:57.868126 [ 79 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.868145 [ 253 ] {82a1cd9c-66e6-4747-86a3-aa832336a967} TCPHandler: Processed in 0.00132212 sec. 2025.08.26 21:54:57.868145 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.868267 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.868273 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2025.08.26 21:54:57.868393 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:54:57.868450 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:54:57.868470 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} 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.08.26 21:54:57.868493 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 30402 rows starting from the beginning of the part 2025.08.26 21:54:57.868566 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.08.26 21:54:57.868613 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 919 rows starting from the beginning of the part 2025.08.26 21:54:57.868656 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 22 rows starting from the beginning of the part 2025.08.26 21:54:57.868698 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.08.26 21:54:57.868739 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.08.26 21:54:57.869519 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.869562 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.870179 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.26 21:54:57.870426 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.870575 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} executeQuery: Read 41 rows, 75.23 KiB in 0.002208 sec., 18568.840579710144 rows/sec., 33.27 MiB/sec. 2025.08.26 21:54:57.870646 [ 253 ] {eaaa67bf-2989-4635-a164-1880bc88e3ce} TCPHandler: Processed in 0.002441005 sec. 2025.08.26 21:54:57.870767 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:54:57.870862 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:54:57.870905 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:54:57.871253 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:57.871287 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:57.871629 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.08.26 21:54:57.871856 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.871991 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.08.26 21:54:57.872028 [ 253 ] {e519a2e0-600f-4051-8494-a9bb852ae6ca} TCPHandler: Processed in 0.001311439 sec. 2025.08.26 21:54:57.875326 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 31823 rows, containing 5 columns (5 merged, 0 gathered) in 0.00711197 sec., 4474568.930971307 rows/sec., 306.07 MiB/sec. 2025.08.26 21:54:57.875858 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.08.26 21:54:57.876184 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:57.876271 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_110_22} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.08.26 21:54:57.876356 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.08.26 21:54:58.321737 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.08.26 21:54:58.337648 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:54:58.337703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:54:58.343801 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:54:58.344515 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:54:58.347370 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.08.26 21:55:02.134984 [ 224 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:02.135070 [ 224 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:02.138102 [ 224 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:02.859851 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:02.860031 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:02.860094 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:02.860737 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.860784 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.861203 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.26 21:55:02.861521 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.861698 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} executeQuery: Read 56 rows, 4.38 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.49 MiB/sec. 2025.08.26 21:55:02.861731 [ 130 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.26 21:55:02.861757 [ 253 ] {d510cb78-6e49-4d10-8686-c114eab33bb2} TCPHandler: Processed in 0.002033196 sec. 2025.08.26 21:55:02.861813 [ 130 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.861855 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.861938 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:02.861985 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:55:02.862044 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:02.862095 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:02.862150 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:02.862206 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2420 rows starting from the beginning of the part 2025.08.26 21:55:02.862298 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1399 rows starting from the beginning of the part 2025.08.26 21:55:02.862363 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 30 rows starting from the beginning of the part 2025.08.26 21:55:02.862425 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:02.862482 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 138 rows starting from the beginning of the part 2025.08.26 21:55:02.862537 [ 198 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:02.862591 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.862641 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.863049 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.26 21:55:02.863320 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.863468 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} executeQuery: Read 64 rows, 5.12 KiB in 0.001443 sec., 44352.04435204435 rows/sec., 3.46 MiB/sec. 2025.08.26 21:55:02.863486 [ 130 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.26 21:55:02.863513 [ 253 ] {62011730-473e-4790-b4a3-736e5984bf24} TCPHandler: Processed in 0.001631857 sec. 2025.08.26 21:55:02.863544 [ 130 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.863574 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.863655 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:02.863699 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:55:02.863759 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:02.863815 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:02.863866 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:02.863912 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1223 rows starting from the beginning of the part 2025.08.26 21:55:02.863992 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 599 rows starting from the beginning of the part 2025.08.26 21:55:02.864052 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 36 rows starting from the beginning of the part 2025.08.26 21:55:02.864097 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:02.864139 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 105 rows starting from the beginning of the part 2025.08.26 21:55:02.864186 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:02.864292 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.864334 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.864761 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.26 21:55:02.865017 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.865047 [ 187 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 4099 rows, containing 5 columns (5 merged, 0 gathered) in 0.00312074 sec., 1313470.523016977 rows/sec., 113.10 MiB/sec. 2025.08.26 21:55:02.865157 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec. 2025.08.26 21:55:02.865196 [ 253 ] {dc0704f4-adcb-4e3d-8aa2-9349f3dbe8ae} TCPHandler: Processed in 0.001592276 sec. 2025.08.26 21:55:02.865315 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:02.865401 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.26 21:55:02.865410 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:02.865472 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:02.865512 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2091 rows, containing 5 columns (5 merged, 0 gathered) in 0.001869142 sec., 1118695.1018167695 rows/sec., 86.87 MiB/sec. 2025.08.26 21:55:02.865710 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.26 21:55:02.865748 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.865838 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_111_22} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.26 21:55:02.865838 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.865889 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.865957 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2025.08.26 21:55:02.866019 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.866103 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_111_22} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.26 21:55:02.866186 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.26 21:55:02.866265 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.08.26 21:55:02.866541 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.866677 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} executeQuery: Read 60 rows, 4.14 KiB in 0.001285 sec., 46692.607003891055 rows/sec., 3.15 MiB/sec. 2025.08.26 21:55:02.866686 [ 130 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.08.26 21:55:02.866713 [ 253 ] {d661dc91-d8a0-4e97-98d4-4ffc20eca438} TCPHandler: Processed in 0.001445893 sec. 2025.08.26 21:55:02.866737 [ 130 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:02.866762 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:02.866849 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:02.866943 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:02.866977 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6234 rows starting from the beginning of the part 2025.08.26 21:55:02.867058 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 52 rows starting from the beginning of the part 2025.08.26 21:55:02.867121 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part 2025.08.26 21:55:02.867179 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:02.867236 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:02.867279 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:02.868990 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6474 rows, containing 4 columns (4 merged, 0 gathered) in 0.002180199 sec., 2969453.70583144 rows/sec., 197.47 MiB/sec. 2025.08.26 21:55:02.869365 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.08.26 21:55:02.869602 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:02.869665 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_111_22} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.08.26 21:55:02.869728 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.08.26 21:55:04.038969 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 2025.08.26 21:55:04.039491 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:04.039541 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:04.040031 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:55:04.040268 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:04.040414 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.08.26 21:55:05.848400 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.08.26 21:55:05.865607 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:05.865671 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:05.872302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:55:05.873078 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:05.876598 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.08.26 21:55:06.633442 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1574 2025.08.26 21:55:06.635558 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:06.635606 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:06.636772 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:55:06.637032 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:06.637261 [ 224 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:06.637296 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1574 2025.08.26 21:55:06.637317 [ 224 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:06.640650 [ 224 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:07.130501 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:07.130549 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:07.134653 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:07.420052 [ 224 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:07.420105 [ 224 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:07.422498 [ 224 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:07.553957 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:07.554000 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:07.556025 [ 220 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:07.753576 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:07.753632 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:07.756206 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:07.862747 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.862905 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:07.862971 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:07.863711 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.863753 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.864141 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.26 21:55:07.864375 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.864533 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} executeQuery: Read 138 rows, 12.23 KiB in 0.001677 sec., 82289.80322003577 rows/sec., 7.12 MiB/sec. 2025.08.26 21:55:07.864585 [ 253 ] {d9673b7e-334e-45b5-be71-afaa9d9e4190} TCPHandler: Processed in 0.001967614 sec. 2025.08.26 21:55:07.864709 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.864812 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:07.864858 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:07.865290 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.865327 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.865637 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:55:07.865852 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.865982 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} executeQuery: Read 41 rows, 3.08 KiB in 0.001194 sec., 34338.35845896148 rows/sec., 2.52 MiB/sec. 2025.08.26 21:55:07.866022 [ 253 ] {95f6aa89-e321-45c3-9911-f245253c9a01} TCPHandler: Processed in 0.00136482 sec. 2025.08.26 21:55:07.866131 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.866226 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:07.866266 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:07.866720 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.866757 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.867062 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.26 21:55:07.867285 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.867416 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} executeQuery: Read 105 rows, 8.40 KiB in 0.001209 sec., 86848.63523573201 rows/sec., 6.78 MiB/sec. 2025.08.26 21:55:07.867454 [ 253 ] {4d51aa10-36d5-422f-8af9-bf7f8085dd4e} TCPHandler: Processed in 0.001372671 sec. 2025.08.26 21:55:07.867567 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.867661 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:07.867705 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:07.868120 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.868156 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.868497 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.26 21:55:07.868711 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.868843 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.08.26 21:55:07.868880 [ 253 ] {f07523e4-6f06-4816-9c56-4b46b7296693} TCPHandler: Processed in 0.001362791 sec. 2025.08.26 21:55:07.868990 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.869082 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:07.869137 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} 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.08.26 21:55:07.870040 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.870076 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.870649 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.26 21:55:07.870874 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.871016 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} executeQuery: Read 41 rows, 75.23 KiB in 0.001951 sec., 21014.864172219375 rows/sec., 37.66 MiB/sec. 2025.08.26 21:55:07.871094 [ 253 ] {63e44edd-89db-4e45-8bda-741d2f6f911f} TCPHandler: Processed in 0.002153839 sec. 2025.08.26 21:55:07.871210 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:07.871305 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:07.871349 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:07.871684 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:07.871719 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:07.872024 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.08.26 21:55:07.872231 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:07.872362 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.08.26 21:55:07.872399 [ 253 ] {119632e3-b568-4068-90f3-79fd7377bee0} TCPHandler: Processed in 0.001237948 sec. 2025.08.26 21:55:07.872467 [ 220 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:07.872519 [ 220 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:07.875055 [ 220 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:11.342187 [ 78 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:55:11.342260 [ 78 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:55:11.541508 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 2025.08.26 21:55:11.542014 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:11.542084 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:11.542542 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:55:11.542759 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:11.542888 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.08.26 21:55:12.860215 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:12.860400 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:12.860470 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:12.861176 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:12.861256 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:12.861674 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.26 21:55:12.861916 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:12.862084 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} executeQuery: Read 56 rows, 4.38 KiB in 0.001735 sec., 32276.657060518733 rows/sec., 2.46 MiB/sec. 2025.08.26 21:55:12.862134 [ 253 ] {fca250db-ade8-43d6-81d6-8897a4a87906} TCPHandler: Processed in 0.002050876 sec. 2025.08.26 21:55:12.862254 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:12.862363 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:12.862409 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:12.862832 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:12.862869 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:12.863185 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.26 21:55:12.863406 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:12.863541 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2025.08.26 21:55:12.863580 [ 253 ] {b557024f-90ac-497b-8593-bc2fc60bf31e} TCPHandler: Processed in 0.001378871 sec. 2025.08.26 21:55:12.863691 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:12.863787 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:12.863830 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:12.864255 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:12.864290 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:12.864626 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.26 21:55:12.864833 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:12.864964 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.08.26 21:55:12.865002 [ 253 ] {8bc30123-d816-4b39-a0ce-5e46699e0714} TCPHandler: Processed in 0.001361491 sec. 2025.08.26 21:55:12.865103 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:12.865198 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:12.865242 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:12.865560 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:12.865595 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:12.865915 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.08.26 21:55:12.866120 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:12.866249 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.08.26 21:55:12.866287 [ 253 ] {6df30b1d-c4a9-4172-9552-988706c33feb} TCPHandler: Processed in 0.001232288 sec. 2025.08.26 21:55:13.377678 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.08.26 21:55:13.394909 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:13.394962 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:13.401082 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:55:13.401799 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:13.404738 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.08.26 21:55:16.638387 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1594 2025.08.26 21:55:16.640893 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:16.640959 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:16.642225 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:55:16.642676 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:16.643295 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1594 2025.08.26 21:55:17.413432 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.413636 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.413710 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:55:17.414372 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.414421 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.414827 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:55:17.415059 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.415217 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2025.08.26 21:55:17.415261 [ 253 ] {22cdd3da-eb56-4cd4-b006-847aff7472d3} TCPHandler: Processed in 0.001971525 sec. 2025.08.26 21:55:17.415383 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.415477 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:55:17.415518 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:55:17.415926 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.415962 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.416258 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.26 21:55:17.416471 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.416603 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} executeQuery: Read 16 rows, 1.30 KiB in 0.001144 sec., 13986.013986013986 rows/sec., 1.11 MiB/sec. 2025.08.26 21:55:17.416641 [ 253 ] {525ca24d-dbf4-465f-80d8-b0ce537d61d7} TCPHandler: Processed in 0.00130802 sec. 2025.08.26 21:55:17.416752 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.416846 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:17.416887 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:17.417883 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.417919 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.418331 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.26 21:55:17.418573 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.418707 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} executeQuery: Read 1406 rows, 120.37 KiB in 0.001878 sec., 748668.7965921193 rows/sec., 62.59 MiB/sec. 2025.08.26 21:55:17.418745 [ 253 ] {cbe406f6-ebf3-4cf7-abdd-40e82cad3df8} TCPHandler: Processed in 0.002042406 sec. 2025.08.26 21:55:17.418854 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.418948 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.418988 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:17.419426 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.419462 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.419778 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:55:17.419991 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.420117 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} executeQuery: Read 69 rows, 5.16 KiB in 0.001187 sec., 58129.738837405224 rows/sec., 4.25 MiB/sec. 2025.08.26 21:55:17.420154 [ 253 ] {96893f4d-cb7d-4b7c-b579-3e2b0c26f32e} TCPHandler: Processed in 0.00134952 sec. 2025.08.26 21:55:17.420266 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.420359 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.420398 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:55:17.420872 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.420908 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.421225 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.26 21:55:17.421437 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.421565 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} executeQuery: Read 252 rows, 17.85 KiB in 0.001225 sec., 205714.2857142857 rows/sec., 14.23 MiB/sec. 2025.08.26 21:55:17.421604 [ 253 ] {34a16362-aa43-4668-8b2b-0aa7682e75eb} TCPHandler: Processed in 0.001387272 sec. 2025.08.26 21:55:17.421716 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.421810 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.421850 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:55:17.422240 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.422276 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.422572 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:55:17.422800 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.422927 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. 2025.08.26 21:55:17.422966 [ 253 ] {1b1874b9-8f43-49c0-ad4e-4811a4cfa9bc} TCPHandler: Processed in 0.001298759 sec. 2025.08.26 21:55:17.423095 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.423216 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:17.423265 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:17.424005 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.424043 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.424395 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.26 21:55:17.424618 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.424751 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} executeQuery: Read 613 rows, 47.25 KiB in 0.00156 sec., 392948.71794871794 rows/sec., 29.58 MiB/sec. 2025.08.26 21:55:17.424789 [ 253 ] {5c97edf2-3d83-4683-8f19-05ed6750baaf} TCPHandler: Processed in 0.001756469 sec. 2025.08.26 21:55:17.424912 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.425036 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.425090 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:17.425802 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.425846 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.426270 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.26 21:55:17.426491 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.426622 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} executeQuery: Read 924 rows, 64.18 KiB in 0.001611 sec., 573556.7970204841 rows/sec., 38.91 MiB/sec. 2025.08.26 21:55:17.426661 [ 253 ] {b5c88f71-92f4-459a-a9cd-72ba68b54a82} TCPHandler: Processed in 0.00180995 sec. 2025.08.26 21:55:17.426776 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.426872 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.426928 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} 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.08.26 21:55:17.427777 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.427813 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.428379 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.26 21:55:17.428611 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.428750 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} executeQuery: Read 41 rows, 75.23 KiB in 0.001897 sec., 21613.07327358988 rows/sec., 38.73 MiB/sec. 2025.08.26 21:55:17.428805 [ 253 ] {72b35fd1-1f83-4286-8fd0-fe919caec4b8} TCPHandler: Processed in 0.002078087 sec. 2025.08.26 21:55:17.428920 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:17.429017 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:17.429059 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:17.429417 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:17.429454 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:17.429762 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.08.26 21:55:17.429971 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:17.430104 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.08.26 21:55:17.430141 [ 253 ] {48bff507-133a-4d24-8d44-351840a73e83} TCPHandler: Processed in 0.001270239 sec. 2025.08.26 21:55:18.554980 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:18.555038 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:18.558233 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:19.043999 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 2025.08.26 21:55:19.044541 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:19.044590 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:19.045072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:55:19.045297 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:19.045432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 2025.08.26 21:55:19.518636 [ 221 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:19.518701 [ 221 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:19.521080 [ 221 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:20.905744 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.08.26 21:55:20.921852 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:20.921893 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:20.927811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:55:20.928530 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:20.931297 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.08.26 21:55:22.859909 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:22.860094 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:22.860160 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:22.860801 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:22.860850 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:22.861238 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.26 21:55:22.861464 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:22.861614 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} executeQuery: Read 56 rows, 4.38 KiB in 0.00157 sec., 35668.789808917194 rows/sec., 2.72 MiB/sec. 2025.08.26 21:55:22.861656 [ 253 ] {8bfba689-9993-44dd-b57d-5afffa9c7648} TCPHandler: Processed in 0.001877402 sec. 2025.08.26 21:55:22.861772 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:22.861865 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:22.861905 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:22.862326 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:22.862362 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:22.862655 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.26 21:55:22.862867 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:22.862995 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2025.08.26 21:55:22.863033 [ 253 ] {10262e0d-8ff1-47c0-814c-537f02a96395} TCPHandler: Processed in 0.00130884 sec. 2025.08.26 21:55:22.863143 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:22.863235 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:22.863278 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:22.863681 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:22.863716 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:22.864037 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.26 21:55:22.864239 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:22.864366 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2025.08.26 21:55:22.864384 [ 152 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0 2025.08.26 21:55:22.864402 [ 253 ] {122ec0ae-6db4-458a-b8bc-1a7776ad7b78} TCPHandler: Processed in 0.00130701 sec. 2025.08.26 21:55:22.864452 [ 152 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:22.864479 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:22.864528 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:22.864612 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full 2025.08.26 21:55:22.864624 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:22.864717 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:22.864788 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:22.864835 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 31823 rows starting from the beginning of the part 2025.08.26 21:55:22.864908 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:22.864962 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:22.865013 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:22.865045 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:22.865059 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 924 rows starting from the beginning of the part 2025.08.26 21:55:22.865089 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:22.865413 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.08.26 21:55:22.865621 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:22.865749 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.08.26 21:55:22.865784 [ 253 ] {a6478a8e-47d2-4ee4-a756-f1cddd0a8e0f} TCPHandler: Processed in 0.001303149 sec. 2025.08.26 21:55:22.871716 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergeTask::MergeProjectionsStage: Merge sorted 33227 rows, containing 5 columns (5 merged, 0 gathered) in 0.007162052 sec., 4639312.867317914 rows/sec., 317.35 MiB/sec. 2025.08.26 21:55:22.872030 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) 2025.08.26 21:55:22.872342 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:22.872413 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_114_23} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23 2025.08.26 21:55:22.872507 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. 2025.08.26 21:55:26.342519 [ 150 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:55:26.342618 [ 150 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:55:26.546526 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 2025.08.26 21:55:26.547048 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:26.547096 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:26.547562 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:55:26.547803 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:26.547946 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 2025.08.26 21:55:26.547959 [ 150 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:55:26.548022 [ 150 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:26.548042 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:26.548136 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548254 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:26.548297 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548366 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548417 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548465 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548507 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.548552 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:55:26.551026 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.002926006 sec., 11903940.046602774 rows/sec., 170.29 MiB/sec. 2025.08.26 21:55:26.551382 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:55:26.551742 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_76_15} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:26.551843 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_76_15} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:55:26.551966 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. 2025.08.26 21:55:26.644359 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1622 2025.08.26 21:55:26.646583 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:26.646625 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:26.647778 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:55:26.648045 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:26.648186 [ 150 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:55:26.648221 [ 150 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:26.648240 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:26.648347 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:55:26.648414 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1622 2025.08.26 21:55:26.648921 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:26.649064 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1488 rows starting from the beginning of the part 2025.08.26 21:55:26.649413 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:55:26.649721 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2025.08.26 21:55:26.650019 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part 2025.08.26 21:55:26.650316 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part 2025.08.26 21:55:26.650631 [ 197 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part 2025.08.26 21:55:26.656921 [ 200 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1622 rows, containing 72 columns (72 merged, 0 gathered) in 0.008625414 sec., 188048.94466514883 rows/sec., 147.38 MiB/sec. 2025.08.26 21:55:26.658610 [ 188 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:55:26.659190 [ 188 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:26.659272 [ 188 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_56_11} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:55:26.659636 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.08.26 21:55:27.594966 [ 223 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:27.595025 [ 223 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:27.597797 [ 223 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:27.861490 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.861668 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:27.861739 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:27.862522 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.862563 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.862950 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.26 21:55:27.863179 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.863326 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} executeQuery: Read 138 rows, 12.23 KiB in 0.001711 sec., 80654.58796025715 rows/sec., 6.98 MiB/sec. 2025.08.26 21:55:27.863341 [ 149 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.26 21:55:27.863370 [ 253 ] {54966e63-9f05-4f49-85ef-19bf8ffca9fe} TCPHandler: Processed in 0.002011095 sec. 2025.08.26 21:55:27.863430 [ 149 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.863460 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.863530 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.863549 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:55:27.863608 [ 220 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:27.863630 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:27.863652 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:27.863663 [ 220 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:27.863691 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2420 rows starting from the beginning of the part 2025.08.26 21:55:27.863691 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:27.863769 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 138 rows starting from the beginning of the part 2025.08.26 21:55:27.863819 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:27.863862 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1406 rows starting from the beginning of the part 2025.08.26 21:55:27.863920 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:27.863961 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 138 rows starting from the beginning of the part 2025.08.26 21:55:27.864156 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.864193 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.864505 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:55:27.864861 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.864999 [ 149 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:55:27.865037 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} executeQuery: Read 41 rows, 3.08 KiB in 0.001425 sec., 28771.9298245614 rows/sec., 2.11 MiB/sec. 2025.08.26 21:55:27.865049 [ 149 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.865085 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.865092 [ 253 ] {fd03fec3-f331-4bd7-9203-8719c9eb14b3} TCPHandler: Processed in 0.001609087 sec. 2025.08.26 21:55:27.865185 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:55:27.865222 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.865321 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:27.865324 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:27.865368 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 269 rows starting from the beginning of the part 2025.08.26 21:55:27.865385 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:27.865442 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 55 rows starting from the beginning of the part 2025.08.26 21:55:27.865499 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part 2025.08.26 21:55:27.865553 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 41 rows starting from the beginning of the part 2025.08.26 21:55:27.865599 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 69 rows starting from the beginning of the part 2025.08.26 21:55:27.865651 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 41 rows starting from the beginning of the part 2025.08.26 21:55:27.865831 [ 186 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 4214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002313002 sec., 1821874.7757243614 rows/sec., 157.19 MiB/sec. 2025.08.26 21:55:27.865840 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.865922 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.866195 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.26 21:55:27.866276 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.26 21:55:27.866358 [ 220 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:27.866553 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.866582 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.866624 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_116_23} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.26 21:55:27.866658 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525074 sec., 338344.23772223515 rows/sec., 24.22 MiB/sec. 2025.08.26 21:55:27.866708 [ 149 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.26 21:55:27.866733 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:55:27.866764 [ 149 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.866727 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} executeQuery: Read 105 rows, 8.40 KiB in 0.001421 sec., 73891.62561576355 rows/sec., 5.77 MiB/sec. 2025.08.26 21:55:27.866801 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.866794 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:55:27.866840 [ 253 ] {10e88594-0870-4e9e-8f91-98af2ae83b70} TCPHandler: Processed in 0.001666657 sec. 2025.08.26 21:55:27.866910 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:55:27.866974 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.867032 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:27.867071 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1223 rows starting from the beginning of the part 2025.08.26 21:55:27.867073 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:27.867123 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.867128 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:27.867140 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 105 rows starting from the beginning of the part 2025.08.26 21:55:27.867206 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:27.867206 [ 192 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_71_14} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:55:27.867251 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 613 rows starting from the beginning of the part 2025.08.26 21:55:27.867295 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:27.867314 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.26 21:55:27.867334 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 105 rows starting from the beginning of the part 2025.08.26 21:55:27.867593 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.867635 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.867977 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.26 21:55:27.868197 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.868325 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.08.26 21:55:27.868362 [ 253 ] {03daa82e-8bce-473b-93d5-7cc6e4360906} TCPHandler: Processed in 0.001436032 sec. 2025.08.26 21:55:27.868408 [ 225 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:27.868448 [ 225 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:27.868477 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.868529 [ 196 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665347 sec., 1305433.642358019 rows/sec., 101.59 MiB/sec. 2025.08.26 21:55:27.868574 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:27.868633 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} 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.08.26 21:55:27.868709 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.26 21:55:27.869014 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.869098 [ 192 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_116_23} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.26 21:55:27.869186 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.26 21:55:27.869584 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.869624 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.870221 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.26 21:55:27.870453 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.870588 [ 149 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.26 21:55:27.870619 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} executeQuery: Read 41 rows, 75.23 KiB in 0.002061 sec., 19893.255701115962 rows/sec., 35.65 MiB/sec. 2025.08.26 21:55:27.870649 [ 149 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.870677 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.870716 [ 253 ] {592b2831-17c8-46fa-8ced-8eba94892346} TCPHandler: Processed in 0.002285891 sec. 2025.08.26 21:55:27.870758 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.870848 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:27.870950 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:27.870964 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:27.870993 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:27.871019 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2056 rows starting from the beginning of the part 2025.08.26 21:55:27.871140 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.871244 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.871369 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.871408 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.871414 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.871441 [ 225 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:27.871544 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.871658 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:55:27.871792 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.08.26 21:55:27.872052 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.872175 [ 149 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.08.26 21:55:27.872196 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. 2025.08.26 21:55:27.872231 [ 149 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:27.872260 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:27.872264 [ 253 ] {6cb57670-440d-405c-8ad6-49ce7fd208f7} TCPHandler: Processed in 0.001465453 sec. 2025.08.26 21:55:27.872337 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:27.872430 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:27.872456 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6474 rows starting from the beginning of the part 2025.08.26 21:55:27.872502 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:27.872542 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:27.872578 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:27.872613 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:27.872645 [ 192 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:27.874496 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6774 rows, containing 4 columns (4 merged, 0 gathered) in 0.00219028 sec., 3092755.2641671384 rows/sec., 205.79 MiB/sec. 2025.08.26 21:55:27.875123 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.08.26 21:55:27.875432 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.875505 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_116_23} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.08.26 21:55:27.875593 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.08.26 21:55:27.881525 [ 189 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2261 rows, containing 19 columns (19 merged, 0 gathered) in 0.010799133 sec., 209368.65950257302 rows/sec., 375.18 MiB/sec. 2025.08.26 21:55:27.883030 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.26 21:55:27.883354 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:27.883428 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_56_11} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.26 21:55:27.883536 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.57 MiB. 2025.08.26 21:55:28.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 338.48 MiB, peak 357.00 MiB, free memory in arenas 0.00 B, will set to 343.46 MiB (RSS), difference: 4.98 MiB 2025.08.26 21:55:28.432347 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.08.26 21:55:28.450634 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:28.450701 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:28.457115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:55:28.457813 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:28.458129 [ 149 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:55:28.458228 [ 149 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:28.458264 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:28.458427 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.461200 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.08.26 21:55:28.462344 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:28.463868 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.468697 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.473286 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.478141 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.483247 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.488111 [ 186 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:55:28.542592 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.084233499 sec., 6802.51926849198 rows/sec., 35.17 MiB/sec. 2025.08.26 21:55:28.545554 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:55:28.547568 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_76_15} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:28.547672 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_76_15} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:55:28.550398 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.08.26 21:55:28.810708 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:28.810768 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:28.813045 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:32.859726 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:32.859936 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:32.860008 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:32.860651 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:32.860701 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:32.861078 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.26 21:55:32.861371 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:32.861537 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} executeQuery: Read 56 rows, 4.38 KiB in 0.001651 sec., 33918.83706844337 rows/sec., 2.59 MiB/sec. 2025.08.26 21:55:32.861589 [ 253 ] {4771159b-f93e-4d72-b4f8-fa9219961520} TCPHandler: Processed in 0.001994675 sec. 2025.08.26 21:55:32.861714 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:32.861810 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:32.861853 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:32.862294 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:32.862333 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:32.862667 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.26 21:55:32.862912 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:32.863048 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} executeQuery: Read 64 rows, 5.12 KiB in 0.001257 sec., 50914.87669053301 rows/sec., 3.97 MiB/sec. 2025.08.26 21:55:32.863088 [ 253 ] {ce075003-97fd-48e6-bdad-1f6459b7efe7} TCPHandler: Processed in 0.001425952 sec. 2025.08.26 21:55:32.863200 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:32.863296 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:32.863341 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:32.863770 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:32.863808 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:32.864157 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.26 21:55:32.864376 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:32.864509 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.08.26 21:55:32.864548 [ 253 ] {5fab910e-cee6-421f-a6e9-653ac9d1ebd7} TCPHandler: Processed in 0.001397701 sec. 2025.08.26 21:55:32.864658 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:32.864752 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:32.864794 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:32.865118 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:32.865155 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:32.865470 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.08.26 21:55:32.865686 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:32.865821 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.08.26 21:55:32.865857 [ 253 ] {29d90e23-4999-4bac-8ecf-748b73580005} TCPHandler: Processed in 0.001249308 sec. 2025.08.26 21:55:34.048091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 2025.08.26 21:55:34.048675 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:34.048723 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:34.049227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:55:34.049463 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:34.049595 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 2025.08.26 21:55:35.961331 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.08.26 21:55:35.977737 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:35.977794 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:35.983439 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:55:35.984145 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:35.987063 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.08.26 21:55:36.648631 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1642 2025.08.26 21:55:36.650893 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:36.650950 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:36.652155 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:55:36.652470 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:36.652854 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1642 2025.08.26 21:55:37.820680 [ 219 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:37.820732 [ 219 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:37.822668 [ 219 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:55:37.861606 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.861787 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:37.861859 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:37.862655 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.862706 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.863155 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.26 21:55:37.863426 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.863614 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} executeQuery: Read 138 rows, 12.23 KiB in 0.001876 sec., 73560.76759061833 rows/sec., 6.37 MiB/sec. 2025.08.26 21:55:37.863682 [ 253 ] {0d796dd8-8ea7-4008-8391-a5e3dd925621} TCPHandler: Processed in 0.00221378 sec. 2025.08.26 21:55:37.863838 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.863954 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:37.863999 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:37.864461 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.864500 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.864839 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:55:37.865070 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.865211 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} executeQuery: Read 41 rows, 3.08 KiB in 0.001289 sec., 31807.602792862683 rows/sec., 2.34 MiB/sec. 2025.08.26 21:55:37.865255 [ 253 ] {135f919f-45d4-4aa8-bc67-d1915351d7b7} TCPHandler: Processed in 0.001486503 sec. 2025.08.26 21:55:37.865382 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.865483 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:37.865527 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:37.866070 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.866117 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.866463 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.26 21:55:37.866705 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.866852 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} executeQuery: Read 105 rows, 8.40 KiB in 0.001389 sec., 75593.95248380129 rows/sec., 5.90 MiB/sec. 2025.08.26 21:55:37.866893 [ 253 ] {6f0d0978-c953-4046-8c58-85225f3d72a8} TCPHandler: Processed in 0.001561935 sec. 2025.08.26 21:55:37.867015 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.867121 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:37.867169 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:37.867616 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.867654 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.868046 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.26 21:55:37.868268 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.868408 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. 2025.08.26 21:55:37.868450 [ 253 ] {8702da4e-dbf3-4a2e-ad30-07df03b0eeed} TCPHandler: Processed in 0.001484503 sec. 2025.08.26 21:55:37.868569 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.868663 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:37.868720 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} 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.08.26 21:55:37.869636 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.869674 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.870272 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.26 21:55:37.870511 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.870655 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} executeQuery: Read 41 rows, 75.23 KiB in 0.00201 sec., 20398.009950248754 rows/sec., 36.55 MiB/sec. 2025.08.26 21:55:37.870728 [ 253 ] {b0ed031b-b18f-45ad-addf-20a29a9a5740} TCPHandler: Processed in 0.0022066 sec. 2025.08.26 21:55:37.870857 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:37.870964 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:37.871009 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:37.871397 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:37.871436 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.08.26 21:55:37.871755 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.08.26 21:55:37.871981 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:37.872114 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2025.08.26 21:55:37.872155 [ 253 ] {a6a006a2-31c5-4052-b859-67415d68ae00} TCPHandler: Processed in 0.001349671 sec. 2025.08.26 21:55:41.342913 [ 135 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:55:41.343024 [ 135 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:55:41.549735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 2025.08.26 21:55:41.550234 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:41.550280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:41.550764 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:55:41.550994 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:41.551128 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 2025.08.26 21:55:42.860280 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:42.860605 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:42.860716 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:42.861562 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:42.861616 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:42.862021 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.26 21:55:42.862263 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:42.862439 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} executeQuery: Read 56 rows, 4.38 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.22 MiB/sec. 2025.08.26 21:55:42.862494 [ 253 ] {e5819dde-84d5-4c3d-881b-f9319e18aa7c} TCPHandler: Processed in 0.002399644 sec. 2025.08.26 21:55:42.862644 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:42.862752 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:42.862797 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:42.863325 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:42.863365 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:42.863712 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.26 21:55:42.863921 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:42.864065 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} executeQuery: Read 64 rows, 5.12 KiB in 0.00134 sec., 47761.19402985075 rows/sec., 3.73 MiB/sec. 2025.08.26 21:55:42.864106 [ 253 ] {7a09fed1-294e-4524-9c4e-51f0fda32104} TCPHandler: Processed in 0.001521854 sec. 2025.08.26 21:55:42.864232 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:42.864334 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:42.864381 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:42.864851 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:42.864889 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:42.865252 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.26 21:55:42.865467 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:42.865603 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} executeQuery: Read 160 rows, 11.41 KiB in 0.001292 sec., 123839.0092879257 rows/sec., 8.63 MiB/sec. 2025.08.26 21:55:42.865613 [ 134 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 4 parts from all_1_114_23 to all_117_117_0 2025.08.26 21:55:42.865640 [ 253 ] {b1c5fa30-f4f8-4544-b4af-affc4ea47ba0} TCPHandler: Processed in 0.001457813 sec. 2025.08.26 21:55:42.865685 [ 134 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:42.865711 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:42.865785 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:42.865842 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTask::PrepareStage: Merging 4 parts: from all_1_114_23 to all_117_117_0 into Compact with storage Full 2025.08.26 21:55:42.865893 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:42.865940 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:42.865996 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:42.866042 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 33227 rows starting from the beginning of the part 2025.08.26 21:55:42.866127 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:42.866183 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:42.866235 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:42.866291 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:42.866334 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:42.866685 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.08.26 21:55:42.866898 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:42.867033 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.08.26 21:55:42.867069 [ 253 ] {471b907b-7703-449c-af20-da9b77dbae1f} TCPHandler: Processed in 0.00133991 sec. 2025.08.26 21:55:42.872087 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergeTask::MergeProjectionsStage: Merge sorted 33707 rows, containing 5 columns (5 merged, 0 gathered) in 0.006296802 sec., 5353034.762725587 rows/sec., 366.26 MiB/sec. 2025.08.26 21:55:42.872437 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) 2025.08.26 21:55:42.872758 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:42.872837 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_117_24} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 4 parts: [all_1_114_23, all_117_117_0] -> all_1_117_24 2025.08.26 21:55:42.872931 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.08.26 21:55:43.487116 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.08.26 21:55:43.504923 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:43.504992 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:43.511117 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:55:43.511836 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:43.514968 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.08.26 21:55:45.102864 [ 223 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:55:45.102944 [ 223 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:55:45.104876 [ 223 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:55:46.652971 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1662 2025.08.26 21:55:46.655214 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:46.655272 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:46.656477 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:55:46.656751 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:46.657125 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1662 2025.08.26 21:55:47.413853 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.414032 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.414096 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:55:47.414705 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.414742 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.415121 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:55:47.415341 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.415491 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} executeQuery: Read 24 rows, 2.04 KiB in 0.001509 sec., 15904.572564612326 rows/sec., 1.32 MiB/sec. 2025.08.26 21:55:47.415532 [ 253 ] {ee24655a-14c0-490a-bb15-169896525b4c} TCPHandler: Processed in 0.00180489 sec. 2025.08.26 21:55:47.415646 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.415740 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:55:47.415781 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:55:47.416152 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.416187 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.416479 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.26 21:55:47.416685 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.416808 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} executeQuery: Read 2 rows, 167.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 150.17 KiB/sec. 2025.08.26 21:55:47.416844 [ 253 ] {88c61441-8652-49cd-a7ee-202926cfb99c} TCPHandler: Processed in 0.001247998 sec. 2025.08.26 21:55:47.416942 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.417034 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:47.417073 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:47.418171 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.418205 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.418603 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.26 21:55:47.418808 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.418933 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} executeQuery: Read 1399 rows, 119.86 KiB in 0.001917 sec., 729786.1241523213 rows/sec., 61.06 MiB/sec. 2025.08.26 21:55:47.418970 [ 253 ] {20c57ede-9c62-4359-91cd-327c976cb196} TCPHandler: Processed in 0.002076177 sec. 2025.08.26 21:55:47.419075 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.419168 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.419207 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:47.419607 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.419641 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.419936 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:55:47.420136 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.420261 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} executeQuery: Read 55 rows, 4.18 KiB in 0.001111 sec., 49504.9504950495 rows/sec., 3.68 MiB/sec. 2025.08.26 21:55:47.420298 [ 253 ] {064fe7e8-0dc6-4298-a502-da64db7b6919} TCPHandler: Processed in 0.001270939 sec. 2025.08.26 21:55:47.420403 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.420503 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.420546 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:55:47.421040 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.421076 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.421399 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.26 21:55:47.421606 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.421733 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} executeQuery: Read 252 rows, 17.85 KiB in 0.001248 sec., 201923.07692307694 rows/sec., 13.97 MiB/sec. 2025.08.26 21:55:47.421771 [ 253 ] {5a2a65f4-9374-40c8-a0cd-c3d3374be65f} TCPHandler: Processed in 0.001419272 sec. 2025.08.26 21:55:47.421879 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.421973 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.422013 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:55:47.422388 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.422422 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.422707 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:55:47.422912 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.423037 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} executeQuery: Read 12 rows, 960.00 B in 0.001083 sec., 11080.3324099723 rows/sec., 865.65 KiB/sec. 2025.08.26 21:55:47.423074 [ 253 ] {c40d904a-5d15-4242-99b8-be77ce1cec13} TCPHandler: Processed in 0.001245238 sec. 2025.08.26 21:55:47.423188 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.423303 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:47.423349 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:47.424035 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.424070 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.424402 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.26 21:55:47.424613 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.424744 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} executeQuery: Read 599 rows, 46.11 KiB in 0.001464 sec., 409153.00546448084 rows/sec., 30.76 MiB/sec. 2025.08.26 21:55:47.424781 [ 253 ] {353270ba-9d2e-4f6a-8314-3dae0a3706b6} TCPHandler: Processed in 0.001651747 sec. 2025.08.26 21:55:47.424881 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.424979 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.425031 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:47.425716 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.425757 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.426169 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.26 21:55:47.426382 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.426532 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} executeQuery: Read 917 rows, 63.69 KiB in 0.001577 sec., 581483.8300570704 rows/sec., 39.44 MiB/sec. 2025.08.26 21:55:47.426569 [ 253 ] {69160444-08e0-4814-9666-faa7c863d35d} TCPHandler: Processed in 0.001737149 sec. 2025.08.26 21:55:47.426677 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.426771 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.426826 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} 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.08.26 21:55:47.427695 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.427731 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.428310 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.26 21:55:47.428535 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.428672 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} executeQuery: Read 41 rows, 75.23 KiB in 0.001919 sec., 21365.29442417926 rows/sec., 38.29 MiB/sec. 2025.08.26 21:55:47.428736 [ 253 ] {66ce5a4d-acdd-43a7-a3b0-86cdd72aa0bf} TCPHandler: Processed in 0.002108258 sec. 2025.08.26 21:55:47.428842 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:47.428936 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:47.428977 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:47.429337 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:47.429371 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:47.429674 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.08.26 21:55:47.429883 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:47.430010 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.08.26 21:55:47.430045 [ 253 ] {7c839861-4c07-40d5-8095-466bd8d4db87} TCPHandler: Processed in 0.001252028 sec. 2025.08.26 21:55:49.051227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 2025.08.26 21:55:49.051733 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:49.051783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:49.052260 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:55:49.052510 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:49.052661 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 2025.08.26 21:55:51.015023 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.08.26 21:55:51.032968 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:51.033021 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:51.039195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:55:51.039927 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:51.042916 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.08.26 21:55:52.118825 [ 217 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:52.118885 [ 217 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:52.121625 [ 217 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:55:52.197541 [ 225 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:52.197580 [ 225 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:52.200356 [ 225 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:55:52.538161 [ 223 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:52.538215 [ 223 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:52.541019 [ 223 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:55:52.611036 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:52.611074 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:52.614320 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:55:52.859535 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:52.859720 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:52.859791 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:52.860560 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.860612 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.861047 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.26 21:55:52.861277 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.861424 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} executeQuery: Read 56 rows, 4.38 KiB in 0.001759 sec., 31836.270608300172 rows/sec., 2.43 MiB/sec. 2025.08.26 21:55:52.861423 [ 120 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.26 21:55:52.861467 [ 253 ] {db470ef4-1c58-4bfe-9fd6-18650cdab06b} TCPHandler: Processed in 0.002064137 sec. 2025.08.26 21:55:52.861506 [ 120 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.861536 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.861600 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:52.861657 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:55:52.861698 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:52.861746 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:52.861808 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:52.861847 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2420 rows starting from the beginning of the part 2025.08.26 21:55:52.861917 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:52.861964 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 138 rows starting from the beginning of the part 2025.08.26 21:55:52.862005 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:52.862043 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1399 rows starting from the beginning of the part 2025.08.26 21:55:52.862083 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part 2025.08.26 21:55:52.862189 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.862230 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.862591 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.26 21:55:52.862804 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.862926 [ 120 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.26 21:55:52.862937 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} executeQuery: Read 64 rows, 5.12 KiB in 0.001258 sec., 50874.403815580285 rows/sec., 3.97 MiB/sec. 2025.08.26 21:55:52.862966 [ 120 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.862988 [ 253 ] {8ee417e4-b4cf-4899-a270-5dde4797b62a} TCPHandler: Processed in 0.001435382 sec. 2025.08.26 21:55:52.862992 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.863108 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:55:52.863127 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:52.863234 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:52.863244 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:52.863279 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:52.863287 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1223 rows starting from the beginning of the part 2025.08.26 21:55:52.863368 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:52.863414 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 105 rows starting from the beginning of the part 2025.08.26 21:55:52.863458 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:52.863501 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 599 rows starting from the beginning of the part 2025.08.26 21:55:52.863542 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part 2025.08.26 21:55:52.863735 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.863775 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.863903 [ 194 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 4125 rows, containing 5 columns (5 merged, 0 gathered) in 0.002302162 sec., 1791793.9745335036 rows/sec., 154.23 MiB/sec. 2025.08.26 21:55:52.864119 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.26 21:55:52.864240 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.26 21:55:52.864381 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.864524 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} executeQuery: Read 160 rows, 11.41 KiB in 0.001309 sec., 122230.71046600457 rows/sec., 8.51 MiB/sec. 2025.08.26 21:55:52.864545 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.864561 [ 253 ] {a897a1c7-e791-464d-a8c1-55d308739301} TCPHandler: Processed in 0.001481794 sec. 2025.08.26 21:55:52.864636 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_121_24} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.26 21:55:52.864685 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:52.864733 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2025.08.26 21:55:52.864778 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2119 rows, containing 5 columns (5 merged, 0 gathered) in 0.001723578 sec., 1229419.2662008915 rows/sec., 95.53 MiB/sec. 2025.08.26 21:55:52.864782 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:52.864839 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:52.864946 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.26 21:55:52.865178 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.865196 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.865223 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.865276 [ 202 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_121_24} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.26 21:55:52.865366 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.26 21:55:52.865537 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.08.26 21:55:52.865750 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.865870 [ 118 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.08.26 21:55:52.865876 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.08.26 21:55:52.865915 [ 118 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:52.865932 [ 253 ] {6e097a88-c390-4614-9881-a98c761cfb9e} TCPHandler: Processed in 0.00129462 sec. 2025.08.26 21:55:52.865941 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:52.866039 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:52.866135 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:52.866163 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6774 rows starting from the beginning of the part 2025.08.26 21:55:52.866218 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:52.866261 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:52.866299 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:52.866336 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2025.08.26 21:55:52.866376 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:55:52.868003 [ 198 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7074 rows, containing 4 columns (4 merged, 0 gathered) in 0.001999465 sec., 3537946.400662177 rows/sec., 235.55 MiB/sec. 2025.08.26 21:55:52.868443 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.08.26 21:55:52.868724 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:52.868796 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_121_24} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.08.26 21:55:52.868877 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.08.26 21:55:56.343275 [ 116 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:55:56.343344 [ 116 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:55:56.553752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 2025.08.26 21:55:56.554239 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:56.554275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:56.554755 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:55:56.554984 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:56.555111 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 2025.08.26 21:55:56.555217 [ 221 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:56.555292 [ 221 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:56.556924 [ 221 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:55:56.658256 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1690 2025.08.26 21:55:56.660560 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:56.660614 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:56.661836 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:55:56.662114 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:56.662328 [ 222 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:56.662362 [ 222 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:56.662502 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1690 2025.08.26 21:55:56.665324 [ 222 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:55:57.001946 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001562425 sec. 2025.08.26 21:55:57.082234 [ 223 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:57.082285 [ 223 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:57.084726 [ 223 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:55:57.862184 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.862359 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:55:57.862424 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:55:57.863142 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.863180 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.863584 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.26 21:55:57.863807 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.863957 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} executeQuery: Read 138 rows, 12.23 KiB in 0.001648 sec., 83737.8640776699 rows/sec., 7.25 MiB/sec. 2025.08.26 21:55:57.864000 [ 253 ] {1759f1e4-ffab-487a-9ffc-dd0bc0612d0c} TCPHandler: Processed in 0.001940704 sec. 2025.08.26 21:55:57.864182 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.864296 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:55:57.864342 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:55:57.864757 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.864790 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.865094 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:55:57.865301 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.865428 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} executeQuery: Read 41 rows, 3.08 KiB in 0.001171 sec., 35012.80956447481 rows/sec., 2.57 MiB/sec. 2025.08.26 21:55:57.865465 [ 253 ] {31f07ad3-67ca-4d54-86c7-76b3b9f7a753} TCPHandler: Processed in 0.00133097 sec. 2025.08.26 21:55:57.865605 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.865713 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:55:57.865752 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:55:57.866208 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.866242 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.866542 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.26 21:55:57.866744 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.866867 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} executeQuery: Read 105 rows, 8.40 KiB in 0.001172 sec., 89590.44368600682 rows/sec., 7.00 MiB/sec. 2025.08.26 21:55:57.866904 [ 253 ] {0df858f3-1527-467a-9ede-09506b86c8aa} TCPHandler: Processed in 0.00134649 sec. 2025.08.26 21:55:57.867014 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.867106 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:57.867148 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:55:57.867562 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.867595 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.867916 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.26 21:55:57.868129 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.868229 [ 111 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 4 parts from all_1_117_24 to all_120_120_0 2025.08.26 21:55:57.868253 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.08.26 21:55:57.868266 [ 111 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.868287 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.868291 [ 253 ] {3181c05f-26fb-4b79-ba79-ed7efa7b8f70} TCPHandler: Processed in 0.00132373 sec. 2025.08.26 21:55:57.868396 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.868426 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTask::PrepareStage: Merging 4 parts: from all_1_117_24 to all_120_120_0 into Compact with storage Full 2025.08.26 21:55:57.868489 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:55:57.868548 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} 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.08.26 21:55:57.868612 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:57.868662 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 33707 rows starting from the beginning of the part 2025.08.26 21:55:57.868739 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:57.868797 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2025.08.26 21:55:57.868851 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 917 rows starting from the beginning of the part 2025.08.26 21:55:57.869470 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.869510 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.870074 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.26 21:55:57.870300 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.870442 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} executeQuery: Read 41 rows, 75.23 KiB in 0.001972 sec., 20791.07505070994 rows/sec., 37.26 MiB/sec. 2025.08.26 21:55:57.870498 [ 253 ] {8debf7d4-20a9-43b7-815b-2ad41ea4777d} TCPHandler: Processed in 0.002147699 sec. 2025.08.26 21:55:57.870629 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:55:57.870722 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:55:57.870762 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:55:57.871097 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:57.871131 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:57.871435 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.08.26 21:55:57.871635 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.871762 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.08.26 21:55:57.871797 [ 253 ] {28e30cdb-302f-4c2e-bb4b-ac157ca1b8c9} TCPHandler: Processed in 0.001215367 sec. 2025.08.26 21:55:57.875241 [ 194 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergeTask::MergeProjectionsStage: Merge sorted 34944 rows, containing 5 columns (5 merged, 0 gathered) in 0.006885375 sec., 5075104.841784216 rows/sec., 347.22 MiB/sec. 2025.08.26 21:55:57.875536 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} MergedBlockOutputStream: filled checksums all_1_120_25 (state Temporary) 2025.08.26 21:55:57.875827 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_120_25 to all_1_120_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:57.875901 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_120_25} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 4 parts: [all_1_117_24, all_120_120_0] -> all_1_120_25 2025.08.26 21:55:57.875979 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.26 21:55:57.902254 [ 220 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:57.902328 [ 220 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:57.904660 [ 220 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:55:58.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 340.12 MiB, peak 361.94 MiB, free memory in arenas 0.00 B, will set to 343.70 MiB (RSS), difference: 3.57 MiB 2025.08.26 21:55:58.542985 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.08.26 21:55:58.559564 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:58.559610 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:58.565344 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:55:58.566039 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:58.569337 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.08.26 21:55:59.476709 [ 114 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2025.08.26 21:55:59.476801 [ 114 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:55:59.476833 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:55:59.476967 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2025.08.26 21:55:59.477125 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:55:59.477165 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 214 rows starting from the beginning of the part 2025.08.26 21:55:59.477241 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 202 rows starting from the beginning of the part 2025.08.26 21:55:59.477298 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2025.08.26 21:55:59.477348 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2025.08.26 21:55:59.477396 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2025.08.26 21:55:59.478171 [ 194 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261619 sec., 358269.81045783235 rows/sec., 22.46 MiB/sec. 2025.08.26 21:55:59.478322 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2025.08.26 21:55:59.478572 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:55:59.478644 [ 188 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_27_6} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2025.08.26 21:55:59.478721 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.26 21:56:02.863335 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:02.863584 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:02.863702 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:02.864650 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:02.864707 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:02.865221 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.26 21:56:02.865548 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:02.865766 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} executeQuery: Read 56 rows, 4.38 KiB in 0.002262 sec., 24756.85234305924 rows/sec., 1.89 MiB/sec. 2025.08.26 21:56:02.865837 [ 253 ] {c0e03a7a-091c-4be5-afb9-93bc1cb04c1a} TCPHandler: Processed in 0.002723821 sec. 2025.08.26 21:56:02.866013 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:02.866130 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:02.866185 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:02.866788 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:02.866829 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:02.867261 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.26 21:56:02.867523 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:02.867692 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} executeQuery: Read 64 rows, 5.12 KiB in 0.001588 sec., 40302.26700251889 rows/sec., 3.15 MiB/sec. 2025.08.26 21:56:02.867740 [ 253 ] {142be1b5-d65a-4343-86f2-3516d38b05ef} TCPHandler: Processed in 0.00178621 sec. 2025.08.26 21:56:02.867893 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:02.868012 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:02.868072 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:02.868671 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:02.868719 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:02.869304 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.26 21:56:02.869633 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:02.869835 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} executeQuery: Read 160 rows, 11.41 KiB in 0.00185 sec., 86486.48648648648 rows/sec., 6.02 MiB/sec. 2025.08.26 21:56:02.869892 [ 253 ] {42af5131-d4b2-4d5d-a9d0-a75bc1239241} TCPHandler: Processed in 0.002054437 sec. 2025.08.26 21:56:02.870087 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:02.870225 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:02.870293 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:02.870870 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:02.870944 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:02.871410 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.08.26 21:56:02.871697 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:02.871882 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 2.40 MiB/sec. 2025.08.26 21:56:02.871934 [ 253 ] {fbc7a0b0-c74d-44d5-8c33-d88cd968ddc2} TCPHandler: Processed in 0.001918513 sec. 2025.08.26 21:56:04.056449 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 2025.08.26 21:56:04.057273 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:04.057392 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:04.058133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:56:04.058631 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:04.058855 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 2025.08.26 21:56:04.058880 [ 107 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:56:04.058970 [ 107 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:04.058996 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.08.26 21:56:04.059165 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059347 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:04.059398 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059480 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059535 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059585 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059629 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.059677 [ 194 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:04.063372 [ 197 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004281427 sec., 8676779.961447433 rows/sec., 124.12 MiB/sec. 2025.08.26 21:56:04.063762 [ 190 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:56:04.064118 [ 190 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_81_16} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:04.064220 [ 190 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_81_16} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:56:04.064377 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.26 21:56:06.070382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.08.26 21:56:06.088371 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:06.088441 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:06.094562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:56:06.095303 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:06.095646 [ 105 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:56:06.095716 [ 105 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:06.095739 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:06.095866 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.099286 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.08.26 21:56:06.099846 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:06.101535 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.106251 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.110890 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.115348 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.120120 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.124595 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:06.185649 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.089840465 sec., 6789.813476588752 rows/sec., 35.11 MiB/sec. 2025.08.26 21:56:06.188667 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:56:06.190669 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_81_16} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:06.190779 [ 189 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_81_16} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:56:06.193195 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.26 21:56:06.663630 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1710 2025.08.26 21:56:06.665884 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:06.665943 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:06.667199 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:56:06.667505 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:06.667899 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1710 2025.08.26 21:56:07.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.77 MiB, peak 362.19 MiB, free memory in arenas 0.00 B, will set to 343.70 MiB (RSS), difference: -1.07 MiB 2025.08.26 21:56:07.862867 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.863054 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:07.863124 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:07.863883 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.863932 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.864358 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.26 21:56:07.864600 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.864763 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} executeQuery: Read 138 rows, 12.23 KiB in 0.001759 sec., 78453.66685616827 rows/sec., 6.79 MiB/sec. 2025.08.26 21:56:07.864808 [ 253 ] {8d97f0ae-2cc7-41e2-ab15-70575e93fd2c} TCPHandler: Processed in 0.002082887 sec. 2025.08.26 21:56:07.864937 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.865037 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:07.865085 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:07.865535 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.865574 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.865900 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.26 21:56:07.866142 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.866283 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} executeQuery: Read 41 rows, 3.08 KiB in 0.001267 sec., 32359.905288082085 rows/sec., 2.38 MiB/sec. 2025.08.26 21:56:07.866325 [ 253 ] {10547a54-6cf9-41b0-85c0-a21b5c7d14af} TCPHandler: Processed in 0.001437832 sec. 2025.08.26 21:56:07.866444 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.866541 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:07.866583 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:07.867043 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.867081 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.867400 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.26 21:56:07.867622 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.867757 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} executeQuery: Read 105 rows, 8.40 KiB in 0.001235 sec., 85020.24291497975 rows/sec., 6.64 MiB/sec. 2025.08.26 21:56:07.867797 [ 253 ] {e57d397c-8f15-49f4-82a4-32a05d203c02} TCPHandler: Processed in 0.001403241 sec. 2025.08.26 21:56:07.867919 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.868016 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:07.868061 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:07.868505 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.868542 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.868894 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.26 21:56:07.869117 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.869258 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2025.08.26 21:56:07.869303 [ 253 ] {1b7fa4c1-97c0-4833-8322-64e07b102ce5} TCPHandler: Processed in 0.001434022 sec. 2025.08.26 21:56:07.869433 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.869529 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:07.869586 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} 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.08.26 21:56:07.870532 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.870570 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.871168 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.26 21:56:07.871426 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.871580 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} executeQuery: Read 41 rows, 75.23 KiB in 0.00207 sec., 19806.763285024157 rows/sec., 35.49 MiB/sec. 2025.08.26 21:56:07.871661 [ 253 ] {80f9ea08-4c17-4df9-88ec-c91d73735862} TCPHandler: Processed in 0.002278032 sec. 2025.08.26 21:56:07.871787 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:07.871884 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:07.871927 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:07.872288 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:07.872325 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.08.26 21:56:07.872655 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.08.26 21:56:07.872880 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:07.873018 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} executeQuery: Read 60 rows, 4.14 KiB in 0.001153 sec., 52038.16131830009 rows/sec., 3.51 MiB/sec. 2025.08.26 21:56:07.873055 [ 253 ] {29c36d23-7a21-41f5-8c53-501edac78d65} TCPHandler: Processed in 0.00131853 sec. 2025.08.26 21:56:11.343395 [ 99 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:56:11.343497 [ 99 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:56:11.559929 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 2025.08.26 21:56:11.560418 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:11.560466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:11.560948 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:56:11.561171 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:11.561332 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 2025.08.26 21:56:12.860103 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:12.860391 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:12.860497 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:12.861398 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:12.861447 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:12.861853 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.26 21:56:12.862068 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:12.862226 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec. 2025.08.26 21:56:12.862270 [ 253 ] {de14e5f1-f153-4ffd-804a-ed4f8231d753} TCPHandler: Processed in 0.002359793 sec. 2025.08.26 21:56:12.862404 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:12.862504 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:12.862545 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:12.863091 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:12.863129 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:12.863433 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.26 21:56:12.863634 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:12.863762 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} executeQuery: Read 64 rows, 5.12 KiB in 0.001276 sec., 50156.73981191222 rows/sec., 3.91 MiB/sec. 2025.08.26 21:56:12.863800 [ 253 ] {8476b592-d796-49a2-967d-f3097926a913} TCPHandler: Processed in 0.001443873 sec. 2025.08.26 21:56:12.863979 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:12.864072 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:12.864115 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:12.864648 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:12.864685 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:12.865036 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.26 21:56:12.865242 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:12.865362 [ 98 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_120_25 to all_121_121_0 2025.08.26 21:56:12.865371 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} executeQuery: Read 160 rows, 11.41 KiB in 0.001317 sec., 121488.23082763857 rows/sec., 8.46 MiB/sec. 2025.08.26 21:56:12.865437 [ 98 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:12.865457 [ 253 ] {954befcb-d19e-45c3-a41c-f8706fede059} TCPHandler: Processed in 0.001538174 sec. 2025.08.26 21:56:12.865463 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:12.865577 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergeTask::PrepareStage: Merging 2 parts: from all_1_120_25 to all_121_121_0 into Compact with storage Full 2025.08.26 21:56:12.865610 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:12.865710 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:12.865720 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:12.865760 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_120_25, total 34944 rows starting from the beginning of the part 2025.08.26 21:56:12.865775 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:12.865841 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:12.866156 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:12.866196 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:12.866510 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.08.26 21:56:12.866719 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:12.866848 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2025.08.26 21:56:12.866884 [ 253 ] {c4da6b8c-36ea-4df5-8ffa-bbe827262f44} TCPHandler: Processed in 0.00132237 sec. 2025.08.26 21:56:12.873148 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergeTask::MergeProjectionsStage: Merge sorted 35104 rows, containing 5 columns (5 merged, 0 gathered) in 0.007609952 sec., 4612906.888243185 rows/sec., 315.63 MiB/sec. 2025.08.26 21:56:12.873536 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} MergedBlockOutputStream: filled checksums all_1_121_26 (state Temporary) 2025.08.26 21:56:12.873862 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_121_26 to all_1_121_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:12.873950 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_121_26} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_120_25, all_121_121_0] -> all_1_121_26 2025.08.26 21:56:12.874052 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.08.26 21:56:13.001146 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.04 MiB, peak 362.19 MiB, free memory in arenas 0.00 B, will set to 345.10 MiB (RSS), difference: 1.05 MiB 2025.08.26 21:56:13.600264 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.08.26 21:56:13.617840 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:13.617899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:13.624000 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:56:13.624706 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:13.627741 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.08.26 21:56:14.368872 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:56:14.368924 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:56:14.370719 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:56:16.542532 [ 220 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:56:16.542594 [ 220 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:56:16.544331 [ 220 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:56:16.668882 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1730 2025.08.26 21:56:16.670980 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:16.671029 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:16.672201 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:56:16.672473 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:16.672621 [ 96 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:56:16.672665 [ 96 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:16.672686 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:16.672757 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1730 2025.08.26 21:56:16.672779 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:56:16.673299 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:16.673442 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1622 rows starting from the beginning of the part 2025.08.26 21:56:16.673830 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part 2025.08.26 21:56:16.674153 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 20 rows starting from the beginning of the part 2025.08.26 21:56:16.674480 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part 2025.08.26 21:56:16.674807 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 20 rows starting from the beginning of the part 2025.08.26 21:56:16.675129 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part 2025.08.26 21:56:16.681685 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 72 columns (72 merged, 0 gathered) in 0.008943232 sec., 193442.37072235183 rows/sec., 150.68 MiB/sec. 2025.08.26 21:56:16.683510 [ 193 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:56:16.684173 [ 193 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:16.684271 [ 193 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_61_12} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:56:16.684651 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.08.26 21:56:17.200915 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:17.200970 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:17.203741 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:17.400908 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:17.400949 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:17.403421 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:17.412874 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.413037 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.413102 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:56:17.413743 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.413785 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.414172 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:56:17.414406 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.414567 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} executeQuery: Read 24 rows, 2.04 KiB in 0.001581 sec., 15180.265654648956 rows/sec., 1.26 MiB/sec. 2025.08.26 21:56:17.414620 [ 253 ] {44293e6b-1625-4b70-bec5-d3961f4df6b6} TCPHandler: Processed in 0.001870753 sec. 2025.08.26 21:56:17.414740 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.414844 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:56:17.414889 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:56:17.415300 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.415337 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.415652 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.26 21:56:17.415873 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.416002 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} executeQuery: Read 16 rows, 1.30 KiB in 0.001182 sec., 13536.37901861252 rows/sec., 1.08 MiB/sec. 2025.08.26 21:56:17.416041 [ 253 ] {d618d8e0-e81d-4735-af5b-0a3c7558cb95} TCPHandler: Processed in 0.001352631 sec. 2025.08.26 21:56:17.416148 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.416245 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:17.416284 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:17.417406 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.417442 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.417832 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.26 21:56:17.418042 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.418154 [ 93 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.26 21:56:17.418177 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} executeQuery: Read 1406 rows, 120.37 KiB in 0.001951 sec., 720656.0738083035 rows/sec., 60.25 MiB/sec. 2025.08.26 21:56:17.418228 [ 93 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.418236 [ 253 ] {7b433750-f090-4801-a1e7-63e253ee2f7c} TCPHandler: Processed in 0.002138008 sec. 2025.08.26 21:56:17.418261 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.418358 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.418364 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:56:17.418459 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.418472 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.418499 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:17.418505 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2420 rows starting from the beginning of the part 2025.08.26 21:56:17.418574 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 138 rows starting from the beginning of the part 2025.08.26 21:56:17.418625 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part 2025.08.26 21:56:17.418672 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 138 rows starting from the beginning of the part 2025.08.26 21:56:17.418718 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part 2025.08.26 21:56:17.418765 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1406 rows starting from the beginning of the part 2025.08.26 21:56:17.418937 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.418972 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.419286 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.26 21:56:17.419504 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.419619 [ 93 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.26 21:56:17.419636 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} executeQuery: Read 69 rows, 5.16 KiB in 0.001196 sec., 57692.307692307695 rows/sec., 4.21 MiB/sec. 2025.08.26 21:56:17.419648 [ 93 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.419675 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.419683 [ 253 ] {ce635c1a-acc2-45ce-932f-190e4de9898f} TCPHandler: Processed in 0.001373931 sec. 2025.08.26 21:56:17.419755 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:56:17.419801 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.419840 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.419868 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 269 rows starting from the beginning of the part 2025.08.26 21:56:17.419897 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.419920 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part 2025.08.26 21:56:17.419937 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:56:17.419964 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 55 rows starting from the beginning of the part 2025.08.26 21:56:17.420004 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part 2025.08.26 21:56:17.420044 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 41 rows starting from the beginning of the part 2025.08.26 21:56:17.420083 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 69 rows starting from the beginning of the part 2025.08.26 21:56:17.420442 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.420444 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 4214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002122258 sec., 1985620.9753950743 rows/sec., 171.32 MiB/sec. 2025.08.26 21:56:17.420477 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.420769 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.26 21:56:17.420839 [ 200 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001116516 sec., 462151.9082574724 rows/sec., 33.08 MiB/sec. 2025.08.26 21:56:17.421052 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.26 21:56:17.421075 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.26 21:56:17.421191 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.421306 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_126_25} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.26 21:56:17.421359 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.421429 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.08.26 21:56:17.421485 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.421512 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} executeQuery: Read 252 rows, 17.85 KiB in 0.001633 sec., 154317.2075933864 rows/sec., 10.67 MiB/sec. 2025.08.26 21:56:17.421551 [ 253 ] {b7c409e5-95d6-45f6-bee8-d692bd8ab16e} TCPHandler: Processed in 0.001799961 sec. 2025.08.26 21:56:17.421571 [ 187 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_76_15} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.26 21:56:17.421640 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.26 21:56:17.421664 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.421759 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.421799 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:56:17.422192 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.422226 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.422529 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.26 21:56:17.422746 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.422873 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2025.08.26 21:56:17.422912 [ 253 ] {2a197b47-7640-4ffe-9399-cb5fe043502e} TCPHandler: Processed in 0.00129812 sec. 2025.08.26 21:56:17.423016 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.423111 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:17.423150 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:17.423773 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.423809 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.424143 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.26 21:56:17.424363 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.424477 [ 93 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.26 21:56:17.424491 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} executeQuery: Read 613 rows, 47.25 KiB in 0.001399 sec., 438170.1215153681 rows/sec., 32.98 MiB/sec. 2025.08.26 21:56:17.424508 [ 93 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.424533 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.424538 [ 253 ] {a285d9ae-cb2f-405e-bc15-373b68658316} TCPHandler: Processed in 0.001572065 sec. 2025.08.26 21:56:17.424622 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:56:17.424652 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.424729 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.424752 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.424771 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1223 rows starting from the beginning of the part 2025.08.26 21:56:17.424801 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:17.424846 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 105 rows starting from the beginning of the part 2025.08.26 21:56:17.424901 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part 2025.08.26 21:56:17.424949 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 105 rows starting from the beginning of the part 2025.08.26 21:56:17.424995 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part 2025.08.26 21:56:17.425037 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 613 rows starting from the beginning of the part 2025.08.26 21:56:17.425411 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.425453 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.425864 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.26 21:56:17.426094 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.426214 [ 93 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_121_26 to all_126_126_0 2025.08.26 21:56:17.426227 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} executeQuery: Read 924 rows, 64.18 KiB in 0.001493 sec., 618888.1446751507 rows/sec., 41.98 MiB/sec. 2025.08.26 21:56:17.426243 [ 93 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.426264 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683988 sec., 1290983.0711382742 rows/sec., 100.47 MiB/sec. 2025.08.26 21:56:17.426276 [ 253 ] {b399adee-7315-4c6e-9cdf-8619a79ddb0d} TCPHandler: Processed in 0.001672947 sec. 2025.08.26 21:56:17.426284 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.426373 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_26 to all_126_126_0 into Compact with storage Full 2025.08.26 21:56:17.426404 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.426449 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.26 21:56:17.426469 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.426496 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_121_26, total 35104 rows starting from the beginning of the part 2025.08.26 21:56:17.426505 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.426545 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:17.426567 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} 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.08.26 21:56:17.426588 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:17.426630 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:17.426666 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:17.426701 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 924 rows starting from the beginning of the part 2025.08.26 21:56:17.426726 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.426798 [ 200 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_126_25} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.26 21:56:17.426865 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.26 21:56:17.427483 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.427525 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.428112 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.26 21:56:17.428354 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.428492 [ 92 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.26 21:56:17.428501 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} executeQuery: Read 41 rows, 75.23 KiB in 0.002013 sec., 20367.610531544957 rows/sec., 36.50 MiB/sec. 2025.08.26 21:56:17.428543 [ 92 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.428572 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.428593 [ 253 ] {68bb3337-8438-4be7-8e4a-203181af5ac9} TCPHandler: Processed in 0.00223948 sec. 2025.08.26 21:56:17.428639 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.428715 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:17.428815 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:17.428829 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.428857 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:17.428885 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2261 rows starting from the beginning of the part 2025.08.26 21:56:17.429010 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.429119 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.429210 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.429235 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.429252 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.429337 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.429439 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:56:17.429575 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.08.26 21:56:17.429820 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.429948 [ 92 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.08.26 21:56:17.429962 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.08.26 21:56:17.429979 [ 92 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:17.430005 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:17.430008 [ 253 ] {884a65d7-6eef-43e0-8a71-8f97cb64b6bc} TCPHandler: Processed in 0.001342501 sec. 2025.08.26 21:56:17.430090 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:17.430199 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:17.430231 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7074 rows starting from the beginning of the part 2025.08.26 21:56:17.430291 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.08.26 21:56:17.430339 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:17.430381 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2025.08.26 21:56:17.430418 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:17.430456 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2025.08.26 21:56:17.432867 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7374 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817124 sec., 2617563.1601590845 rows/sec., 174.36 MiB/sec. 2025.08.26 21:56:17.433742 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.08.26 21:56:17.433999 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.434073 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_126_25} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.08.26 21:56:17.434146 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.08.26 21:56:17.434226 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergeTask::MergeProjectionsStage: Merge sorted 36668 rows, containing 5 columns (5 merged, 0 gathered) in 0.007880378 sec., 4653076.286442097 rows/sec., 318.41 MiB/sec. 2025.08.26 21:56:17.434704 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} MergedBlockOutputStream: filled checksums all_1_126_27 (state Temporary) 2025.08.26 21:56:17.435026 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_126_27 to all_1_126_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.435110 [ 189 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_126_27} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_121_26, all_126_126_0] -> all_1_126_27 2025.08.26 21:56:17.435226 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.08.26 21:56:17.442141 [ 192 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 19 columns (19 merged, 0 gathered) in 0.013526395 sec., 182310.21643239015 rows/sec., 326.69 MiB/sec. 2025.08.26 21:56:17.444536 [ 195 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.26 21:56:17.444882 [ 195 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:17.444951 [ 195 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_61_12} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.26 21:56:17.445094 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB. 2025.08.26 21:56:17.836707 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:17.836751 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:17.840795 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:18.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 346.15 MiB, peak 364.93 MiB, free memory in arenas 0.00 B, will set to 354.90 MiB (RSS), difference: 8.75 MiB 2025.08.26 21:56:18.201492 [ 222 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:18.201551 [ 222 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:18.204063 [ 222 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:19.009907 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:19.010025 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:19.012577 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:19.062342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 2025.08.26 21:56:19.062877 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:19.062924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:19.063448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:56:19.063715 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:19.063864 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 2025.08.26 21:56:20.001183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 350.91 MiB, peak 364.93 MiB, free memory in arenas 0.00 B, will set to 354.90 MiB (RSS), difference: 3.99 MiB 2025.08.26 21:56:21.128740 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.08.26 21:56:21.147448 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:21.147510 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:21.153767 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:56:21.154473 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:21.157707 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.08.26 21:56:22.859690 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:22.859974 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:22.860052 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:22.860764 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:22.860812 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:22.861208 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.26 21:56:22.861444 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:22.861596 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} executeQuery: Read 56 rows, 4.38 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.52 MiB/sec. 2025.08.26 21:56:22.861639 [ 253 ] {a118404f-561c-4e31-8cb8-2cefe08e1857} TCPHandler: Processed in 0.002141178 sec. 2025.08.26 21:56:22.861758 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:22.861853 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:22.861894 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:22.862391 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:22.862428 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:22.862743 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.26 21:56:22.862952 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:22.863079 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} executeQuery: Read 64 rows, 5.12 KiB in 0.001245 sec., 51405.62248995984 rows/sec., 4.01 MiB/sec. 2025.08.26 21:56:22.863119 [ 253 ] {5646f75d-61bc-4724-a18e-5629b4753e96} TCPHandler: Processed in 0.001408862 sec. 2025.08.26 21:56:22.863238 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:22.863332 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:22.863375 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:22.863852 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:22.863889 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:22.864230 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.26 21:56:22.864435 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:22.864565 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2025.08.26 21:56:22.864603 [ 253 ] {040c9fca-7414-4000-8daa-cc9a93336b77} TCPHandler: Processed in 0.001412752 sec. 2025.08.26 21:56:22.864709 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:22.864803 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:22.864845 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:22.865175 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:22.865210 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:22.865508 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.08.26 21:56:22.865704 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:22.865830 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.08.26 21:56:22.865866 [ 253 ] {988b3043-b360-46df-843d-a41e02606825} TCPHandler: Processed in 0.001203838 sec. 2025.08.26 21:56:26.343552 [ 84 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:56:26.343617 [ 84 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:56:26.564974 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 2025.08.26 21:56:26.565513 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:26.565554 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:26.566060 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:56:26.566308 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:26.566444 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 2025.08.26 21:56:26.673819 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1758 2025.08.26 21:56:26.676119 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:26.676177 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:26.677398 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:56:26.677683 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:26.678059 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1758 2025.08.26 21:56:27.862411 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.862613 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:27.862686 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:27.863591 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.863640 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.864049 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.26 21:56:27.864264 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.864422 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} executeQuery: Read 138 rows, 12.23 KiB in 0.001865 sec., 73994.63806970509 rows/sec., 6.40 MiB/sec. 2025.08.26 21:56:27.864466 [ 253 ] {d9d49254-cf38-4993-912c-33939a9b3692} TCPHandler: Processed in 0.002199729 sec. 2025.08.26 21:56:27.864593 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.864687 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:27.864727 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:27.865245 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.865282 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.865582 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.26 21:56:27.865786 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.865917 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} executeQuery: Read 41 rows, 3.08 KiB in 0.001249 sec., 32826.26100880705 rows/sec., 2.41 MiB/sec. 2025.08.26 21:56:27.865955 [ 253 ] {01d7919f-c363-4412-b19d-3b0f77c7b5ae} TCPHandler: Processed in 0.001410032 sec. 2025.08.26 21:56:27.866078 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.866176 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:27.866217 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:27.866734 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.866771 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.867073 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.26 21:56:27.867280 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.867408 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} executeQuery: Read 105 rows, 8.40 KiB in 0.00125 sec., 84000 rows/sec., 6.56 MiB/sec. 2025.08.26 21:56:27.867446 [ 253 ] {6e96026e-9ffb-43c8-af0f-18c71b409c92} TCPHandler: Processed in 0.001416232 sec. 2025.08.26 21:56:27.867565 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.867658 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:27.867701 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:27.868142 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.868180 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.868528 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.26 21:56:27.868737 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.868866 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.08.26 21:56:27.868904 [ 253 ] {4a338304-451b-40cc-93da-03fd7229d55c} TCPHandler: Processed in 0.001386131 sec. 2025.08.26 21:56:27.869011 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.869104 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:27.869159 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} 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.08.26 21:56:27.870051 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.870085 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.870656 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.26 21:56:27.870881 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.871016 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} executeQuery: Read 41 rows, 75.23 KiB in 0.00193 sec., 21243.523316062176 rows/sec., 38.07 MiB/sec. 2025.08.26 21:56:27.871070 [ 253 ] {3837f838-f72e-46ad-bd4d-47bcf7106903} TCPHandler: Processed in 0.002106877 sec. 2025.08.26 21:56:27.871205 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:27.871308 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:27.871349 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:27.871709 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:27.871744 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:27.872037 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.08.26 21:56:27.872248 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:27.872373 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.08.26 21:56:27.872408 [ 253 ] {ecc27af8-f72f-4b3e-834d-bc12bc9c6e86} TCPHandler: Processed in 0.001251198 sec. 2025.08.26 21:56:28.658731 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.08.26 21:56:28.676476 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:28.676534 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:28.682756 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:56:28.683475 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:28.686590 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.08.26 21:56:29.278763 [ 76 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.08.26 21:56:29.278822 [ 76 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:29.278844 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:29.278964 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:56:29.279110 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:29.279168 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2025.08.26 21:56:29.279273 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.08.26 21:56:29.279352 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part 2025.08.26 21:56:29.279433 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2025.08.26 21:56:29.279499 [ 197 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part 2025.08.26 21:56:29.280512 [ 195 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001598316 sec., 35036.87631231872 rows/sec., 2.92 MiB/sec. 2025.08.26 21:56:29.280697 [ 192 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.08.26 21:56:29.280998 [ 192 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:29.281077 [ 192 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_21_5} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.08.26 21:56:29.281185 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:56:29.676393 [ 76 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_36_8 to all_40_40_0 2025.08.26 21:56:29.676473 [ 76 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:29.676498 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:29.676614 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_36_8 to all_40_40_0 into Compact with storage Full 2025.08.26 21:56:29.676747 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:29.676782 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 455 rows starting from the beginning of the part 2025.08.26 21:56:29.676848 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 252 rows starting from the beginning of the part 2025.08.26 21:56:29.676894 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 252 rows starting from the beginning of the part 2025.08.26 21:56:29.676937 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 252 rows starting from the beginning of the part 2025.08.26 21:56:29.676978 [ 195 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 252 rows starting from the beginning of the part 2025.08.26 21:56:29.677957 [ 192 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergeTask::MergeProjectionsStage: Merge sorted 1463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394321 sec., 1049256.232962137 rows/sec., 75.89 MiB/sec. 2025.08.26 21:56:29.678172 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} MergedBlockOutputStream: filled checksums all_1_40_9 (state Temporary) 2025.08.26 21:56:29.678495 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_40_9 to all_1_40_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:29.678586 [ 196 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_40_9} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_36_8, all_40_40_0] -> all_1_40_9 2025.08.26 21:56:29.678701 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.26 21:56:30.408386 [ 74 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2025.08.26 21:56:30.408482 [ 74 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:30.408523 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:30.408668 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2025.08.26 21:56:30.408835 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:30.408875 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 416 rows starting from the beginning of the part 2025.08.26 21:56:30.408949 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.26 21:56:30.409001 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2025.08.26 21:56:30.409050 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.08.26 21:56:30.409099 [ 195 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2025.08.26 21:56:30.409921 [ 193 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131315 sec., 389902.14370026276 rows/sec., 28.01 MiB/sec. 2025.08.26 21:56:30.410143 [ 202 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2025.08.26 21:56:30.410483 [ 202 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:30.410570 [ 202 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_28_6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2025.08.26 21:56:30.410683 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.26 21:56:30.990068 [ 220 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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.08.26 21:56:30.990146 [ 220 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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.08.26 21:56:30.992561 [ 220 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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.08.26 21:56:32.859570 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:32.859748 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:32.859812 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:32.860440 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:32.860480 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:32.860882 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.26 21:56:32.861101 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:32.861248 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} executeQuery: Read 56 rows, 4.38 KiB in 0.00155 sec., 36129.032258064515 rows/sec., 2.76 MiB/sec. 2025.08.26 21:56:32.861289 [ 253 ] {8ba77ff4-6990-444b-a5f3-6f79e3d9be7f} TCPHandler: Processed in 0.001844071 sec. 2025.08.26 21:56:32.861402 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:32.861495 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:32.861535 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:32.861947 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:32.861983 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:32.862281 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.26 21:56:32.862489 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:32.862616 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2025.08.26 21:56:32.862653 [ 253 ] {ea67936a-14ec-40d5-99a2-e08aebfaee2c} TCPHandler: Processed in 0.001298009 sec. 2025.08.26 21:56:32.862764 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:32.862856 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:32.862898 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:32.863294 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:32.863328 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:32.863653 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.26 21:56:32.863864 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:32.863991 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2025.08.26 21:56:32.864028 [ 253 ] {b57b1711-2d41-4b89-a975-5caa2b651fcf} TCPHandler: Processed in 0.00131062 sec. 2025.08.26 21:56:32.864125 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:32.864215 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:32.864255 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:32.864578 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:32.864613 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:32.864920 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.08.26 21:56:32.865135 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:32.865262 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.26 21:56:32.865297 [ 253 ] {2d17f499-d700-4b67-a464-bd386b51c3f6} TCPHandler: Processed in 0.001218807 sec. 2025.08.26 21:56:33.970555 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:56:33.970604 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:56:33.972788 [ 223 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:56:34.067520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 2025.08.26 21:56:34.068024 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:34.068059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:34.068526 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:56:34.068754 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:34.068877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 2025.08.26 21:56:34.167536 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:56:34.167608 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:56:34.170207 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:56:35.000157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 350.92 MiB, peak 364.93 MiB, free memory in arenas 0.00 B, will set to 354.90 MiB (RSS), difference: 3.99 MiB 2025.08.26 21:56:36.187610 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.08.26 21:56:36.204670 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:36.204724 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:36.210936 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:56:36.211631 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:36.214772 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.08.26 21:56:36.679156 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1778 2025.08.26 21:56:36.681298 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:36.681354 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:36.682604 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:56:36.682914 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:36.683331 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1778 2025.08.26 21:56:37.861689 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.861867 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:37.861934 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:37.862673 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.862711 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.863133 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.26 21:56:37.863383 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.863553 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} executeQuery: Read 138 rows, 12.23 KiB in 0.001737 sec., 79447.32297063903 rows/sec., 6.88 MiB/sec. 2025.08.26 21:56:37.863596 [ 253 ] {d0916a28-276a-4100-ad0f-f89e79b62415} TCPHandler: Processed in 0.002035386 sec. 2025.08.26 21:56:37.863721 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.863818 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:37.863861 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:37.864285 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.864321 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.864639 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.26 21:56:37.864864 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.864998 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} executeQuery: Read 41 rows, 3.08 KiB in 0.001198 sec., 34223.7061769616 rows/sec., 2.51 MiB/sec. 2025.08.26 21:56:37.865038 [ 253 ] {8d01ca57-751c-400e-9727-bc1b4a4708c3} TCPHandler: Processed in 0.0013657 sec. 2025.08.26 21:56:37.865153 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.865250 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:37.865291 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:37.865737 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.865773 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.866096 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.26 21:56:37.866340 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.866471 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} executeQuery: Read 105 rows, 8.40 KiB in 0.00124 sec., 84677.41935483871 rows/sec., 6.61 MiB/sec. 2025.08.26 21:56:37.866510 [ 253 ] {b9fb21e9-3384-4363-b8c1-cccc786b5e85} TCPHandler: Processed in 0.001405542 sec. 2025.08.26 21:56:37.866627 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.866722 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:37.866766 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:37.867193 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.867228 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.867569 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.26 21:56:37.867793 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.867928 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2025.08.26 21:56:37.867966 [ 253 ] {323b323e-8c9d-4be2-82de-e41136ce3805} TCPHandler: Processed in 0.001388691 sec. 2025.08.26 21:56:37.868078 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.868174 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:37.868229 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} 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.08.26 21:56:37.869126 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.869161 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.869738 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.26 21:56:37.869981 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.870124 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} executeQuery: Read 41 rows, 75.23 KiB in 0.001969 sec., 20822.752666328088 rows/sec., 37.31 MiB/sec. 2025.08.26 21:56:37.870197 [ 253 ] {717c5a43-ea73-4550-a3f6-58d5dc91a618} TCPHandler: Processed in 0.002168749 sec. 2025.08.26 21:56:37.870316 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:37.870411 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:37.870454 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:37.870796 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:37.870831 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.08.26 21:56:37.871152 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.08.26 21:56:37.871387 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:37.871518 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.08.26 21:56:37.871554 [ 253 ] {64007cd7-ca13-4963-aecc-22b2970143ef} TCPHandler: Processed in 0.001288209 sec. 2025.08.26 21:56:41.343705 [ 64 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:56:41.343807 [ 64 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:56:41.569969 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 2025.08.26 21:56:41.570463 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:41.570513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:41.571004 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:56:41.571252 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:41.571398 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 2025.08.26 21:56:41.571408 [ 63 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:56:41.571473 [ 63 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:41.571493 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:41.571619 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.571791 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:41.571836 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.571909 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.571962 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.572012 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.572056 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.572101 [ 198 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:56:41.574837 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003280474 sec., 12012288.468068944 rows/sec., 171.84 MiB/sec. 2025.08.26 21:56:41.575454 [ 193 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:56:41.575784 [ 193 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_86_17} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:41.575865 [ 193 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_86_17} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:56:41.575988 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.26 21:56:42.227238 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:42.227293 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:42.230591 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:56:42.530205 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:42.530261 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:42.532663 [ 223 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:56:42.586698 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:42.586751 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:42.589157 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:56:42.746033 [ 219 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:42.746086 [ 219 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:42.748313 [ 219 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:56:42.859557 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:42.859743 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:42.859815 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:42.860546 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.860584 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.860959 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.26 21:56:42.861187 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.861306 [ 59 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.26 21:56:42.861339 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} executeQuery: Read 56 rows, 4.38 KiB in 0.001652 sec., 33898.30508474576 rows/sec., 2.59 MiB/sec. 2025.08.26 21:56:42.861342 [ 59 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.861371 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.861391 [ 253 ] {faf769a6-3d79-4579-b8d8-ecf2a9dd7bff} TCPHandler: Processed in 0.002014446 sec. 2025.08.26 21:56:42.861505 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:56:42.861515 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:42.861664 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:42.861674 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:42.861709 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:42.861719 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2420 rows starting from the beginning of the part 2025.08.26 21:56:42.861815 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part 2025.08.26 21:56:42.861865 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 138 rows starting from the beginning of the part 2025.08.26 21:56:42.861909 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part 2025.08.26 21:56:42.861952 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 138 rows starting from the beginning of the part 2025.08.26 21:56:42.861998 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 56 rows starting from the beginning of the part 2025.08.26 21:56:42.862185 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.862226 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.862564 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.26 21:56:42.862790 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.862903 [ 59 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.26 21:56:42.862929 [ 59 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.862929 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. 2025.08.26 21:56:42.862945 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.862980 [ 253 ] {210a54c5-d328-46c4-8c13-90feef7e8b3f} TCPHandler: Processed in 0.001515774 sec. 2025.08.26 21:56:42.863028 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:56:42.863107 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:42.863118 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:42.863150 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1223 rows starting from the beginning of the part 2025.08.26 21:56:42.863203 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:42.863210 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part 2025.08.26 21:56:42.863247 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:42.863262 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 105 rows starting from the beginning of the part 2025.08.26 21:56:42.863306 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2025.08.26 21:56:42.863347 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 105 rows starting from the beginning of the part 2025.08.26 21:56:42.863387 [ 187 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 64 rows starting from the beginning of the part 2025.08.26 21:56:42.863468 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2864 rows, containing 5 columns (5 merged, 0 gathered) in 0.002024735 sec., 1414506.095859458 rows/sec., 121.08 MiB/sec. 2025.08.26 21:56:42.863686 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.863726 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.863787 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.26 21:56:42.864112 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.26 21:56:42.864155 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.864264 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_131_26} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.26 21:56:42.864368 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.864383 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.08.26 21:56:42.864469 [ 190 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1625 rows, containing 5 columns (5 merged, 0 gathered) in 0.001479214 sec., 1098556.395491119 rows/sec., 85.14 MiB/sec. 2025.08.26 21:56:42.864474 [ 59 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_126_27 to all_127_127_0 2025.08.26 21:56:42.864506 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} executeQuery: Read 160 rows, 11.41 KiB in 0.001324 sec., 120845.92145015104 rows/sec., 8.42 MiB/sec. 2025.08.26 21:56:42.864516 [ 59 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.864535 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.864544 [ 253 ] {e987cfbc-5e6e-4439-9f84-d2f718eeefed} TCPHandler: Processed in 0.001486664 sec. 2025.08.26 21:56:42.864586 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_126_27 to all_127_127_0 into Compact with storage Full 2025.08.26 21:56:42.864659 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:42.864665 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:42.864669 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.26 21:56:42.864702 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_126_27, total 36668 rows starting from the beginning of the part 2025.08.26 21:56:42.864753 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:42.864754 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:42.864808 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:42.865009 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.865098 [ 186 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_131_26} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.26 21:56:42.865157 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.865197 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.865206 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.08.26 21:56:42.865509 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.08.26 21:56:42.865721 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.865827 [ 59 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.08.26 21:56:42.865852 [ 59 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:42.865852 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.08.26 21:56:42.865869 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:42.865894 [ 253 ] {8141a1b0-c2ef-4147-9cac-42e91042ec92} TCPHandler: Processed in 0.001283349 sec. 2025.08.26 21:56:42.865945 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:42.866044 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:42.866081 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7374 rows starting from the beginning of the part 2025.08.26 21:56:42.866140 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:42.866181 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2025.08.26 21:56:42.866224 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:42.866262 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2025.08.26 21:56:42.866300 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:56:42.868651 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7674 rows, containing 4 columns (4 merged, 0 gathered) in 0.002738442 sec., 2802323.364891424 rows/sec., 186.75 MiB/sec. 2025.08.26 21:56:42.869233 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.08.26 21:56:42.869559 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.869630 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_131_26} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.08.26 21:56:42.869709 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.08.26 21:56:42.871166 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergeTask::MergeProjectionsStage: Merge sorted 36828 rows, containing 5 columns (5 merged, 0 gathered) in 0.006598569 sec., 5581210.107827924 rows/sec., 381.95 MiB/sec. 2025.08.26 21:56:42.871518 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} MergedBlockOutputStream: filled checksums all_1_127_28 (state Temporary) 2025.08.26 21:56:42.871785 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_127_28 to all_1_127_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:42.871850 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_127_28} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_126_27, all_127_127_0] -> all_1_127_28 2025.08.26 21:56:42.871919 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.08.26 21:56:43.715817 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.08.26 21:56:43.733748 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:43.733815 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:43.740219 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:56:43.740988 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:43.741301 [ 58 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:56:43.741369 [ 58 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:43.741399 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:43.741507 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.745383 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.08.26 21:56:43.745454 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:43.747226 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.752395 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.757162 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.762516 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.767479 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.771927 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:56:43.832099 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.090634673 sec., 7149.5817058886505 rows/sec., 36.97 MiB/sec. 2025.08.26 21:56:43.835122 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:56:43.837218 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_86_17} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:43.837314 [ 191 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_86_17} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:56:43.839945 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.26 21:56:44.000172 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 356.38 MiB, peak 373.81 MiB, free memory in arenas 0.00 B, will set to 355.36 MiB (RSS), difference: -1.03 MiB 2025.08.26 21:56:45.437255 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.437479 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.437556 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:56:45.438384 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.438437 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.438863 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:56:45.439096 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.439264 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} executeQuery: Read 392 rows, 25.47 KiB in 0.001842 sec., 212812.16069489683 rows/sec., 13.50 MiB/sec. 2025.08.26 21:56:45.439320 [ 253 ] {d8c27308-d501-44bf-91d0-53b36ccd6ccf} TCPHandler: Processed in 0.00220648 sec. 2025.08.26 21:56:45.439445 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.439548 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:56:45.439594 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:56:45.439992 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.440031 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.440344 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.26 21:56:45.440562 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.440700 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} executeQuery: Read 2 rows, 167.00 B in 0.001176 sec., 1700.6802721088436 rows/sec., 138.68 KiB/sec. 2025.08.26 21:56:45.440739 [ 253 ] {9caccf47-f8d1-40a4-84d3-3c037a028af2} TCPHandler: Processed in 0.001345791 sec. 2025.08.26 21:56:45.440842 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.440937 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:45.440979 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:45.442928 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.442965 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.443423 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.26 21:56:45.443635 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.443774 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} executeQuery: Read 2292 rows, 190.28 KiB in 0.002857 sec., 802240.1120056002 rows/sec., 65.04 MiB/sec. 2025.08.26 21:56:45.443815 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2025.08.26 21:56:45.443830 [ 253 ] {71710505-fbee-4088-8751-0902233258f4} TCPHandler: Processed in 0.003036429 sec. 2025.08.26 21:56:45.443945 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.444041 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.444088 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:45.444612 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.444648 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.444964 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.26 21:56:45.445173 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.445308 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} executeQuery: Read 240 rows, 15.07 KiB in 0.001288 sec., 186335.40372670806 rows/sec., 11.43 MiB/sec. 2025.08.26 21:56:45.445349 [ 253 ] {843da934-9daf-4c04-8f4d-cd2bbb728f24} TCPHandler: Processed in 0.001452653 sec. 2025.08.26 21:56:45.445450 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.445544 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.445587 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:56:45.446166 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.446203 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.446521 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.26 21:56:45.446742 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.446875 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} executeQuery: Read 431 rows, 29.22 KiB in 0.001351 sec., 319022.94596595113 rows/sec., 21.12 MiB/sec. 2025.08.26 21:56:45.446902 [ 217 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:56:45.446914 [ 253 ] {47909523-83a9-495a-96be-db3d97e94718} TCPHandler: Processed in 0.001512034 sec. 2025.08.26 21:56:45.446966 [ 217 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:56:45.447078 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.447177 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.447220 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:56:45.447697 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.447753 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.448062 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.26 21:56:45.448302 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.448447 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} executeQuery: Read 202 rows, 11.75 KiB in 0.001289 sec., 156710.62839410396 rows/sec., 8.90 MiB/sec. 2025.08.26 21:56:45.448487 [ 253 ] {383031a1-9057-4103-b001-fb31ed5aa2e3} TCPHandler: Processed in 0.001457082 sec. 2025.08.26 21:56:45.448600 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.448695 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:45.448736 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:45.448952 [ 217 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): 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.08.26 21:56:45.449658 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.449699 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.450064 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.26 21:56:45.450278 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.450414 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} executeQuery: Read 1155 rows, 84.65 KiB in 0.001737 sec., 664939.5509499137 rows/sec., 47.59 MiB/sec. 2025.08.26 21:56:45.450452 [ 253 ] {5e900256-856c-4614-bffb-5b5d119dcb0e} TCPHandler: Processed in 0.001900913 sec. 2025.08.26 21:56:45.450561 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.450654 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:56:45.450696 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:56:45.451018 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.451085 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.451506 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:56:45.451748 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.451885 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} executeQuery: Read 6 rows, 321.00 B in 0.001249 sec., 4803.843074459568 rows/sec., 250.98 KiB/sec. 2025.08.26 21:56:45.451927 [ 253 ] {ebe991d3-d5ba-4072-bb49-93b2c0d0b7d3} TCPHandler: Processed in 0.001413872 sec. 2025.08.26 21:56:45.452049 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.452146 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.452191 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:45.452890 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.452928 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.453323 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.26 21:56:45.453561 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.453683 [ 57 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_127_28 to all_132_132_0 2025.08.26 21:56:45.453693 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} executeQuery: Read 964 rows, 65.41 KiB in 0.001566 sec., 615581.0983397191 rows/sec., 40.79 MiB/sec. 2025.08.26 21:56:45.453738 [ 57 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.453754 [ 253 ] {c40a68ec-902d-468f-b94b-2df15fbf455d} TCPHandler: Processed in 0.001755809 sec. 2025.08.26 21:56:45.453766 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.453881 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.453894 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_127_28 to all_132_132_0 into Compact with storage Full 2025.08.26 21:56:45.453982 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.454030 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:56:45.454048 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:56:45.454091 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_127_28, total 36828 rows starting from the beginning of the part 2025.08.26 21:56:45.454160 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:45.454207 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:45.454251 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:45.454294 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2025.08.26 21:56:45.454337 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 964 rows starting from the beginning of the part 2025.08.26 21:56:45.454344 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.454388 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.454738 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.26 21:56:45.454966 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.455102 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} executeQuery: Read 1 rows, 69.00 B in 0.001139 sec., 877.9631255487269 rows/sec., 59.16 KiB/sec. 2025.08.26 21:56:45.455140 [ 253 ] {57dbe54a-642b-432b-bc3e-b6132e6d7d69} TCPHandler: Processed in 0.001309309 sec. 2025.08.26 21:56:45.455251 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.455346 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.455401 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} 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.08.26 21:56:45.456309 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.456347 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.456934 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:56:45.457171 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.457315 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} executeQuery: Read 42 rows, 77.07 KiB in 0.001988 sec., 21126.76056338028 rows/sec., 37.86 MiB/sec. 2025.08.26 21:56:45.457383 [ 253 ] {3966fcee-2e11-48ec-919f-c338c637e48c} TCPHandler: Processed in 0.002181329 sec. 2025.08.26 21:56:45.457496 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.457591 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.457634 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:56:45.457941 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.457977 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.458290 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.26 21:56:45.458507 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.458638 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} executeQuery: Read 3 rows, 246.00 B in 0.001066 sec., 2814.258911819887 rows/sec., 225.36 KiB/sec. 2025.08.26 21:56:45.458675 [ 253 ] {ac8e0b48-0ae6-4522-a096-b91c1136bc48} TCPHandler: Processed in 0.001228847 sec. 2025.08.26 21:56:45.458782 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:45.458876 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:45.458918 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:45.459261 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:45.459298 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:45.459626 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.08.26 21:56:45.459847 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.459984 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} executeQuery: Read 78 rows, 4.76 KiB in 0.001126 sec., 69271.75843694493 rows/sec., 4.13 MiB/sec. 2025.08.26 21:56:45.460023 [ 253 ] {3dffb944-6c81-4d95-85e6-0aa69355657d} TCPHandler: Processed in 0.001289978 sec. 2025.08.26 21:56:45.461552 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergeTask::MergeProjectionsStage: Merge sorted 38432 rows, containing 5 columns (5 merged, 0 gathered) in 0.007717614 sec., 4979777.428619778 rows/sec., 340.62 MiB/sec. 2025.08.26 21:56:45.462168 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} MergedBlockOutputStream: filled checksums all_1_132_29 (state Temporary) 2025.08.26 21:56:45.462466 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_132_29 to all_1_132_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:45.462542 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_132_29} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_127_28, all_132_132_0] -> all_1_132_29 2025.08.26 21:56:45.462641 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.08.26 21:56:46.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 352.31 MiB, peak 373.81 MiB, free memory in arenas 0.00 B, will set to 355.55 MiB (RSS), difference: 3.24 MiB 2025.08.26 21:56:46.683435 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1824 2025.08.26 21:56:46.686130 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:46.686190 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:46.687438 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.26 21:56:46.687713 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:46.687969 [ 217 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:56:46.688027 [ 217 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:56:46.688101 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1824 2025.08.26 21:56:46.690078 [ 217 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:56:47.855303 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:47.855581 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:47.855683 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:47.856490 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:47.856527 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:47.856909 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.26 21:56:47.857136 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:47.857290 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} executeQuery: Read 56 rows, 4.38 KiB in 0.001786 sec., 31354.98320268757 rows/sec., 2.39 MiB/sec. 2025.08.26 21:56:47.857332 [ 253 ] {5d76e17d-ccd7-494a-a5e9-a98d160aef2e} TCPHandler: Processed in 0.002217241 sec. 2025.08.26 21:56:47.857473 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:47.857568 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:47.857608 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:47.858116 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:47.858151 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:47.858447 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.26 21:56:47.858654 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:47.858785 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} executeQuery: Read 64 rows, 5.12 KiB in 0.001236 sec., 51779.93527508091 rows/sec., 4.04 MiB/sec. 2025.08.26 21:56:47.858823 [ 253 ] {3a3864c3-1a6e-48f9-9829-1f9ab19f7652} TCPHandler: Processed in 0.001408282 sec. 2025.08.26 21:56:47.858947 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:47.859041 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:47.859083 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:47.859494 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:47.859529 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:47.859837 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.26 21:56:47.860096 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:47.860224 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} executeQuery: Read 64 rows, 4.56 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 3.71 MiB/sec. 2025.08.26 21:56:47.860262 [ 253 ] {ebb50200-2b89-4082-96ef-7a7d742c6f66} TCPHandler: Processed in 0.001361811 sec. 2025.08.26 21:56:47.860386 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:47.860479 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:47.860521 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:47.860900 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:47.860937 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:47.861250 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.08.26 21:56:47.861454 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:47.861582 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} executeQuery: Read 24 rows, 1.66 KiB in 0.001121 sec., 21409.455842997322 rows/sec., 1.44 MiB/sec. 2025.08.26 21:56:47.861619 [ 253 ] {dc89e7a1-a467-43f9-a5e2-a94912ca8e74} TCPHandler: Processed in 0.001280779 sec. 2025.08.26 21:56:48.165740 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:56:48.165806 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:56:48.168499 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:56:49.071537 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 2025.08.26 21:56:49.072169 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:49.072222 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:49.072733 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:56:49.072990 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:49.073150 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 2025.08.26 21:56:51.245444 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.08.26 21:56:51.265214 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:51.265285 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:51.271574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:56:51.272319 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:51.275562 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.08.26 21:56:52.860176 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:52.860362 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:52.860433 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:52.861163 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:52.861218 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:52.861650 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.26 21:56:52.861911 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:52.862091 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} executeQuery: Read 56 rows, 4.38 KiB in 0.00178 sec., 31460.674157303372 rows/sec., 2.40 MiB/sec. 2025.08.26 21:56:52.862154 [ 253 ] {d02b595d-2f42-45e1-87ac-ee6f7b88e1a3} TCPHandler: Processed in 0.002117757 sec. 2025.08.26 21:56:52.862293 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:52.862399 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:52.862446 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:52.862918 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:52.862957 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:52.863288 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.26 21:56:52.863528 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:52.863669 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} executeQuery: Read 64 rows, 5.12 KiB in 0.001296 sec., 49382.71604938271 rows/sec., 3.85 MiB/sec. 2025.08.26 21:56:52.863712 [ 253 ] {c4706fca-34ac-4ca4-9eb8-22e3228af7a6} TCPHandler: Processed in 0.001471613 sec. 2025.08.26 21:56:52.863829 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:52.863931 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:52.863980 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:52.864416 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:52.864453 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:52.864802 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.26 21:56:52.865033 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:52.865175 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2025.08.26 21:56:52.865214 [ 253 ] {9feda3ff-f75f-4c3b-928e-5ff3b9aaba0c} TCPHandler: Processed in 0.001435102 sec. 2025.08.26 21:56:52.865320 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:52.865417 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:52.865460 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:52.865818 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:52.865855 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:52.866182 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.08.26 21:56:52.866412 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:52.866547 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2025.08.26 21:56:52.866585 [ 253 ] {5e4bc1da-ed34-4648-880a-80b90ab0f5f9} TCPHandler: Processed in 0.001314359 sec. 2025.08.26 21:56:56.344077 [ 44 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:56:56.344172 [ 44 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:56:56.574291 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 2025.08.26 21:56:56.574984 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:56.575088 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:56.575724 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:56:56.576032 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:56.576226 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 2025.08.26 21:56:56.689364 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1840 2025.08.26 21:56:56.691981 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:56.692037 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:56.693465 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:56:56.693798 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:56.694140 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1840 2025.08.26 21:56:57.548708 [ 223 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:57.548760 [ 223 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:57.551386 [ 223 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:56:57.874634 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.874818 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.874890 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:56:57.875712 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.875754 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.876137 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:56:57.876356 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.876505 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} executeQuery: Read 392 rows, 25.47 KiB in 0.001742 sec., 225028.70264064294 rows/sec., 14.28 MiB/sec. 2025.08.26 21:56:57.876547 [ 253 ] {55a13907-431f-453f-9750-69f6828e5c39} TCPHandler: Processed in 0.002044266 sec. 2025.08.26 21:56:57.876694 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.876818 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:56:57.876867 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:56:57.878052 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.878090 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.878470 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.26 21:56:57.878692 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.878818 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} executeQuery: Read 1177 rows, 96.54 KiB in 0.002028 sec., 580374.7534516766 rows/sec., 46.49 MiB/sec. 2025.08.26 21:56:57.878856 [ 253 ] {5c3d7960-4714-44bf-b701-8e6de5899e86} TCPHandler: Processed in 0.00222125 sec. 2025.08.26 21:56:57.878970 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.879065 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.879105 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:56:57.879664 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.879701 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.880000 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.26 21:56:57.880210 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.880338 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} executeQuery: Read 251 rows, 15.91 KiB in 0.001291 sec., 194422.92796281952 rows/sec., 12.04 MiB/sec. 2025.08.26 21:56:57.880376 [ 253 ] {9d49ee2d-f516-4780-bce0-d75565863341} TCPHandler: Processed in 0.001453273 sec. 2025.08.26 21:56:57.880491 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.880591 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.880631 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:56:57.881132 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.881166 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.881494 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.26 21:56:57.881707 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.881838 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} executeQuery: Read 203 rows, 13.41 KiB in 0.001266 sec., 160347.55134281202 rows/sec., 10.34 MiB/sec. 2025.08.26 21:56:57.881877 [ 253 ] {0c998011-1a70-4169-9032-bf6a45cfd05f} TCPHandler: Processed in 0.001446212 sec. 2025.08.26 21:56:57.881985 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.882085 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.882125 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:56:57.882604 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.882638 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.882952 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.26 21:56:57.883164 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.883294 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} executeQuery: Read 202 rows, 11.75 KiB in 0.001226 sec., 164763.45840130505 rows/sec., 9.36 MiB/sec. 2025.08.26 21:56:57.883343 [ 253 ] {67c5d93f-eaaa-4f6d-ace8-19f0c4bca80b} TCPHandler: Processed in 0.001413501 sec. 2025.08.26 21:56:57.883472 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.883567 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:56:57.883604 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:56:57.884357 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.884390 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.884725 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.26 21:56:57.884932 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.885059 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} executeQuery: Read 716 rows, 51.70 KiB in 0.00151 sec., 474172.1854304636 rows/sec., 33.43 MiB/sec. 2025.08.26 21:56:57.885096 [ 253 ] {11e04ff2-552d-4995-9fe9-abbc6ac8a009} TCPHandler: Processed in 0.001676988 sec. 2025.08.26 21:56:57.885220 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.885313 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:56:57.885355 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:56:57.885678 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.885712 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.886012 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:56:57.886223 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.886350 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.08.26 21:56:57.886387 [ 253 ] {cbf14f5f-8134-476c-83f1-9d434cf3bb59} TCPHandler: Processed in 0.001224937 sec. 2025.08.26 21:56:57.886509 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.886624 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.886672 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:56:57.887185 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.887220 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.887553 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.26 21:56:57.887759 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.887889 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} executeQuery: Read 307 rows, 20.68 KiB in 0.00129 sec., 237984.49612403102 rows/sec., 15.66 MiB/sec. 2025.08.26 21:56:57.887926 [ 253 ] {efbf7f45-1754-4d79-9f91-8ec543e8cce9} TCPHandler: Processed in 0.001482144 sec. 2025.08.26 21:56:57.888034 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.888131 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.888181 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:56:57.888489 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.888523 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.888804 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.26 21:56:57.889010 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.889136 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} executeQuery: Read 1 rows, 69.00 B in 0.001023 sec., 977.5171065493646 rows/sec., 65.87 KiB/sec. 2025.08.26 21:56:57.889171 [ 253 ] {cdd48e85-a89f-4002-9bcc-0624810cca88} TCPHandler: Processed in 0.001194897 sec. 2025.08.26 21:56:57.889320 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.889440 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.889505 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} 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.08.26 21:56:57.890560 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.890596 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.891167 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.26 21:56:57.891384 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.891515 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} executeQuery: Read 55 rows, 100.92 KiB in 0.002099 sec., 26202.953787517865 rows/sec., 46.95 MiB/sec. 2025.08.26 21:56:57.891569 [ 253 ] {584b1b23-6232-4f6f-98cb-8040c49de854} TCPHandler: Processed in 0.002312482 sec. 2025.08.26 21:56:57.891691 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.891784 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.891824 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:56:57.892170 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.892209 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.892562 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:56:57.892808 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.892964 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} executeQuery: Read 12 rows, 868.00 B in 0.001196 sec., 10033.444816053512 rows/sec., 708.74 KiB/sec. 2025.08.26 21:56:57.893003 [ 253 ] {e0cba9a4-f145-48a3-aa16-475e67417839} TCPHandler: Processed in 0.001368991 sec. 2025.08.26 21:56:57.893109 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:56:57.893202 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:56:57.893241 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:56:57.893581 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:57.893614 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:57.893917 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.08.26 21:56:57.894123 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:57.894249 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} executeQuery: Read 102 rows, 6.42 KiB in 0.001065 sec., 95774.64788732394 rows/sec., 5.88 MiB/sec. 2025.08.26 21:56:57.894284 [ 253 ] {cf4f1cc5-d905-44ff-ba7b-f418726c915d} TCPHandler: Processed in 0.001230838 sec. 2025.08.26 21:56:58.776604 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.08.26 21:56:58.794893 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:56:58.794955 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:56:58.801330 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:56:58.802048 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:56:58.805910 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.08.26 21:57:02.861238 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:02.861449 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:02.861544 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:02.862447 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.862496 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.862943 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.26 21:57:02.863220 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.863419 [ 31 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.26 21:57:02.863433 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} executeQuery: Read 56 rows, 4.38 KiB in 0.002048 sec., 27343.75 rows/sec., 2.09 MiB/sec. 2025.08.26 21:57:02.863460 [ 31 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.863484 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.863505 [ 253 ] {710d03eb-8e59-41fb-b429-1b5d4e9ba0e2} TCPHandler: Processed in 0.002405854 sec. 2025.08.26 21:57:02.863635 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:02.863681 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:02.863786 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:02.863813 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:02.863829 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2420 rows starting from the beginning of the part 2025.08.26 21:57:02.863872 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:02.863907 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 2292 rows starting from the beginning of the part 2025.08.26 21:57:02.863960 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part 2025.08.26 21:57:02.864001 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:02.864044 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1177 rows starting from the beginning of the part 2025.08.26 21:57:02.864097 [ 202 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part 2025.08.26 21:57:02.864419 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.864460 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.864824 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.26 21:57:02.865128 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.865285 [ 31 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.26 21:57:02.865307 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} executeQuery: Read 64 rows, 5.12 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 3.28 MiB/sec. 2025.08.26 21:57:02.865330 [ 31 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.865359 [ 253 ] {cd696e30-e272-42c4-a18d-376628e31ad0} TCPHandler: Processed in 0.001743609 sec. 2025.08.26 21:57:02.865361 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.865505 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:02.865527 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:02.865625 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:02.865686 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:02.865690 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:02.865747 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1223 rows starting from the beginning of the part 2025.08.26 21:57:02.865820 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 1155 rows starting from the beginning of the part 2025.08.26 21:57:02.865868 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:02.865911 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:02.865951 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 716 rows starting from the beginning of the part 2025.08.26 21:57:02.865994 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:02.866198 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.866241 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:02.866662 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.26 21:57:02.866806 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 6057 rows, containing 5 columns (5 merged, 0 gathered) in 0.003254634 sec., 1861038.752744548 rows/sec., 157.79 MiB/sec. 2025.08.26 21:57:02.866944 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.867073 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.26 21:57:02.867123 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. 2025.08.26 21:57:02.867167 [ 253 ] {d5c3836f-5c56-4fed-b641-17a55cc8c74f} TCPHandler: Processed in 0.001721509 sec. 2025.08.26 21:57:02.867291 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:02.867357 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.867401 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:02.867435 [ 199 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_136_27} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.26 21:57:02.867447 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:02.867510 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3286 rows, containing 5 columns (5 merged, 0 gathered) in 0.002053117 sec., 1600493.298725791 rows/sec., 121.30 MiB/sec. 2025.08.26 21:57:02.867536 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.08.26 21:57:02.867828 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.26 21:57:02.867859 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.867899 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.868236 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.868263 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.08.26 21:57:02.868367 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_136_27} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.26 21:57:02.868501 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.08.26 21:57:02.868509 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.868657 [ 31 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.08.26 21:57:02.868668 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. 2025.08.26 21:57:02.868701 [ 31 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:02.868716 [ 253 ] {a1e0a746-58a8-4b77-aff0-d518460cb520} TCPHandler: Processed in 0.001476383 sec. 2025.08.26 21:57:02.868729 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:02.868806 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:02.868885 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:02.868915 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7674 rows starting from the beginning of the part 2025.08.26 21:57:02.868971 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 78 rows starting from the beginning of the part 2025.08.26 21:57:02.869016 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 24 rows starting from the beginning of the part 2025.08.26 21:57:02.869056 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:02.869097 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 102 rows starting from the beginning of the part 2025.08.26 21:57:02.869138 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:02.871261 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 7998 rows, containing 4 columns (4 merged, 0 gathered) in 0.002485976 sec., 3217247.4714156534 rows/sec., 214.01 MiB/sec. 2025.08.26 21:57:02.871756 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.08.26 21:57:02.872122 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:02.872202 [ 199 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_136_27} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.08.26 21:57:02.872289 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.08.26 21:57:04.076333 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 2025.08.26 21:57:04.076851 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:04.076897 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:04.077394 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:57:04.077634 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:04.077787 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 2025.08.26 21:57:06.306950 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.08.26 21:57:06.325292 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:06.325344 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:06.331756 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:57:06.332483 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:06.335707 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.08.26 21:57:06.695225 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1872 2025.08.26 21:57:06.697863 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:06.697930 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:06.699219 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:57:06.699509 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:06.699666 [ 28 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:57:06.699730 [ 28 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:06.699751 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:06.699864 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:57:06.699923 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1872 2025.08.26 21:57:06.700439 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:06.700608 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1730 rows starting from the beginning of the part 2025.08.26 21:57:06.701006 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 28 rows starting from the beginning of the part 2025.08.26 21:57:06.701360 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part 2025.08.26 21:57:06.701711 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part 2025.08.26 21:57:06.702055 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part 2025.08.26 21:57:06.702398 [ 189 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part 2025.08.26 21:57:06.709618 [ 188 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 72 columns (72 merged, 0 gathered) in 0.009808092 sec., 190862.81001442485 rows/sec., 147.63 MiB/sec. 2025.08.26 21:57:06.711428 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:57:06.712127 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:06.712219 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_66_13} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:57:06.712559 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.08.26 21:57:07.500822 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:07.500874 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:07.505192 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:07.795690 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:07.795745 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:07.799198 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:07.856918 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.857227 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.857665 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:57:07.857725 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.858132 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:57:07.858223 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:57:07.858425 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2025.08.26 21:57:07.858569 [ 293 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.26 21:57:07.858577 [ 292 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:57:07.858569 [ 295 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:57:07.858569 [ 290 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:57:07.858751 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2025.08.26 21:57:07.858787 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:57:07.858925 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:57:07.858954 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 48 rows with 4 streams 2025.08.26 21:57:07.859003 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.859059 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.859112 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.859164 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.08.26 21:57:07.865503 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} executeQuery: Read 48 rows, 1.91 KiB in 0.008423 sec., 5698.682179745933 rows/sec., 226.20 KiB/sec. 2025.08.26 21:57:07.865700 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} MemoryTracker: Peak memory usage (for query): 148.00 KiB. 2025.08.26 21:57:07.865720 [ 253 ] {4bfe4766-5ea8-4c1a-8dd1-f592fa071475} TCPHandler: Processed in 0.008956862 sec. 2025.08.26 21:57:07.887007 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.887166 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:57:07.887231 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:57:07.887890 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.887932 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.888527 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.26 21:57:07.888915 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.889103 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} executeQuery: Read 1 rows, 285.00 B in 0.001985 sec., 503.7783375314862 rows/sec., 140.21 KiB/sec. 2025.08.26 21:57:07.889152 [ 253 ] {ad03eb66-772c-48da-a9b8-2ddd464227d2} TCPHandler: Processed in 0.00222333 sec. 2025.08.26 21:57:07.889287 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.889399 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.889446 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:57:07.890138 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.890177 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.890699 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:57:07.891245 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.891402 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} executeQuery: Read 392 rows, 25.47 KiB in 0.002029 sec., 193198.62000985708 rows/sec., 12.26 MiB/sec. 2025.08.26 21:57:07.891443 [ 253 ] {cdf464f3-6de0-4815-ba4a-13a7f27ca901} TCPHandler: Processed in 0.00221636 sec. 2025.08.26 21:57:07.891568 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.891678 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:57:07.891734 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:57:07.892172 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.892224 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.892783 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.26 21:57:07.893311 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.893464 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} executeQuery: Read 3 rows, 228.00 B in 0.001809 sec., 1658.374792703151 rows/sec., 123.08 KiB/sec. 2025.08.26 21:57:07.893507 [ 253 ] {c6ec2641-6825-4c46-9ae6-bd7be588a814} TCPHandler: Processed in 0.001994305 sec. 2025.08.26 21:57:07.893630 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.893733 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:07.893778 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:07.894865 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.894904 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.895888 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.26 21:57:07.896920 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.897075 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} executeQuery: Read 1187 rows, 97.33 KiB in 0.003363 sec., 352958.66785608087 rows/sec., 28.26 MiB/sec. 2025.08.26 21:57:07.897118 [ 253 ] {cf810734-c18c-4a1a-9e3e-cd6a7bd062d7} TCPHandler: Processed in 0.00354325 sec. 2025.08.26 21:57:07.897259 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.897366 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.897416 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:07.898038 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.898082 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.898942 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.26 21:57:07.899658 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.899826 [ 26 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.26 21:57:07.899860 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} executeQuery: Read 256 rows, 16.25 KiB in 0.002511 sec., 101951.41377937076 rows/sec., 6.32 MiB/sec. 2025.08.26 21:57:07.899900 [ 26 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.899926 [ 253 ] {89974046-d01e-4b86-b9c7-0e7614011e6b} TCPHandler: Processed in 0.002722771 sec. 2025.08.26 21:57:07.899932 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.900061 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:57:07.900085 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.900196 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:07.900206 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.900238 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 269 rows starting from the beginning of the part 2025.08.26 21:57:07.900265 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:57:07.900313 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 41 rows starting from the beginning of the part 2025.08.26 21:57:07.900371 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 41 rows starting from the beginning of the part 2025.08.26 21:57:07.900415 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 240 rows starting from the beginning of the part 2025.08.26 21:57:07.900461 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 251 rows starting from the beginning of the part 2025.08.26 21:57:07.900504 [ 190 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 256 rows starting from the beginning of the part 2025.08.26 21:57:07.900850 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.900896 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.901314 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.26 21:57:07.901561 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.901613 [ 186 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599856 sec., 686311.7680591253 rows/sec., 45.72 MiB/sec. 2025.08.26 21:57:07.901732 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} executeQuery: Read 203 rows, 13.41 KiB in 0.00155 sec., 130967.74193548388 rows/sec., 8.45 MiB/sec. 2025.08.26 21:57:07.901786 [ 253 ] {4500ebfe-5ae4-4446-8508-e8bf36ae555f} TCPHandler: Processed in 0.0017618 sec. 2025.08.26 21:57:07.901837 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.26 21:57:07.901925 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.902042 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.902091 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:57:07.902221 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.902322 [ 188 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_81_16} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.26 21:57:07.902429 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.08.26 21:57:07.902639 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.902687 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.903054 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.26 21:57:07.903298 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.903459 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} executeQuery: Read 202 rows, 11.75 KiB in 0.001436 sec., 140668.52367688023 rows/sec., 7.99 MiB/sec. 2025.08.26 21:57:07.903503 [ 253 ] {797ec8c6-766b-493f-a6c8-22324f55a6cf} TCPHandler: Processed in 0.001643247 sec. 2025.08.26 21:57:07.903647 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.903759 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:07.903805 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:07.904605 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.904648 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.905037 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.26 21:57:07.905290 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.905450 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} executeQuery: Read 730 rows, 52.61 KiB in 0.001713 sec., 426152.9480443666 rows/sec., 29.99 MiB/sec. 2025.08.26 21:57:07.905495 [ 253 ] {a877216a-1be9-4028-a873-574d857d8865} TCPHandler: Processed in 0.001904283 sec. 2025.08.26 21:57:07.905554 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:07.905619 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:07.905638 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.905748 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.08.26 21:57:07.905797 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.08.26 21:57:07.906188 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.906230 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.906574 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:57:07.906894 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} oximeter.measurements_bool (f4f9d14f-cdef-4378-bf3c-1191bcd694c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.907058 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. 2025.08.26 21:57:07.907103 [ 253 ] {5af18f5c-c5ff-4bd8-ab13-3165a717c3b7} TCPHandler: Processed in 0.001519114 sec. 2025.08.26 21:57:07.907232 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.907341 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.907394 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:07.907907 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.907952 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.908385 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.26 21:57:07.908409 [ 225 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:07.908657 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.908811 [ 26 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_132_29 to all_137_137_0 2025.08.26 21:57:07.908829 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} executeQuery: Read 310 rows, 20.87 KiB in 0.001509 sec., 205434.06229290922 rows/sec., 13.50 MiB/sec. 2025.08.26 21:57:07.908862 [ 26 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.908889 [ 253 ] {b1aa05f5-41df-4d39-ad34-fe07ac57ba59} TCPHandler: Processed in 0.001709908 sec. 2025.08.26 21:57:07.908894 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.909020 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_132_29 to all_137_137_0 into Compact with storage Full 2025.08.26 21:57:07.909027 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.909053 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:07.909100 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:07.909159 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.909167 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:07.909218 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:57:07.909226 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_132_29, total 38432 rows starting from the beginning of the part 2025.08.26 21:57:07.909321 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:07.909376 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:07.909424 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 307 rows starting from the beginning of the part 2025.08.26 21:57:07.909470 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:07.909513 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 310 rows starting from the beginning of the part 2025.08.26 21:57:07.909605 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.909653 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.910029 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.26 21:57:07.910343 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.910517 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. 2025.08.26 21:57:07.910561 [ 253 ] {b470398a-3e88-45c3-976b-990a5aff4923} TCPHandler: Processed in 0.001592556 sec. 2025.08.26 21:57:07.910687 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.910795 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.910856 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} 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.08.26 21:57:07.912009 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.912055 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.912200 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:07.912811 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.26 21:57:07.913098 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.913234 [ 26 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.26 21:57:07.913274 [ 26 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.913282 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} executeQuery: Read 57 rows, 104.59 KiB in 0.002509 sec., 22718.21442805899 rows/sec., 40.71 MiB/sec. 2025.08.26 21:57:07.913291 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.08.26 21:57:07.913376 [ 253 ] {e040627a-0cb3-4f18-8acb-a48f927963b7} TCPHandler: Processed in 0.002746522 sec. 2025.08.26 21:57:07.913388 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:07.913514 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:07.913631 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:07.913633 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:07.913698 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2466 rows starting from the beginning of the part 2025.08.26 21:57:07.913705 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:07.913847 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:07.913980 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:07.914108 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part 2025.08.26 21:57:07.914130 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:07.914178 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:07.914257 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 55 rows starting from the beginning of the part 2025.08.26 21:57:07.914427 [ 186 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 57 rows starting from the beginning of the part 2025.08.26 21:57:07.914568 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.08.26 21:57:07.914834 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.915035 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} executeQuery: Read 102 rows, 6.42 KiB in 0.001425 sec., 71578.94736842105 rows/sec., 4.40 MiB/sec. 2025.08.26 21:57:07.915081 [ 253 ] {b3bea99c-fc86-4f17-8251-e40976f35ccf} TCPHandler: Processed in 0.001623507 sec. 2025.08.26 21:57:07.918644 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergeTask::MergeProjectionsStage: Merge sorted 39433 rows, containing 5 columns (5 merged, 0 gathered) in 0.009677188 sec., 4074840.749192844 rows/sec., 278.60 MiB/sec. 2025.08.26 21:57:07.919367 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} MergedBlockOutputStream: filled checksums all_1_137_30 (state Temporary) 2025.08.26 21:57:07.919703 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_137_30 to all_1_137_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.919789 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_137_30} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_132_29, all_137_137_0] -> all_1_137_30 2025.08.26 21:57:07.919913 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.26 21:57:07.933668 [ 200 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2702 rows, containing 19 columns (19 merged, 0 gathered) in 0.020311727 sec., 133026.6008399975 rows/sec., 238.38 MiB/sec. 2025.08.26 21:57:07.936436 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.26 21:57:07.936835 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:07.936914 [ 187 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_66_13} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.26 21:57:07.937051 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.61 MiB. 2025.08.26 21:57:08.001159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 356.73 MiB, peak 374.28 MiB, free memory in arenas 0.00 B, will set to 362.52 MiB (RSS), difference: 5.78 MiB 2025.08.26 21:57:11.000734 [ 68 ] {} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.26 21:57:11.000814 [ 68 ] {} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:11.000838 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:11.000936 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::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.08.26 21:57:11.001057 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:11.001093 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.08.26 21:57:11.001173 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::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.08.26 21:57:11.001247 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.08.26 21:57:11.001295 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2025.08.26 21:57:11.001336 [ 200 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::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.08.26 21:57:11.003300 [ 187 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002401155 sec., 17491.582176077765 rows/sec., 1.25 MiB/sec. 2025.08.26 21:57:11.003567 [ 192 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.26 21:57:11.004113 [ 192 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:11.004184 [ 192 ] {2ddbcb30-a385-4b69-b5ad-0eb8284a3122::all_1_5_1} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.26 21:57:11.004261 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:57:11.030630 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:11.030670 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:11.033622 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:11.344427 [ 91 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:57:11.344476 [ 91 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:57:11.578823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 2025.08.26 21:57:11.579391 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:11.579441 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:11.580153 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:57:11.580666 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:11.580818 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 2025.08.26 21:57:12.859782 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:12.859983 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:12.860060 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:12.860806 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:12.860857 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:12.861259 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.26 21:57:12.861489 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:12.861658 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} executeQuery: Read 56 rows, 4.38 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.47 MiB/sec. 2025.08.26 21:57:12.861713 [ 253 ] {b74d6c84-e373-41b7-b775-22bff5777a84} TCPHandler: Processed in 0.002069077 sec. 2025.08.26 21:57:12.861839 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:12.861948 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:12.861993 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:12.862441 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:12.862478 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:12.862784 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.26 21:57:12.863008 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:12.863149 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} executeQuery: Read 64 rows, 5.12 KiB in 0.001231 sec., 51990.25182778229 rows/sec., 4.06 MiB/sec. 2025.08.26 21:57:12.863190 [ 253 ] {8eccaa18-3ee9-4c07-981e-ab8ed311cc89} TCPHandler: Processed in 0.001402531 sec. 2025.08.26 21:57:12.863303 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:12.863399 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:12.863444 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:12.863871 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:12.863907 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:12.864235 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.26 21:57:12.864441 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:12.864578 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.08.26 21:57:12.864616 [ 253 ] {d30fe9b6-3d22-4dc3-af1c-9df3fd050113} TCPHandler: Processed in 0.001363721 sec. 2025.08.26 21:57:12.864724 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:12.864820 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:12.864861 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:12.865201 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:12.865237 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:12.865539 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.08.26 21:57:12.865742 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:12.865879 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.08.26 21:57:12.865916 [ 253 ] {63ff8db3-1759-412f-b8c3-951baaac44fa} TCPHandler: Processed in 0.001241748 sec. 2025.08.26 21:57:13.155550 [ 222 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:13.155607 [ 222 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:13.158792 [ 222 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:13.836679 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.08.26 21:57:13.855141 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:13.855210 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:13.861598 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.26 21:57:13.862389 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:13.865904 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.08.26 21:57:14.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 359.04 MiB, peak 374.28 MiB, free memory in arenas 0.00 B, will set to 362.52 MiB (RSS), difference: 3.48 MiB 2025.08.26 21:57:15.400460 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.400765 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} executeQuery: (from [fd00:1122:3344:101::d]:35855) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check') FORMAT Native; (stage: Complete) 2025.08.26 21:57:15.401227 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.26 21:57:15.401282 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check')" moved to PREWHERE 2025.08.26 21:57:15.401595 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:57:15.401668 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.26 21:57:15.401816 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2025.08.26 21:57:15.401937 [ 297 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.26 21:57:15.401959 [ 290 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.26 21:57:15.401959 [ 293 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.08.26 21:57:15.401959 [ 295 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.26 21:57:15.401955 [ 292 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.08.26 21:57:15.402168 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges 2025.08.26 21:57:15.402191 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.26 21:57:15.402295 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.26 21:57:15.402317 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (SelectExecutor): Reading approx. 48 rows with 4 streams 2025.08.26 21:57:15.402355 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check'))" 2025.08.26 21:57:15.402398 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check'))" 2025.08.26 21:57:15.402436 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check'))" 2025.08.26 21:57:15.402472 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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', 'virtual_machine:check'))" 2025.08.26 21:57:15.403351 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} executeQuery: Read 48 rows, 1.91 KiB in 0.00272 sec., 17647.05882352941 rows/sec., 700.47 KiB/sec. 2025.08.26 21:57:15.403531 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} MemoryTracker: Peak memory usage (for query): 149.90 KiB. 2025.08.26 21:57:15.403548 [ 253 ] {0eca4b50-442f-4226-8e25-06f23be8991d} TCPHandler: Processed in 0.003231242 sec. 2025.08.26 21:57:15.432667 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.432809 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.26 21:57:15.432867 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.26 21:57:15.433520 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.433568 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.434019 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:57:15.434234 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.434375 [ 65 ] {} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.26 21:57:15.434405 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} executeQuery: Read 1 rows, 106.00 B in 0.001637 sec., 610.8735491753207 rows/sec., 63.23 KiB/sec. 2025.08.26 21:57:15.434440 [ 65 ] {} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.434463 [ 253 ] {46bf0c17-0f68-4c0c-9c3b-a8a8c2ee754f} TCPHandler: Processed in 0.001885162 sec. 2025.08.26 21:57:15.434467 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.434589 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.434591 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::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.08.26 21:57:15.434705 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.434756 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:57:15.434866 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:15.434909 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2025.08.26 21:57:15.434986 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.08.26 21:57:15.435091 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::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.08.26 21:57:15.435172 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part 2025.08.26 21:57:15.435239 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.435249 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:15.435291 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.435339 [ 200 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:15.435678 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:57:15.435912 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.436099 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} executeQuery: Read 24 rows, 2.04 KiB in 0.001419 sec., 16913.319238900636 rows/sec., 1.40 MiB/sec. 2025.08.26 21:57:15.436144 [ 253 ] {6e627d4c-24fd-41db-a4b9-0948e1216677} TCPHandler: Processed in 0.001607146 sec. 2025.08.26 21:57:15.436266 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.436365 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:57:15.436409 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:57:15.436833 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.436873 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.437173 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.26 21:57:15.437209 [ 187 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 6 columns (6 merged, 0 gathered) in 0.002663 sec., 18775.81674802854 rows/sec., 4.47 MiB/sec. 2025.08.26 21:57:15.437379 [ 196 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.26 21:57:15.437425 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.437577 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} executeQuery: Read 19 rows, 1.53 KiB in 0.001234 sec., 15397.08265802269 rows/sec., 1.21 MiB/sec. 2025.08.26 21:57:15.437619 [ 253 ] {4e8c10b2-d8d6-4ea9-898b-d3758c298b15} TCPHandler: Processed in 0.001401812 sec. 2025.08.26 21:57:15.437749 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.437757 [ 196 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.437846 [ 196 ] {0ba25131-44ad-4576-b149-a0d0497e28d1::all_1_6_1} oximeter.timeseries_schema (0ba25131-44ad-4576-b149-a0d0497e28d1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.26 21:57:15.437848 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:15.437902 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:15.437936 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.26 21:57:15.439016 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.439058 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.439476 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.26 21:57:15.439694 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.439831 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} executeQuery: Read 1451 rows, 124.46 KiB in 0.002003 sec., 724413.3799301048 rows/sec., 60.68 MiB/sec. 2025.08.26 21:57:15.439871 [ 253 ] {10239d3a-b13a-4e4e-8d51-0b584ec855d1} TCPHandler: Processed in 0.002172659 sec. 2025.08.26 21:57:15.439995 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.440096 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.440138 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:15.440585 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.440622 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.440961 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.26 21:57:15.441188 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.441324 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} executeQuery: Read 91 rows, 6.78 KiB in 0.001248 sec., 72916.66666666667 rows/sec., 5.30 MiB/sec. 2025.08.26 21:57:15.441363 [ 253 ] {a1638633-5e82-4307-826b-5e853a9996f1} TCPHandler: Processed in 0.001420712 sec. 2025.08.26 21:57:15.441478 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.441573 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.441614 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:57:15.442099 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.442134 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.442445 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.26 21:57:15.442652 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.442786 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} executeQuery: Read 253 rows, 17.91 KiB in 0.001232 sec., 205357.14285714284 rows/sec., 14.20 MiB/sec. 2025.08.26 21:57:15.442825 [ 253 ] {26a41c06-2002-4c24-86e5-681a70d4752e} TCPHandler: Processed in 0.001394952 sec. 2025.08.26 21:57:15.442943 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.443035 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.443074 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:57:15.443470 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.443506 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.443797 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.26 21:57:15.444003 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.444121 [ 142 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 2025.08.26 21:57:15.444136 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} executeQuery: Read 12 rows, 960.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 838.55 KiB/sec. 2025.08.26 21:57:15.444180 [ 142 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.444192 [ 253 ] {84674577-90f2-4875-9180-b13c27d742e1} TCPHandler: Processed in 0.001297479 sec. 2025.08.26 21:57:15.444211 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.444308 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::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.08.26 21:57:15.444315 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.444425 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:15.444428 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:15.444470 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:15.444477 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 214 rows starting from the beginning of the part 2025.08.26 21:57:15.444553 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2025.08.26 21:57:15.444599 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 202 rows starting from the beginning of the part 2025.08.26 21:57:15.444641 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 202 rows starting from the beginning of the part 2025.08.26 21:57:15.444684 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 202 rows starting from the beginning of the part 2025.08.26 21:57:15.444722 [ 202 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2025.08.26 21:57:15.445137 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.445179 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.445535 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.26 21:57:15.445711 [ 187 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444403 sec., 584324.4579248313 rows/sec., 35.90 MiB/sec. 2025.08.26 21:57:15.445753 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.445874 [ 198 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2025.08.26 21:57:15.445890 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} executeQuery: Read 662 rows, 50.97 KiB in 0.001482 sec., 446693.657219973 rows/sec., 33.59 MiB/sec. 2025.08.26 21:57:15.445935 [ 253 ] {a4595ae4-bee0-4b79-9fe5-312ef6883e23} TCPHandler: Processed in 0.001668198 sec. 2025.08.26 21:57:15.446058 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.446153 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.446156 [ 198 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.446200 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:15.446245 [ 198 ] {b1bba2b3-4f0b-4a50-82db-22b814dcbfbf::all_1_32_7} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 2025.08.26 21:57:15.446327 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.26 21:57:15.446871 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.446911 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.447303 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.26 21:57:15.447519 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.447652 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} executeQuery: Read 899 rows, 62.79 KiB in 0.001518 sec., 592226.6139657444 rows/sec., 40.39 MiB/sec. 2025.08.26 21:57:15.447689 [ 253 ] {2fb54633-c6c5-4b2d-b7aa-0572160721bd} TCPHandler: Processed in 0.001678908 sec. 2025.08.26 21:57:15.447796 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.447896 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.447943 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.26 21:57:15.448277 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.448313 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.448637 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.26 21:57:15.448847 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.448980 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} executeQuery: Read 1 rows, 65.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 57.55 KiB/sec. 2025.08.26 21:57:15.449018 [ 253 ] {f2b8e8aa-cfc2-4acc-a1f2-89008bdd04e1} TCPHandler: Processed in 0.001273008 sec. 2025.08.26 21:57:15.449127 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.449223 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.449278 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} 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.08.26 21:57:15.450265 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.450303 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.450971 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:57:15.451207 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.451361 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} executeQuery: Read 60 rows, 110.10 KiB in 0.002157 sec., 27816.411682892907 rows/sec., 49.85 MiB/sec. 2025.08.26 21:57:15.451444 [ 253 ] {135de58e-bb0a-450e-833b-1c19e0b8d74a} TCPHandler: Processed in 0.002365513 sec. 2025.08.26 21:57:15.451571 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.451668 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.451710 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.26 21:57:15.452082 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.452120 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.452423 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.26 21:57:15.452635 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} oximeter.measurements_i64 (2ddbcb30-a385-4b69-b5ad-0eb8284a3122): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.452767 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} executeQuery: Read 9 rows, 651.00 B in 0.001118 sec., 8050.089445438282 rows/sec., 568.64 KiB/sec. 2025.08.26 21:57:15.452806 [ 253 ] {84449567-828c-4f67-bc8a-b117be6b83d4} TCPHandler: Processed in 0.001285439 sec. 2025.08.26 21:57:15.452919 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:15.453021 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:15.453064 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:15.453411 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:15.453448 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:15.453788 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.08.26 21:57:15.454001 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:15.454143 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} executeQuery: Read 36 rows, 2.48 KiB in 0.00114 sec., 31578.947368421053 rows/sec., 2.13 MiB/sec. 2025.08.26 21:57:15.454181 [ 253 ] {dd40d6de-a180-4964-8858-df6b1f1aa6df} TCPHandler: Processed in 0.0013105 sec. 2025.08.26 21:57:16.000156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 363.64 MiB, peak 374.28 MiB, free memory in arenas 0.00 B, will set to 362.55 MiB (RSS), difference: -1.09 MiB 2025.08.26 21:57:16.701034 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 1936 2025.08.26 21:57:16.704080 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:16.704131 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:16.705545 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.26 21:57:16.706018 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:16.706403 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1936 2025.08.26 21:57:17.855397 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:17.855644 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:17.855739 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:17.856669 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:17.856715 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:17.857291 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.26 21:57:17.857818 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:17.858003 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} executeQuery: Read 56 rows, 4.38 KiB in 0.002435 sec., 22997.94661190965 rows/sec., 1.76 MiB/sec. 2025.08.26 21:57:17.858060 [ 253 ] {f23f36ff-6608-430e-92f3-40b5eee6ff52} TCPHandler: Processed in 0.002829884 sec. 2025.08.26 21:57:17.858214 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:17.858330 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:17.858382 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:17.858915 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:17.858955 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:17.859474 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.26 21:57:17.860108 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:17.860267 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. 2025.08.26 21:57:17.860318 [ 253 ] {ae5a065e-4d75-44ef-99d0-d5d298e9de2a} TCPHandler: Processed in 0.002162708 sec. 2025.08.26 21:57:17.860459 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:17.860580 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:17.860637 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:17.861129 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:17.861172 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:17.861770 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.26 21:57:17.862366 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:17.862524 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} executeQuery: Read 64 rows, 4.56 KiB in 0.001967 sec., 32536.85815963396 rows/sec., 2.27 MiB/sec. 2025.08.26 21:57:17.862573 [ 253 ] {e1bd4c49-3bd8-4a85-96ee-dd7e5e9e7864} TCPHandler: Processed in 0.002174389 sec. 2025.08.26 21:57:17.862723 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:17.862835 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:17.862889 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:17.863300 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:17.863338 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:17.863865 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.08.26 21:57:17.864463 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:17.864634 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} executeQuery: Read 24 rows, 1.66 KiB in 0.00182 sec., 13186.813186813186 rows/sec., 910.03 KiB/sec. 2025.08.26 21:57:17.864679 [ 253 ] {fb06949c-2aff-4b6f-9d41-0711922aa227} TCPHandler: Processed in 0.002018716 sec. 2025.08.26 21:57:19.081898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 2025.08.26 21:57:19.082396 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:19.082437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:19.083000 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:57:19.083425 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:19.083569 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 2025.08.26 21:57:19.083599 [ 113 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:57:19.083706 [ 113 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:19.083746 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:19.083920 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084138 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:19.084204 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084310 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084387 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084458 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084523 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.084587 [ 199 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:19.087625 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003785905 sec., 11020878.759504002 rows/sec., 157.65 MiB/sec. 2025.08.26 21:57:19.087960 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:57:19.088532 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_91_18} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:19.088615 [ 187 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_91_18} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:57:19.088694 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.08.26 21:57:21.365952 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.08.26 21:57:21.383912 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:21.383965 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:21.390379 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.26 21:57:21.391501 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:21.391791 [ 86 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.26 21:57:21.391854 [ 86 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:21.391874 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:21.391967 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.394760 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.08.26 21:57:21.394979 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:21.395818 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.399272 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.402943 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.406901 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.411268 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:21.415978 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2025.08.26 21:57:21.474686 [ 197 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.082753576 sec., 8289.671977438173 rows/sec., 42.86 MiB/sec. 2025.08.26 21:57:21.477260 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.26 21:57:21.479457 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:21.479554 [ 195 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_91_18} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.26 21:57:21.481217 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.26 21:57:22.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 363.63 MiB, peak 381.04 MiB, free memory in arenas 0.00 B, will set to 362.55 MiB (RSS), difference: -1.08 MiB 2025.08.26 21:57:22.859661 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:22.859883 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:22.859964 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:22.860764 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.860801 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.861278 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.26 21:57:22.861736 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.861880 [ 39 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.26 21:57:22.861889 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} executeQuery: Read 56 rows, 4.38 KiB in 0.002069 sec., 27066.215563073947 rows/sec., 2.07 MiB/sec. 2025.08.26 21:57:22.861920 [ 39 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.861941 [ 253 ] {7f199396-daf0-45b6-9946-1179b5700d28} TCPHandler: Processed in 0.002416935 sec. 2025.08.26 21:57:22.861944 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.862057 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:22.862073 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:22.862151 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:22.862196 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:22.862224 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:22.862267 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2448 rows starting from the beginning of the part 2025.08.26 21:57:22.862340 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:22.862393 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:22.862440 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 1451 rows starting from the beginning of the part 2025.08.26 21:57:22.862482 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:22.862529 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part 2025.08.26 21:57:22.862624 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.862665 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.863099 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.26 21:57:22.863553 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.863666 [ 39 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.26 21:57:22.863687 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} executeQuery: Read 64 rows, 5.12 KiB in 0.001555 sec., 41157.556270096466 rows/sec., 3.21 MiB/sec. 2025.08.26 21:57:22.863695 [ 39 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.863719 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.863725 [ 253 ] {f935609a-58a0-4397-a360-a9c4cec93637} TCPHandler: Processed in 0.001716568 sec. 2025.08.26 21:57:22.863805 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:22.863844 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:22.863905 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:22.863938 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1240 rows starting from the beginning of the part 2025.08.26 21:57:22.863943 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:22.863992 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 730 rows starting from the beginning of the part 2025.08.26 21:57:22.863994 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:22.864045 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:22.864090 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 662 rows starting from the beginning of the part 2025.08.26 21:57:22.864129 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:22.864166 [ 197 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:22.864425 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.864465 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.864515 [ 194 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 5254 rows, containing 5 columns (5 merged, 0 gathered) in 0.002497707 sec., 2103529.357126356 rows/sec., 179.99 MiB/sec. 2025.08.26 21:57:22.864937 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.26 21:57:22.864949 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.26 21:57:22.865309 [ 188 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2824 rows, containing 5 columns (5 merged, 0 gathered) in 0.001534805 sec., 1839973.156198996 rows/sec., 141.12 MiB/sec. 2025.08.26 21:57:22.865380 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.865520 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. 2025.08.26 21:57:22.865524 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.865559 [ 253 ] {7f2f795f-ceeb-4899-a734-5a1d18e5dc07} TCPHandler: Processed in 0.001762099 sec. 2025.08.26 21:57:22.865603 [ 191 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_141_28} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.26 21:57:22.865667 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:22.865687 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.26 21:57:22.865696 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.08.26 21:57:22.865761 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:22.865804 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:22.866132 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.866170 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.866352 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.866444 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_141_28} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.26 21:57:22.866555 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.26 21:57:22.866585 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.08.26 21:57:22.867032 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.867140 [ 39 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.08.26 21:57:22.867163 [ 39 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:22.867166 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. 2025.08.26 21:57:22.867179 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:22.867205 [ 253 ] {df0a5cad-a065-4cbc-b4b6-3dc7ade51a7e} TCPHandler: Processed in 0.001584546 sec. 2025.08.26 21:57:22.867267 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:22.867381 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:22.867415 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7998 rows starting from the beginning of the part 2025.08.26 21:57:22.867475 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 102 rows starting from the beginning of the part 2025.08.26 21:57:22.867516 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:22.867553 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 36 rows starting from the beginning of the part 2025.08.26 21:57:22.867588 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 24 rows starting from the beginning of the part 2025.08.26 21:57:22.867622 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:22.869903 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002679761 sec., 3089827.786880994 rows/sec., 205.40 MiB/sec. 2025.08.26 21:57:22.870178 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.08.26 21:57:22.870780 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:22.870846 [ 191 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_141_28} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.08.26 21:57:22.870929 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.08.26 21:57:26.171054 [ 106 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.26 21:57:26.171168 [ 106 ] {} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:26.171208 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:26.171361 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::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.08.26 21:57:26.171555 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:26.171614 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part 2025.08.26 21:57:26.171718 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:26.171799 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:26.171848 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:26.171889 [ 194 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.08.26 21:57:26.172825 [ 191 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.001528994 sec., 8502.322442076293 rows/sec., 570.36 KiB/sec. 2025.08.26 21:57:26.173171 [ 193 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.26 21:57:26.173828 [ 193 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:26.173911 [ 193 ] {c2f3f068-ac8f-4c39-9255-1bd61a38b77e::all_1_13_3} oximeter.measurements_f64 (c2f3f068-ac8f-4c39-9255-1bd61a38b77e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.26 21:57:26.174009 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.26 21:57:26.344727 [ 106 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:57:26.344762 [ 106 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:57:26.584677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 2025.08.26 21:57:26.585182 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:26.585225 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:26.585813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:57:26.586262 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:26.586412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 2025.08.26 21:57:26.707691 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1952 2025.08.26 21:57:26.709691 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:26.709733 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:26.711010 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:57:26.711555 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:26.711930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1952 2025.08.26 21:57:27.280571 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:27.280624 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:27.284823 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:27.510558 [ 221 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:27.510615 [ 221 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:27.514379 [ 221 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:27.514705 [ 224 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:27.514747 [ 224 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:27.518937 [ 224 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:27.863015 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.863208 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:57:27.863278 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:57:27.864065 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.864102 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.864737 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.26 21:57:27.865192 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.865342 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} executeQuery: Read 3 rows, 228.00 B in 0.002188 sec., 1371.1151736745887 rows/sec., 101.76 KiB/sec. 2025.08.26 21:57:27.865383 [ 253 ] {52badc80-3640-4e1a-89da-dfaa6979c3a9} TCPHandler: Processed in 0.002499806 sec. 2025.08.26 21:57:27.865525 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.865619 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:27.865658 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:27.866303 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.866337 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.866768 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.26 21:57:27.867201 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.867336 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} executeQuery: Read 182 rows, 16.22 KiB in 0.001736 sec., 104838.70967741936 rows/sec., 9.13 MiB/sec. 2025.08.26 21:57:27.867373 [ 253 ] {3c8c31e0-f92e-4c48-a299-62ae6b059823} TCPHandler: Processed in 0.001912173 sec. 2025.08.26 21:57:27.867484 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:27.867497 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.867515 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:27.867602 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:27.867641 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:27.868132 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.868166 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.868587 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.26 21:57:27.869082 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.869213 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} executeQuery: Read 63 rows, 4.70 KiB in 0.001628 sec., 38697.788697788696 rows/sec., 2.82 MiB/sec. 2025.08.26 21:57:27.869250 [ 253 ] {14d9beba-072c-4aa4-8520-cadb5ef697e5} TCPHandler: Processed in 0.00180103 sec. 2025.08.26 21:57:27.869367 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.869460 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:27.869498 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:27.869972 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.870007 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.870524 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.26 21:57:27.871106 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.871249 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} executeQuery: Read 145 rows, 11.39 KiB in 0.001807 sec., 80243.49750968456 rows/sec., 6.16 MiB/sec. 2025.08.26 21:57:27.871288 [ 253 ] {15db7542-f909-4bf7-b422-bb6d9a536370} TCPHandler: Processed in 0.001967815 sec. 2025.08.26 21:57:27.871343 [ 223 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:27.871409 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.871502 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:27.871544 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:27.871977 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.872012 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.872459 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.26 21:57:27.872954 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.873084 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} executeQuery: Read 163 rows, 11.60 KiB in 0.001601 sec., 101811.36789506559 rows/sec., 7.07 MiB/sec. 2025.08.26 21:57:27.873070 [ 41 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 3 parts from all_1_137_30 to all_139_139_0 2025.08.26 21:57:27.873121 [ 253 ] {c015a5a8-4c6e-4968-b970-d9adef5b55e9} TCPHandler: Processed in 0.00175999 sec. 2025.08.26 21:57:27.873165 [ 41 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.873195 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.873244 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.873299 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTask::PrepareStage: Merging 3 parts: from all_1_137_30 to all_139_139_0 into Compact with storage Full 2025.08.26 21:57:27.873340 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:27.873394 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} 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.08.26 21:57:27.873404 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:27.873438 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_137_30, total 39433 rows starting from the beginning of the part 2025.08.26 21:57:27.873506 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:27.873556 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 899 rows starting from the beginning of the part 2025.08.26 21:57:27.874346 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.874379 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.875124 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.26 21:57:27.875623 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.875765 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} executeQuery: Read 60 rows, 110.10 KiB in 0.002444 sec., 24549.918166939442 rows/sec., 43.99 MiB/sec. 2025.08.26 21:57:27.875825 [ 253 ] {03542cc4-5bb3-496f-a3e9-a7787a61f966} TCPHandler: Processed in 0.002628039 sec. 2025.08.26 21:57:27.875945 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:27.876037 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:27.876078 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:27.876470 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.876506 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.876949 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.08.26 21:57:27.877469 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.877601 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. 2025.08.26 21:57:27.877636 [ 253 ] {0f7217ac-ba12-44e5-bcef-7a798d86e34c} TCPHandler: Processed in 0.00173904 sec. 2025.08.26 21:57:27.880277 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergeTask::MergeProjectionsStage: Merge sorted 40492 rows, containing 5 columns (5 merged, 0 gathered) in 0.007011148 sec., 5775373.733374335 rows/sec., 394.88 MiB/sec. 2025.08.26 21:57:27.881244 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} MergedBlockOutputStream: filled checksums all_1_139_31 (state Temporary) 2025.08.26 21:57:27.881754 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_139_31 to all_1_139_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.881836 [ 192 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_139_31} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 3 parts: [all_1_137_30, all_139_139_0] -> all_1_139_31 2025.08.26 21:57:27.881950 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2025.08.26 21:57:27.883184 [ 41 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2025.08.26 21:57:27.883219 [ 41 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:27.883237 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:27.883323 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2025.08.26 21:57:27.883443 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:27.883475 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 416 rows starting from the beginning of the part 2025.08.26 21:57:27.883539 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 392 rows starting from the beginning of the part 2025.08.26 21:57:27.883585 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 392 rows starting from the beginning of the part 2025.08.26 21:57:27.883629 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 392 rows starting from the beginning of the part 2025.08.26 21:57:27.883670 [ 186 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2025.08.26 21:57:27.884838 [ 202 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1616 rows, containing 5 columns (5 merged, 0 gathered) in 0.001556535 sec., 1038203.4454734394 rows/sec., 70.43 MiB/sec. 2025.08.26 21:57:27.885118 [ 200 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2025.08.26 21:57:27.885658 [ 200 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:27.885735 [ 200 ] {878c5a26-37c4-4c1e-acfe-442a0271292e::all_1_32_7} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2025.08.26 21:57:27.885813 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.26 21:57:28.116296 [ 41 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Selected 5 parts from all_1_40_9 to all_44_44_0 2025.08.26 21:57:28.116354 [ 41 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:28.116379 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:28.116479 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_40_9 to all_44_44_0 into Compact with storage Full 2025.08.26 21:57:28.116595 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:28.116627 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_9, total 455 rows starting from the beginning of the part 2025.08.26 21:57:28.116687 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 431 rows starting from the beginning of the part 2025.08.26 21:57:28.116732 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 203 rows starting from the beginning of the part 2025.08.26 21:57:28.116779 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part 2025.08.26 21:57:28.116821 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 253 rows starting from the beginning of the part 2025.08.26 21:57:28.117859 [ 198 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergeTask::MergeProjectionsStage: Merge sorted 1545 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420142 sec., 1087919.3770763767 rows/sec., 76.49 MiB/sec. 2025.08.26 21:57:28.118098 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} MergedBlockOutputStream: filled checksums all_1_44_10 (state Temporary) 2025.08.26 21:57:28.118524 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_merge_all_1_44_10 to all_1_44_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:28.118593 [ 186 ] {df2d45cc-1015-4199-b942-f2e8c79ff079::all_1_44_10} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079) (MergerMutator): Merged 5 parts: [all_1_40_9, all_44_44_0] -> all_1_44_10 2025.08.26 21:57:28.118655 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.26 21:57:28.894805 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.08.26 21:57:28.913453 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:28.913501 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:28.919792 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.26 21:57:28.920970 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:28.924538 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.08.26 21:57:32.019335 [ 222 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:57:32.019396 [ 222 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:57:32.022115 [ 222 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:57:32.463141 [ 221 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Found 6 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, all_14_14_0] 2025.08.26 21:57:32.463206 [ 221 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Removing 6 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, all_14_14_0] 2025.08.26 21:57:32.466285 [ 221 ] {} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.08.26 21:57:32.701126 [ 225 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:57:32.701179 [ 225 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:57:32.704399 [ 225 ] {} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): 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.08.26 21:57:32.859699 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:32.859880 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:32.859946 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:32.860596 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:32.860642 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:32.861132 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.26 21:57:32.861571 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:32.861724 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. 2025.08.26 21:57:32.861766 [ 253 ] {e3068998-c554-4922-98ef-8d539bb65d79} TCPHandler: Processed in 0.00219435 sec. 2025.08.26 21:57:32.861882 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:32.861976 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:32.862019 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:32.862437 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:32.862472 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:32.862877 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.26 21:57:32.863310 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:32.863440 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} executeQuery: Read 64 rows, 5.12 KiB in 0.001483 sec., 43155.76534052596 rows/sec., 3.37 MiB/sec. 2025.08.26 21:57:32.863478 [ 253 ] {3e40d7de-15bc-455a-b694-e4bb03c10011} TCPHandler: Processed in 0.001643687 sec. 2025.08.26 21:57:32.863602 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:32.863693 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:32.863736 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:32.864163 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:32.864198 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:32.864644 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.26 21:57:32.865111 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:32.865242 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. 2025.08.26 21:57:32.865278 [ 253 ] {546218ae-4a3f-4b38-803e-55426be1d9f5} TCPHandler: Processed in 0.001723459 sec. 2025.08.26 21:57:32.865382 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:32.865473 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:32.865514 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:32.865841 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:32.865876 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:32.866323 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.08.26 21:57:32.866865 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:32.866998 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. 2025.08.26 21:57:32.867034 [ 253 ] {a5b4bfd3-455d-40f6-9754-3980254a4b8f} TCPHandler: Processed in 0.001697798 sec. 2025.08.26 21:57:33.766260 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:57:33.766318 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:57:33.768769 [ 217 ] {} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): 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.08.26 21:57:34.086545 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 2025.08.26 21:57:34.087127 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:34.087178 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:34.087823 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:57:34.088281 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:34.088433 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 2025.08.26 21:57:36.424606 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.08.26 21:57:36.444763 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:36.444822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:36.451267 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.26 21:57:36.452543 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:36.456454 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.08.26 21:57:36.712069 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1974 2025.08.26 21:57:36.714646 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:36.714694 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:36.715981 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:57:36.716449 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:36.716688 [ 220 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:57:36.716714 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1974 2025.08.26 21:57:36.716748 [ 220 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:57:36.720034 [ 220 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:57:37.862828 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.863006 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:37.863072 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:37.863789 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.863835 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:37.864376 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.26 21:57:37.864834 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.864988 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} executeQuery: Read 176 rows, 15.82 KiB in 0.002033 sec., 86571.56910969011 rows/sec., 7.60 MiB/sec. 2025.08.26 21:57:37.865031 [ 253 ] {32756a34-5d2b-4de0-b000-4af88c82606f} TCPHandler: Processed in 0.002333553 sec. 2025.08.26 21:57:37.865147 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.865240 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:37.865280 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:37.865693 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.865729 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:37.866155 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.26 21:57:37.866601 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.866734 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} executeQuery: Read 60 rows, 4.51 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.91 MiB/sec. 2025.08.26 21:57:37.866771 [ 253 ] {50253717-4677-4641-99df-8f7df22381c0} TCPHandler: Processed in 0.001672608 sec. 2025.08.26 21:57:37.866878 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.866970 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:37.867009 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:37.867484 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.867520 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:37.867968 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.26 21:57:37.868400 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.868532 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} executeQuery: Read 124 rows, 9.92 KiB in 0.001579 sec., 78530.7156428119 rows/sec., 6.14 MiB/sec. 2025.08.26 21:57:37.868569 [ 253 ] {0d0e4346-0bb7-4293-9c67-a1367e8761d3} TCPHandler: Processed in 0.001737349 sec. 2025.08.26 21:57:37.868680 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.868772 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:37.868813 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:37.869240 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.869275 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:37.869719 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.26 21:57:37.870161 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.870292 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. 2025.08.26 21:57:37.870306 [ 157 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_139_31 to all_140_140_0 2025.08.26 21:57:37.870329 [ 253 ] {789f0bfe-784a-4957-a3f0-3d455f38b3b0} TCPHandler: Processed in 0.001696138 sec. 2025.08.26 21:57:37.870391 [ 157 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.870421 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:37.870483 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.870538 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergeTask::PrepareStage: Merging 2 parts: from all_1_139_31 to all_140_140_0 into Compact with storage Full 2025.08.26 21:57:37.870579 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:37.870636 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} 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.08.26 21:57:37.870682 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:37.870724 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_139_31, total 40492 rows starting from the beginning of the part 2025.08.26 21:57:37.870790 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:37.871512 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.871552 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:37.872250 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.26 21:57:37.872675 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.872827 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} executeQuery: Read 60 rows, 110.10 KiB in 0.002266 sec., 26478.3759929391 rows/sec., 47.45 MiB/sec. 2025.08.26 21:57:37.872843 [ 221 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:57:37.872879 [ 221 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:57:37.872893 [ 253 ] {af9564cd-9be3-4928-b3f7-c11f9d82e685} TCPHandler: Processed in 0.002469126 sec. 2025.08.26 21:57:37.873018 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:37.873110 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:37.873154 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:37.873492 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:37.873528 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:37.874049 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.08.26 21:57:37.874523 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.874678 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. 2025.08.26 21:57:37.874714 [ 253 ] {a233bf15-c228-4f6e-b7a2-5b9a4e5714a0} TCPHandler: Processed in 0.001743589 sec. 2025.08.26 21:57:37.875524 [ 221 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:57:37.877455 [ 187 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergeTask::MergeProjectionsStage: Merge sorted 40556 rows, containing 5 columns (5 merged, 0 gathered) in 0.006967507 sec., 5820733.298150974 rows/sec., 397.99 MiB/sec. 2025.08.26 21:57:37.878336 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} MergedBlockOutputStream: filled checksums all_1_140_32 (state Temporary) 2025.08.26 21:57:37.878905 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_140_32 to all_1_140_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:37.878982 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_140_32} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_139_31, all_140_140_0] -> all_1_140_32 2025.08.26 21:57:37.879072 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.08.26 21:57:39.298876 [ 83 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.08.26 21:57:39.298939 [ 83 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:39.298960 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.08.26 21:57:39.299071 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:57:39.299201 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:39.299233 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2025.08.26 21:57:39.299301 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::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.08.26 21:57:39.299351 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part 2025.08.26 21:57:39.299397 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part 2025.08.26 21:57:39.299441 [ 198 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part 2025.08.26 21:57:39.300313 [ 195 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294939 sec., 36295.14594895976 rows/sec., 2.98 MiB/sec. 2025.08.26 21:57:39.300575 [ 190 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.08.26 21:57:39.301100 [ 190 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:39.301178 [ 190 ] {972e43d1-2521-48e3-8959-266dfccf1b78::all_1_25_6} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.08.26 21:57:39.301250 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.26 21:57:41.344821 [ 153 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:57:41.344895 [ 153 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:57:41.588562 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 2025.08.26 21:57:41.589290 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:41.589359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:41.590076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:57:41.590495 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:41.590621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 2025.08.26 21:57:42.860002 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:42.860288 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:42.860382 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:42.861132 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:42.861181 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:42.861680 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.26 21:57:42.862127 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:42.862286 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} executeQuery: Read 56 rows, 4.38 KiB in 0.002077 sec., 26961.96437168994 rows/sec., 2.06 MiB/sec. 2025.08.26 21:57:42.862328 [ 253 ] {a8a412ef-d3cc-42d8-be89-87ab7db318c1} TCPHandler: Processed in 0.002513717 sec. 2025.08.26 21:57:42.862462 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:42.862554 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:42.862594 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:42.863087 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:42.863122 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:42.863530 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.26 21:57:42.863952 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:42.864093 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} executeQuery: Read 64 rows, 5.12 KiB in 0.001557 sec., 41104.68850353244 rows/sec., 3.21 MiB/sec. 2025.08.26 21:57:42.864130 [ 253 ] {6f81e7d6-4fc7-4a0f-adcb-960f280dbb06} TCPHandler: Processed in 0.001724339 sec. 2025.08.26 21:57:42.864262 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:42.864354 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:42.864396 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:42.864870 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:42.864909 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:42.865337 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.26 21:57:42.865795 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:42.865927 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. 2025.08.26 21:57:42.865922 [ 125 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_140_32 to all_141_141_0 2025.08.26 21:57:42.865963 [ 253 ] {1f1a51f9-4d0f-4e2a-9745-e32b41ec213a} TCPHandler: Processed in 0.00175688 sec. 2025.08.26 21:57:42.866002 [ 125 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:42.866033 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:42.866105 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:42.866145 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_140_32 to all_141_141_0 into Compact with storage Full 2025.08.26 21:57:42.866205 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:42.866252 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:42.866287 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:42.866333 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergeTreeSequentialSource: Reading 6 marks from part all_1_140_32, total 40556 rows starting from the beginning of the part 2025.08.26 21:57:42.866407 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:42.866599 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:42.866639 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:42.867060 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.08.26 21:57:42.867478 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:42.867611 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. 2025.08.26 21:57:42.867646 [ 253 ] {fe27d610-7500-4bf2-91f9-6edc46626a14} TCPHandler: Processed in 0.001590446 sec. 2025.08.26 21:57:42.872941 [ 195 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergeTask::MergeProjectionsStage: Merge sorted 40716 rows, containing 5 columns (5 merged, 0 gathered) in 0.006836254 sec., 5955893.388396628 rows/sec., 407.26 MiB/sec. 2025.08.26 21:57:42.873790 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} MergedBlockOutputStream: filled checksums all_1_141_33 (state Temporary) 2025.08.26 21:57:42.874383 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_141_33 to all_1_141_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:42.874464 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_141_33} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_140_32, all_141_141_0] -> all_1_141_33 2025.08.26 21:57:42.874554 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.08.26 21:57:43.957540 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.08.26 21:57:43.976541 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:43.976591 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:43.983056 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.26 21:57:43.984241 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:43.988051 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.08.26 21:57:46.717818 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1994 2025.08.26 21:57:46.719984 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:46.720046 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:46.721384 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:57:46.721862 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:46.722251 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1994 2025.08.26 21:57:47.392472 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.392972 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.393072 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:57:47.393856 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.393906 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.394435 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:57:47.394907 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.395077 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} executeQuery: Read 24 rows, 2.04 KiB in 0.002178 sec., 11019.283746556475 rows/sec., 936.21 KiB/sec. 2025.08.26 21:57:47.395133 [ 253 ] {9c9d5639-2267-4eea-9387-d399df1f10e6} TCPHandler: Processed in 0.002821814 sec. 2025.08.26 21:57:47.395420 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.395525 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:57:47.395571 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:57:47.396041 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.396078 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.396503 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.26 21:57:47.397017 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.397161 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} executeQuery: Read 2 rows, 167.00 B in 0.00166 sec., 1204.8192771084337 rows/sec., 98.24 KiB/sec. 2025.08.26 21:57:47.397202 [ 253 ] {3072f9c4-5045-442f-ace3-c18a67940fd9} TCPHandler: Processed in 0.001834841 sec. 2025.08.26 21:57:47.397318 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.397414 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:47.397454 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:47.398452 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.398488 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.399026 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.26 21:57:47.399539 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.399682 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} executeQuery: Read 1437 rows, 123.45 KiB in 0.002287 sec., 628334.0620900743 rows/sec., 52.71 MiB/sec. 2025.08.26 21:57:47.399696 [ 149 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.26 21:57:47.399721 [ 253 ] {1cadf1e1-8011-4b3a-ab33-4ddfdfe5db53} TCPHandler: Processed in 0.002453696 sec. 2025.08.26 21:57:47.399772 [ 149 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.399802 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.399878 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.399929 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:57:47.399978 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.400024 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:47.400060 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:47.400112 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2465 rows starting from the beginning of the part 2025.08.26 21:57:47.400185 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 182 rows starting from the beginning of the part 2025.08.26 21:57:47.400236 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part 2025.08.26 21:57:47.400283 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 176 rows starting from the beginning of the part 2025.08.26 21:57:47.400326 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part 2025.08.26 21:57:47.400369 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1437 rows starting from the beginning of the part 2025.08.26 21:57:47.400473 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.400516 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.400967 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.26 21:57:47.401447 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.401587 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} executeQuery: Read 74 rows, 5.61 KiB in 0.001629 sec., 45426.642111724985 rows/sec., 3.36 MiB/sec. 2025.08.26 21:57:47.401626 [ 253 ] {04241076-48b2-4c82-8009-3a5b521a1847} TCPHandler: Processed in 0.001801801 sec. 2025.08.26 21:57:47.401740 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.401835 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.401877 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:57:47.402241 [ 195 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 4372 rows, containing 5 columns (5 merged, 0 gathered) in 0.002363533 sec., 1849773.1996972328 rows/sec., 160.18 MiB/sec. 2025.08.26 21:57:47.402350 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.402388 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.402613 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.26 21:57:47.402865 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.26 21:57:47.403250 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.403331 [ 189 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_146_29} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.26 21:57:47.403399 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.08.26 21:57:47.403474 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.403620 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} executeQuery: Read 252 rows, 17.85 KiB in 0.001804 sec., 139689.57871396895 rows/sec., 9.66 MiB/sec. 2025.08.26 21:57:47.403660 [ 253 ] {29651c52-8782-4f22-b3ec-99ff429c870d} TCPHandler: Processed in 0.001969735 sec. 2025.08.26 21:57:47.403772 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.403865 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.403906 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:57:47.404302 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.404339 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.404765 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.26 21:57:47.405370 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.405513 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} executeQuery: Read 12 rows, 960.00 B in 0.001666 sec., 7202.881152460985 rows/sec., 562.73 KiB/sec. 2025.08.26 21:57:47.405551 [ 253 ] {423c19b0-db13-4b32-bbb0-328f0b464f19} TCPHandler: Processed in 0.001829161 sec. 2025.08.26 21:57:47.405669 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.405760 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:47.405800 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:47.406415 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.406451 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.406949 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.26 21:57:47.407360 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.407493 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} executeQuery: Read 618 rows, 47.63 KiB in 0.001751 sec., 352941.17647058825 rows/sec., 26.56 MiB/sec. 2025.08.26 21:57:47.407499 [ 149 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.26 21:57:47.407531 [ 253 ] {7159a2d0-71de-4bb6-b5ad-202749395169} TCPHandler: Processed in 0.001909233 sec. 2025.08.26 21:57:47.407552 [ 149 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.407580 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.407654 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.407669 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:57:47.407752 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.407773 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:47.407795 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:47.407808 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1266 rows starting from the beginning of the part 2025.08.26 21:57:47.407880 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 145 rows starting from the beginning of the part 2025.08.26 21:57:47.407935 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:47.407983 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 124 rows starting from the beginning of the part 2025.08.26 21:57:47.408029 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:47.408075 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 618 rows starting from the beginning of the part 2025.08.26 21:57:47.408373 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.408408 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.408889 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.26 21:57:47.409276 [ 194 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001641397 sec., 1389669.8970450172 rows/sec., 108.16 MiB/sec. 2025.08.26 21:57:47.409363 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.409504 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} executeQuery: Read 895 rows, 62.12 KiB in 0.00177 sec., 505649.7175141243 rows/sec., 34.27 MiB/sec. 2025.08.26 21:57:47.409525 [ 147 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_141_33 to all_146_146_0 2025.08.26 21:57:47.409541 [ 253 ] {6f4aaf9e-40ba-4b2c-89e1-80cbfb494df0} TCPHandler: Processed in 0.001933353 sec. 2025.08.26 21:57:47.409572 [ 147 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.409596 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.409649 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.26 21:57:47.409659 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.409702 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_33 to all_146_146_0 into Compact with storage Full 2025.08.26 21:57:47.409771 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.409827 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:47.409839 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} 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.08.26 21:57:47.409868 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 6 marks from part all_1_141_33, total 40716 rows starting from the beginning of the part 2025.08.26 21:57:47.409935 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 163 rows starting from the beginning of the part 2025.08.26 21:57:47.409987 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:47.410031 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:47.410076 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2025.08.26 21:57:47.410120 [ 193 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 895 rows starting from the beginning of the part 2025.08.26 21:57:47.410131 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.410196 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_146_29} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.26 21:57:47.410265 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.08.26 21:57:47.410725 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.410766 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.411519 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.26 21:57:47.411949 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.412096 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} executeQuery: Read 60 rows, 110.10 KiB in 0.002344 sec., 25597.26962457338 rows/sec., 45.87 MiB/sec. 2025.08.26 21:57:47.412153 [ 253 ] {f681f29d-0388-4a51-956e-d2156e9c3a3b} TCPHandler: Processed in 0.002542107 sec. 2025.08.26 21:57:47.412278 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.412372 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.412415 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:47.412756 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.412792 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.413300 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.08.26 21:57:47.413769 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.413901 [ 147 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.08.26 21:57:47.413905 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} executeQuery: Read 52 rows, 3.59 KiB in 0.001552 sec., 33505.154639175256 rows/sec., 2.26 MiB/sec. 2025.08.26 21:57:47.413935 [ 147 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.413954 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.413954 [ 253 ] {1990b537-d250-4ce8-9248-8430267d700f} TCPHandler: Processed in 0.001734029 sec. 2025.08.26 21:57:47.414032 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:47.414124 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:47.414152 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8280 rows starting from the beginning of the part 2025.08.26 21:57:47.414201 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:47.414243 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:47.414278 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:47.414314 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:57:47.414352 [ 189 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 52 rows starting from the beginning of the part 2025.08.26 21:57:47.416554 [ 196 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8572 rows, containing 4 columns (4 merged, 0 gathered) in 0.002551577 sec., 3359491.0128128603 rows/sec., 223.43 MiB/sec. 2025.08.26 21:57:47.416893 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.08.26 21:57:47.417517 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.417604 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_146_29} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.08.26 21:57:47.417705 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. 2025.08.26 21:57:47.422967 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergeTask::MergeProjectionsStage: Merge sorted 42254 rows, containing 5 columns (5 merged, 0 gathered) in 0.01330953 sec., 3174717.664710925 rows/sec., 217.10 MiB/sec. 2025.08.26 21:57:47.423654 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} MergedBlockOutputStream: filled checksums all_1_146_34 (state Temporary) 2025.08.26 21:57:47.424286 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_146_34 to all_1_146_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.424363 [ 196 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_146_34} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_141_33, all_146_146_0] -> all_1_146_34 2025.08.26 21:57:47.424463 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.08.26 21:57:47.852899 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.853049 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:47.853106 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:47.853910 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.853947 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.854383 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.26 21:57:47.854809 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.854955 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} executeQuery: Read 30 rows, 2.32 KiB in 0.001942 sec., 15447.991761071062 rows/sec., 1.16 MiB/sec. 2025.08.26 21:57:47.854996 [ 253 ] {8482236c-c909-44a7-8ae9-157650a16599} TCPHandler: Processed in 0.00218634 sec. 2025.08.26 21:57:47.855127 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.855221 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:47.855261 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:47.855753 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.855787 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.856179 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.26 21:57:47.856599 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.856730 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} executeQuery: Read 36 rows, 2.88 KiB in 0.001527 sec., 23575.63850687623 rows/sec., 1.84 MiB/sec. 2025.08.26 21:57:47.856767 [ 253 ] {17eecef2-0fa4-4b0f-ad27-6b631ca2e240} TCPHandler: Processed in 0.001696759 sec. 2025.08.26 21:57:47.856877 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.856970 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.857011 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:47.857428 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.857461 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.857912 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.26 21:57:47.858375 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.858539 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} executeQuery: Read 22 rows, 1.57 KiB in 0.001587 sec., 13862.633900441084 rows/sec., 990.72 KiB/sec. 2025.08.26 21:57:47.858578 [ 253 ] {a782f234-f653-4c54-9975-ecb4e8a0767d} TCPHandler: Processed in 0.00174878 sec. 2025.08.26 21:57:47.858704 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:47.858797 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:47.858839 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:47.859154 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:47.859188 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:47.859607 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.08.26 21:57:47.860060 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:47.860190 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} executeQuery: Read 8 rows, 560.00 B in 0.001411 sec., 5669.7377746279235 rows/sec., 387.58 KiB/sec. 2025.08.26 21:57:47.860226 [ 253 ] {ef05ebdb-2202-4f2a-84e6-56abc2c94b9a} TCPHandler: Processed in 0.001578876 sec. 2025.08.26 21:57:48.054595 [ 217 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:48.054685 [ 217 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:48.058505 [ 217 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:57:49.091702 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 2025.08.26 21:57:49.092229 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:49.092269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:49.092954 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:57:49.093473 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:49.093599 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 2025.08.26 21:57:50.253314 [ 223 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:50.253382 [ 223 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:50.256971 [ 223 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:57:51.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 358.78 MiB, peak 381.04 MiB, free memory in arenas 0.00 B, will set to 362.78 MiB (RSS), difference: 4.00 MiB 2025.08.26 21:57:51.489070 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.08.26 21:57:51.506107 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:51.506163 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:51.512585 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.26 21:57:51.513704 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:51.516849 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.08.26 21:57:52.634820 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:52.634914 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:52.638277 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:57:52.859608 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:52.859892 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:52.859995 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:52.860924 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:52.860965 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:52.861541 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.26 21:57:52.862054 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:52.862204 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} executeQuery: Read 56 rows, 4.38 KiB in 0.002388 sec., 23450.586264656617 rows/sec., 1.79 MiB/sec. 2025.08.26 21:57:52.862246 [ 253 ] {c7053798-1b98-472c-994d-84e9f35a885e} TCPHandler: Processed in 0.002815774 sec. 2025.08.26 21:57:52.862312 [ 222 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:52.862368 [ 222 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:52.862369 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:52.862474 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:52.862513 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:52.862981 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:52.863017 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:52.863479 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.26 21:57:52.864011 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:52.864145 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} executeQuery: Read 64 rows, 5.12 KiB in 0.001689 sec., 37892.24393132031 rows/sec., 2.96 MiB/sec. 2025.08.26 21:57:52.864183 [ 253 ] {b3d78131-7294-418b-9f90-410b6674ece6} TCPHandler: Processed in 0.001860552 sec. 2025.08.26 21:57:52.864301 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:52.864405 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:52.864448 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:52.864901 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:52.864939 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:52.865506 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.26 21:57:52.866032 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:52.866189 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001801 sec., 88839.53359244864 rows/sec., 6.19 MiB/sec. 2025.08.26 21:57:52.866243 [ 253 ] {9cdd0d7d-337d-4fba-addc-569dc125f2f8} TCPHandler: Processed in 0.001989435 sec. 2025.08.26 21:57:52.866288 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:52.866322 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:52.866355 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:52.866377 [ 222 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:57:52.866464 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:52.866508 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:52.866851 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:52.866887 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:52.867370 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.08.26 21:57:52.867932 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:52.868074 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec. 2025.08.26 21:57:52.868109 [ 253 ] {bf3d39f7-f443-4dbd-af14-246df6a228fc} TCPHandler: Processed in 0.001800311 sec. 2025.08.26 21:57:52.868191 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:52.868242 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:52.869828 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:57:52.870207 [ 224 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:57:56.345146 [ 135 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:57:56.345243 [ 135 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:57:56.594712 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 2025.08.26 21:57:56.595255 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:56.595303 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:56.595956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:57:56.596456 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:56.596605 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 2025.08.26 21:57:56.596602 [ 135 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:57:56.596675 [ 135 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:56.596700 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:56.596810 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.596936 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:56.596978 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.597051 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.597104 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.597155 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.597203 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.597250 [ 191 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::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.08.26 21:57:56.600038 [ 186 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.003272384 sec., 13440048.600653224 rows/sec., 192.26 MiB/sec. 2025.08.26 21:57:56.600641 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:57:56.601366 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_96_19} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:56.601450 [ 202 ] {733ec0c6-78ce-421b-ba58-d7acda96f272::all_1_96_19} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:57:56.601555 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.08.26 21:57:56.723329 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2030 2025.08.26 21:57:56.725741 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:56.725785 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:56.727085 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:57:56.727557 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:56.727712 [ 135 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:57:56.727778 [ 135 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:56.727811 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:56.727924 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::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.08.26 21:57:56.727932 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2030 2025.08.26 21:57:56.728459 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:56.728609 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1872 rows starting from the beginning of the part 2025.08.26 21:57:56.728963 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part 2025.08.26 21:57:56.729304 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part 2025.08.26 21:57:56.729636 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 22 rows starting from the beginning of the part 2025.08.26 21:57:56.729970 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part 2025.08.26 21:57:56.730296 [ 186 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part 2025.08.26 21:57:56.737286 [ 187 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 72 columns (72 merged, 0 gathered) in 0.009406912 sec., 215798.765843669 rows/sec., 166.55 MiB/sec. 2025.08.26 21:57:56.738993 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:57:56.739769 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:56.739841 [ 190 ] {6b972bbc-cf03-455c-9e0c-179a62c2613b::all_1_71_14} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:57:56.740023 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. 2025.08.26 21:57:57.009025 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.008693945 sec. 2025.08.26 21:57:57.862620 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.862875 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:57:57.862948 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:57:57.863878 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.863928 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.864577 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.26 21:57:57.865140 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.865299 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} executeQuery: Read 176 rows, 15.82 KiB in 0.002485 sec., 70824.94969818914 rows/sec., 6.22 MiB/sec. 2025.08.26 21:57:57.865343 [ 253 ] {26c92551-53b1-4b9c-bb5d-8a44fa3cc8d6} TCPHandler: Processed in 0.002900495 sec. 2025.08.26 21:57:57.865468 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.865564 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:57:57.865604 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:57:57.866032 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.866068 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.866527 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.26 21:57:57.866956 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.867084 [ 133 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.26 21:57:57.867091 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} executeQuery: Read 60 rows, 4.51 KiB in 0.001547 sec., 38784.744667097606 rows/sec., 2.85 MiB/sec. 2025.08.26 21:57:57.867163 [ 133 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.867184 [ 253 ] {ad8c0951-d180-4ab4-9ef3-7715bdb36137} TCPHandler: Processed in 0.00176347 sec. 2025.08.26 21:57:57.867191 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.867301 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.867315 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::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.08.26 21:57:57.867398 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:57:57.867443 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:57:57.867451 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:57.867489 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 288 rows starting from the beginning of the part 2025.08.26 21:57:57.867557 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 91 rows starting from the beginning of the part 2025.08.26 21:57:57.867601 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 63 rows starting from the beginning of the part 2025.08.26 21:57:57.867640 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:57.867678 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 74 rows starting from the beginning of the part 2025.08.26 21:57:57.867718 [ 202 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.08.26 21:57:57.867873 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.867925 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.868454 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.26 21:57:57.868568 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 636 rows, containing 5 columns (5 merged, 0 gathered) in 0.001303039 sec., 488089.7655404021 rows/sec., 35.38 MiB/sec. 2025.08.26 21:57:57.868806 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.26 21:57:57.869100 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.869293 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} executeQuery: Read 124 rows, 9.92 KiB in 0.001911 sec., 64887.493458922036 rows/sec., 5.07 MiB/sec. 2025.08.26 21:57:57.869343 [ 253 ] {6c948880-1502-4627-9fc6-4470706178ed} TCPHandler: Processed in 0.002088277 sec. 2025.08.26 21:57:57.869368 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.869457 [ 198 ] {414190e8-77ea-4d2c-805b-31cabd5cd604::all_1_86_17} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.26 21:57:57.869489 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.869553 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.26 21:57:57.869609 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:57.869666 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:57:57.870110 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.870147 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.870603 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.26 21:57:57.871052 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.871194 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. 2025.08.26 21:57:57.871233 [ 253 ] {f1d3b984-bc8d-4a36-8c6a-7bfb14db1914} TCPHandler: Processed in 0.0018056 sec. 2025.08.26 21:57:57.871343 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.871436 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:57:57.871493 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} 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.08.26 21:57:57.872443 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.872479 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.873218 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.26 21:57:57.873713 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.873833 [ 133 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.26 21:57:57.873862 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} executeQuery: Read 60 rows, 110.10 KiB in 0.002443 sec., 24559.967253376995 rows/sec., 44.01 MiB/sec. 2025.08.26 21:57:57.873867 [ 133 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.873903 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.873944 [ 253 ] {44846067-01ef-4406-b793-06b9053dd7f4} TCPHandler: Processed in 0.002649909 sec. 2025.08.26 21:57:57.874000 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.874074 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:57:57.874184 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:57:57.874227 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:57:57.874240 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:57.874296 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2702 rows starting from the beginning of the part 2025.08.26 21:57:57.874412 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.874512 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.874568 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:57.874609 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.874609 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:57.874708 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.874806 [ 198 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::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.08.26 21:57:57.875070 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.08.26 21:57:57.875567 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.875713 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} executeQuery: Read 60 rows, 4.14 KiB in 0.001547 sec., 38784.744667097606 rows/sec., 2.61 MiB/sec. 2025.08.26 21:57:57.875751 [ 253 ] {bf14a865-6659-45f8-858e-1981a3371d64} TCPHandler: Processed in 0.001737179 sec. 2025.08.26 21:57:57.882526 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3002 rows, containing 19 columns (19 merged, 0 gathered) in 0.008552743 sec., 350998.50422256347 rows/sec., 628.97 MiB/sec. 2025.08.26 21:57:57.885742 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.26 21:57:57.886407 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:57.886489 [ 197 ] {e87e238b-666f-4f28-bb5b-21fafca4d7c1::all_1_71_14} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.26 21:57:57.886630 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.08 MiB. 2025.08.26 21:57:59.017900 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.08.26 21:57:59.035670 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:59.035718 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:59.042150 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.26 21:57:59.043296 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:59.043635 [ 129 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.26 21:57:59.043702 [ 129 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:57:59.043722 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:57:59.043827 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:59.046567 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.08.26 21:57:59.047134 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:57:59.047905 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2025.08.26 21:57:59.051259 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2025.08.26 21:57:59.054604 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:59.058767 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:59.063297 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:59.067599 [ 199 ] {d4377943-e150-4bca-9206-f6cec7a6b601::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.08.26 21:57:59.123769 [ 194 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.079984553 sec., 9039.245365289471 rows/sec., 46.74 MiB/sec. 2025.08.26 21:57:59.127243 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.26 21:57:59.129905 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:57:59.130028 [ 192 ] {d4377943-e150-4bca-9206-f6cec7a6b601::all_1_96_19} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.26 21:57:59.133290 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.08.26 21:58:00.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 364.25 MiB, peak 381.68 MiB, free memory in arenas 0.00 B, will set to 363.18 MiB (RSS), difference: -1.07 MiB 2025.08.26 21:58:02.858792 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:02.858982 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:02.859049 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:02.859735 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:02.859776 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:02.860369 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.26 21:58:02.860969 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:02.861179 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} executeQuery: Read 56 rows, 4.38 KiB in 0.002254 sec., 24844.72049689441 rows/sec., 1.90 MiB/sec. 2025.08.26 21:58:02.861228 [ 253 ] {19610a2b-a562-4d60-a86e-aba296ddef80} TCPHandler: Processed in 0.002563187 sec. 2025.08.26 21:58:02.861387 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:02.861502 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:02.861553 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:02.862159 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:02.862209 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:02.862792 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.26 21:58:02.863234 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:02.863381 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec. 2025.08.26 21:58:02.863422 [ 253 ] {30733417-f6a1-4fc9-bbc6-08af5b88db28} TCPHandler: Processed in 0.002096558 sec. 2025.08.26 21:58:02.863554 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:02.863648 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:02.863693 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:02.864143 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:02.864179 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:02.864630 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.26 21:58:02.865137 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:02.865286 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. 2025.08.26 21:58:02.865325 [ 253 ] {00c9ffbc-a3eb-4300-b731-34117114161d} TCPHandler: Processed in 0.001820361 sec. 2025.08.26 21:58:02.865445 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:02.865538 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:02.865580 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:02.865997 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:02.866034 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:02.866479 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.08.26 21:58:02.866955 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:02.867167 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} executeQuery: Read 60 rows, 4.14 KiB in 0.001645 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec. 2025.08.26 21:58:02.867226 [ 253 ] {6bd288d5-7750-4a15-ba05-ed6ded275875} TCPHandler: Processed in 0.001827971 sec. 2025.08.26 21:58:04.097699 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 2025.08.26 21:58:04.098240 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:04.098290 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:04.098905 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:58:04.099353 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:04.099507 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 2025.08.26 21:58:06.547584 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.08.26 21:58:06.566825 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:06.566889 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:06.573449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.26 21:58:06.574559 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:06.577985 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.08.26 21:58:06.729092 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2050 2025.08.26 21:58:06.731329 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:06.731379 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:06.732802 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:58:06.733306 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:06.733713 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2050 2025.08.26 21:58:07.861679 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.861860 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:07.861926 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:07.862692 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.862735 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.863246 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.26 21:58:07.863730 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.863887 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} executeQuery: Read 176 rows, 15.82 KiB in 0.002077 sec., 84737.60231102552 rows/sec., 7.44 MiB/sec. 2025.08.26 21:58:07.863892 [ 120 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.26 21:58:07.863929 [ 253 ] {dc542dc9-a91b-467a-b40a-f4619cb2d9ed} TCPHandler: Processed in 0.002378284 sec. 2025.08.26 21:58:07.863960 [ 120 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.863986 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.864061 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.864103 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:58:07.864160 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:58:07.864204 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:58:07.864247 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:07.864286 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2465 rows starting from the beginning of the part 2025.08.26 21:58:07.864353 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 30 rows starting from the beginning of the part 2025.08.26 21:58:07.864397 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part 2025.08.26 21:58:07.864440 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 176 rows starting from the beginning of the part 2025.08.26 21:58:07.864480 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::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.08.26 21:58:07.864520 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 176 rows starting from the beginning of the part 2025.08.26 21:58:07.864633 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.864674 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.865096 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.26 21:58:07.865541 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.865682 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} executeQuery: Read 60 rows, 4.51 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.86 MiB/sec. 2025.08.26 21:58:07.865720 [ 253 ] {eb2bc552-7cf9-4b1d-a313-852379a17cfc} TCPHandler: Processed in 0.001706318 sec. 2025.08.26 21:58:07.865724 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:58:07.865777 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:58:07.865831 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.865835 [ 193 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 2959 rows, containing 5 columns (5 merged, 0 gathered) in 0.00178739 sec., 1655486.4914763984 rows/sec., 142.39 MiB/sec. 2025.08.26 21:58:07.865932 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:07.865976 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:07.866376 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.26 21:58:07.866434 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.866477 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.866963 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.26 21:58:07.867080 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.867173 [ 196 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_151_30} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.26 21:58:07.867289 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2025.08.26 21:58:07.867486 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.867619 [ 120 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.26 21:58:07.867634 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} executeQuery: Read 124 rows, 9.92 KiB in 0.001721 sec., 72051.13306217315 rows/sec., 5.63 MiB/sec. 2025.08.26 21:58:07.867651 [ 120 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.867679 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.867681 [ 253 ] {10aa7941-3fd3-4569-8788-4c01125a8ad7} TCPHandler: Processed in 0.001897203 sec. 2025.08.26 21:58:07.867770 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:58:07.867816 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.867860 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:07.867890 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1266 rows starting from the beginning of the part 2025.08.26 21:58:07.867909 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:07.867948 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 36 rows starting from the beginning of the part 2025.08.26 21:58:07.867951 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:07.867995 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part 2025.08.26 21:58:07.868036 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 124 rows starting from the beginning of the part 2025.08.26 21:58:07.868078 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::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.08.26 21:58:07.868118 [ 195 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 124 rows starting from the beginning of the part 2025.08.26 21:58:07.868399 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.868437 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.868839 [ 221 ] {} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): 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.08.26 21:58:07.868962 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.26 21:58:07.869157 [ 189 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1678 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428913 sec., 1174319.2202744323 rows/sec., 91.05 MiB/sec. 2025.08.26 21:58:07.869494 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.26 21:58:07.869540 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.869670 [ 120 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_146_34 to all_147_147_0 2025.08.26 21:58:07.869685 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} executeQuery: Read 160 rows, 11.41 KiB in 0.001793 sec., 89235.91745677634 rows/sec., 6.22 MiB/sec. 2025.08.26 21:58:07.869704 [ 120 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.869730 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.869731 [ 253 ] {314f7761-34bd-4cb9-890d-e8ac6ffe4c01} TCPHandler: Processed in 0.001961994 sec. 2025.08.26 21:58:07.869806 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergeTask::PrepareStage: Merging 2 parts: from all_1_146_34 to all_147_147_0 into Compact with storage Full 2025.08.26 21:58:07.869863 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.869926 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:07.869961 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:07.869965 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_146_34, total 42254 rows starting from the beginning of the part 2025.08.26 21:58:07.870025 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} 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.08.26 21:58:07.870052 [ 200 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 22 rows starting from the beginning of the part 2025.08.26 21:58:07.870100 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.870190 [ 193 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_151_30} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.26 21:58:07.870279 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.08.26 21:58:07.871003 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.871043 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.871781 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.26 21:58:07.872218 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.872363 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} executeQuery: Read 60 rows, 110.10 KiB in 0.00242 sec., 24793.388429752067 rows/sec., 44.43 MiB/sec. 2025.08.26 21:58:07.872435 [ 253 ] {782c3db9-69b4-4d25-aac2-22452fdd220a} TCPHandler: Processed in 0.002618789 sec. 2025.08.26 21:58:07.872551 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:07.872644 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:07.872685 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:07.873028 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.873063 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.873463 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.08.26 21:58:07.873897 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.874023 [ 120 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.08.26 21:58:07.874032 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2025.08.26 21:58:07.874067 [ 120 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:07.874087 [ 253 ] {3b61d9c5-60cd-410c-8335-9cd0b03522e0} TCPHandler: Processed in 0.001582126 sec. 2025.08.26 21:58:07.874095 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:07.874189 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:58:07.874277 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:07.874302 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8572 rows starting from the beginning of the part 2025.08.26 21:58:07.874347 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 8 rows starting from the beginning of the part 2025.08.26 21:58:07.874386 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2025.08.26 21:58:07.874427 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:58:07.874464 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2025.08.26 21:58:07.874500 [ 200 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::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.08.26 21:58:07.876810 [ 190 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 8820 rows, containing 4 columns (4 merged, 0 gathered) in 0.0026526 sec., 3325039.5838045687 rows/sec., 221.22 MiB/sec. 2025.08.26 21:58:07.877115 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.08.26 21:58:07.877683 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.877753 [ 187 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_151_30} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.08.26 21:58:07.877831 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.08.26 21:58:07.878439 [ 186 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergeTask::MergeProjectionsStage: Merge sorted 42276 rows, containing 5 columns (5 merged, 0 gathered) in 0.008662335 sec., 4880439.2810945315 rows/sec., 333.75 MiB/sec. 2025.08.26 21:58:07.878988 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} MergedBlockOutputStream: filled checksums all_1_147_35 (state Temporary) 2025.08.26 21:58:07.879602 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_147_35 to all_1_147_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:07.879679 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_147_35} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_146_34, all_147_147_0] -> all_1_147_35 2025.08.26 21:58:07.879780 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.08.26 21:58:11.345319 [ 116 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:58:11.345389 [ 116 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:58:11.600570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 2025.08.26 21:58:11.601043 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:11.601079 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:11.601651 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:58:11.602117 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:11.602243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 2025.08.26 21:58:12.859370 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:12.859552 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:12.859619 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:12.860276 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:12.860315 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:12.860842 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.26 21:58:12.861383 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:12.861537 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} executeQuery: Read 56 rows, 4.38 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.10 MiB/sec. 2025.08.26 21:58:12.861580 [ 253 ] {9459cf77-0537-4da3-9c6d-7d78286010dc} TCPHandler: Processed in 0.002338153 sec. 2025.08.26 21:58:12.861698 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:12.861793 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:12.861851 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:12.862322 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:12.862357 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:12.862768 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.26 21:58:12.863191 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:12.863323 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec. 2025.08.26 21:58:12.863361 [ 253 ] {e22543b0-35ee-4f35-9653-7c1614785f44} TCPHandler: Processed in 0.001712689 sec. 2025.08.26 21:58:12.863474 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:12.863567 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:12.863611 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:12.864025 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:12.864059 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:12.864493 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.26 21:58:12.864918 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:12.865026 [ 115 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 2 parts from all_1_147_35 to all_148_148_0 2025.08.26 21:58:12.865048 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec. 2025.08.26 21:58:12.865062 [ 115 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:12.865080 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:12.865087 [ 253 ] {73cc42e2-3845-4a6b-a77e-36592c86895b} TCPHandler: Processed in 0.001661998 sec. 2025.08.26 21:58:12.865157 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergeTask::PrepareStage: Merging 2 parts: from all_1_147_35 to all_148_148_0 into Compact with storage Full 2025.08.26 21:58:12.865198 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:12.865249 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:12.865279 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_147_35, total 42276 rows starting from the beginning of the part 2025.08.26 21:58:12.865292 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:12.865333 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:12.865337 [ 191 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2025.08.26 21:58:12.865670 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:12.865706 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:12.866109 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.08.26 21:58:12.866549 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:12.866684 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. 2025.08.26 21:58:12.866721 [ 253 ] {06286a6f-8bf9-4a76-a487-69bcd15304a2} TCPHandler: Processed in 0.001572436 sec. 2025.08.26 21:58:12.872330 [ 190 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergeTask::MergeProjectionsStage: Merge sorted 42436 rows, containing 5 columns (5 merged, 0 gathered) in 0.007194722 sec., 5898212.606407864 rows/sec., 403.38 MiB/sec. 2025.08.26 21:58:12.872830 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} MergedBlockOutputStream: filled checksums all_1_148_36 (state Temporary) 2025.08.26 21:58:12.873361 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_148_36 to all_1_148_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:12.873443 [ 202 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_148_36} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 2 parts: [all_1_147_35, all_148_148_0] -> all_1_148_36 2025.08.26 21:58:12.873544 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.08.26 21:58:14.079021 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.08.26 21:58:14.097534 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:14.097580 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:14.104148 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.26 21:58:14.105361 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:14.108588 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.08.26 21:58:16.413879 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.414068 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.414133 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.26 21:58:16.414765 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.414827 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.415442 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:58:16.415884 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} oximeter.fields_i16 (878c5a26-37c4-4c1e-acfe-442a0271292e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.416042 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} executeQuery: Read 24 rows, 2.04 KiB in 0.002022 sec., 11869.436201780416 rows/sec., 1008.44 KiB/sec. 2025.08.26 21:58:16.416085 [ 253 ] {0eeed123-e8d2-4cf1-b8af-83266b5e940c} TCPHandler: Processed in 0.002333342 sec. 2025.08.26 21:58:16.416201 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.416294 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.26 21:58:16.416334 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.26 21:58:16.416725 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.416761 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.417162 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.26 21:58:16.417667 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.417799 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} executeQuery: Read 16 rows, 1.30 KiB in 0.001523 sec., 10505.581089954037 rows/sec., 856.66 KiB/sec. 2025.08.26 21:58:16.417836 [ 253 ] {6a9a8790-6e75-4f4f-bd84-7d5e8052b262} TCPHandler: Processed in 0.001682028 sec. 2025.08.26 21:58:16.417942 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.418034 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:16.418072 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:16.419051 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.419087 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.419619 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.26 21:58:16.420492 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.420633 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} executeQuery: Read 1444 rows, 123.96 KiB in 0.002617 sec., 551776.8437141766 rows/sec., 46.26 MiB/sec. 2025.08.26 21:58:16.420674 [ 253 ] {909f203a-82bb-400a-954d-f869341f48ff} TCPHandler: Processed in 0.002778463 sec. 2025.08.26 21:58:16.420808 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.420986 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.421026 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:58:16.421450 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.421486 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.421940 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.26 21:58:16.422477 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.422607 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} executeQuery: Read 88 rows, 6.59 KiB in 0.00164 sec., 53658.53658536585 rows/sec., 3.92 MiB/sec. 2025.08.26 21:58:16.422646 [ 253 ] {14caaca1-5de3-46b0-abe7-3d9a732f676a} TCPHandler: Processed in 0.001885622 sec. 2025.08.26 21:58:16.422847 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.422940 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.422978 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.26 21:58:16.423444 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.423480 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.423931 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.26 21:58:16.424418 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} oximeter.fields_u32 (df2d45cc-1015-4199-b942-f2e8c79ff079): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.424547 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} executeQuery: Read 252 rows, 17.85 KiB in 0.001625 sec., 155076.9230769231 rows/sec., 10.73 MiB/sec. 2025.08.26 21:58:16.424585 [ 253 ] {363f1445-9fdb-4722-8355-c30965eac8ee} TCPHandler: Processed in 0.00178494 sec. 2025.08.26 21:58:16.424701 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.424793 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.424831 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.26 21:58:16.425228 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.425264 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.425711 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.26 21:58:16.426244 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} oximeter.fields_u8 (b1bba2b3-4f0b-4a50-82db-22b814dcbfbf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.426375 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} executeQuery: Read 12 rows, 960.00 B in 0.001599 sec., 7504.6904315197 rows/sec., 586.30 KiB/sec. 2025.08.26 21:58:16.426412 [ 253 ] {9ee5a915-de2e-4b41-a6c6-047875fb3b94} TCPHandler: Processed in 0.00175786 sec. 2025.08.26 21:58:16.426523 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.426614 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:16.426652 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:16.427259 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.427294 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.427780 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.26 21:58:16.428318 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.428446 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} executeQuery: Read 632 rows, 48.77 KiB in 0.001849 sec., 341806.38182801515 rows/sec., 25.76 MiB/sec. 2025.08.26 21:58:16.428484 [ 253 ] {a36c6787-9bd0-41ce-844b-704e3008b5c0} TCPHandler: Processed in 0.002007716 sec. 2025.08.26 21:58:16.428601 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.428693 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.428735 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:16.429302 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.429338 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.429854 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.26 21:58:16.430365 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.430498 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} executeQuery: Read 892 rows, 61.90 KiB in 0.001823 sec., 489303.34613274824 rows/sec., 33.16 MiB/sec. 2025.08.26 21:58:16.430497 [ 112 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Selected 6 parts from all_1_148_36 to all_153_153_0 2025.08.26 21:58:16.430536 [ 253 ] {83c309c8-3329-4349-8285-a9fed0484dcc} TCPHandler: Processed in 0.001981965 sec. 2025.08.26 21:58:16.430581 [ 112 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.430610 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.430675 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.430741 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTask::PrepareStage: Merging 6 parts: from all_1_148_36 to all_153_153_0 into Compact with storage Full 2025.08.26 21:58:16.430773 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.430843 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} 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.08.26 21:58:16.430911 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:16.430957 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_148_36, total 42436 rows starting from the beginning of the part 2025.08.26 21:58:16.431032 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part 2025.08.26 21:58:16.431086 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2025.08.26 21:58:16.431134 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2025.08.26 21:58:16.431182 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part 2025.08.26 21:58:16.431221 [ 197 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 892 rows starting from the beginning of the part 2025.08.26 21:58:16.431746 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.431788 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.432543 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:58:16.433092 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.433237 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} executeQuery: Read 60 rows, 110.10 KiB in 0.002482 sec., 24174.053182917003 rows/sec., 43.32 MiB/sec. 2025.08.26 21:58:16.433307 [ 253 ] {92c0cd7d-d5bf-49de-9cba-bbe6acc33046} TCPHandler: Processed in 0.002690791 sec. 2025.08.26 21:58:16.433423 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:16.433515 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:16.433555 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:16.433884 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.433919 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.434371 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.08.26 21:58:16.434877 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.435010 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} executeQuery: Read 48 rows, 3.31 KiB in 0.001514 sec., 31704.095112285337 rows/sec., 2.14 MiB/sec. 2025.08.26 21:58:16.435045 [ 253 ] {7a2cb7a0-d7a4-458b-a639-5a2395db70de} TCPHandler: Processed in 0.001669798 sec. 2025.08.26 21:58:16.438980 [ 198 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergeTask::MergeProjectionsStage: Merge sorted 43968 rows, containing 5 columns (5 merged, 0 gathered) in 0.008296197 sec., 5299777.717428842 rows/sec., 362.48 MiB/sec. 2025.08.26 21:58:16.439706 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} MergedBlockOutputStream: filled checksums all_1_153_37 (state Temporary) 2025.08.26 21:58:16.440315 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_merge_all_1_153_37 to all_1_153_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.440404 [ 188 ] {4a8da043-1d50-478e-941d-3089c6f968cc::all_1_153_37} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc) (MergerMutator): Merged 6 parts: [all_1_148_36, all_153_153_0] -> all_1_153_37 2025.08.26 21:58:16.440506 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.08.26 21:58:16.734759 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2090 2025.08.26 21:58:16.737360 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:16.737415 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:16.738775 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.26 21:58:16.739255 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:16.739639 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2090 2025.08.26 21:58:17.040859 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:58:17.040913 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:58:17.043649 [ 217 ] {} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): 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.08.26 21:58:17.101042 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:58:17.101093 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:58:17.103517 [ 219 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): 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.08.26 21:58:17.466183 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:58:17.466228 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:58:17.469664 [ 219 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): 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.08.26 21:58:17.853404 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:17.853581 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:17.853653 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:17.854475 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:17.854516 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:17.855068 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.08.26 21:58:17.855648 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:17.855798 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} executeQuery: Read 56 rows, 4.38 KiB in 0.002271 sec., 24658.740642888595 rows/sec., 1.88 MiB/sec. 2025.08.26 21:58:17.855841 [ 253 ] {976a63f2-4ed0-483b-8b39-99b93e27f3c7} TCPHandler: Processed in 0.002573578 sec. 2025.08.26 21:58:17.855967 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:17.856062 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:17.856102 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:17.856595 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:17.856630 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:17.857077 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.08.26 21:58:17.857589 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:17.857721 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} executeQuery: Read 64 rows, 5.12 KiB in 0.001678 sec., 38140.643623361146 rows/sec., 2.98 MiB/sec. 2025.08.26 21:58:17.857759 [ 253 ] {f53eef8c-6cec-4927-a381-3a867f7ac78c} TCPHandler: Processed in 0.001840032 sec. 2025.08.26 21:58:17.857829 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:58:17.857880 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:17.857893 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:58:17.857981 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:17.858029 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:17.858444 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:17.858480 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:17.859103 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.08.26 21:58:17.859726 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:17.859862 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} executeQuery: Read 32 rows, 2.28 KiB in 0.0019 sec., 16842.105263157893 rows/sec., 1.17 MiB/sec. 2025.08.26 21:58:17.859899 [ 253 ] {c6ebed6c-eaff-489f-956c-27208a4ba2a5} TCPHandler: Processed in 0.002067366 sec. 2025.08.26 21:58:17.860016 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:17.860109 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:17.860150 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:17.860466 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:17.860509 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:17.861025 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.08.26 21:58:17.861740 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:17.861875 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} executeQuery: Read 12 rows, 848.00 B in 0.001783 sec., 6730.229949523275 rows/sec., 464.46 KiB/sec. 2025.08.26 21:58:17.861910 [ 253 ] {776a782a-dc54-4849-9dac-7b110459c15e} TCPHandler: Processed in 0.001941704 sec. 2025.08.26 21:58:17.862157 [ 221 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): 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.08.26 21:58:19.103318 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 2025.08.26 21:58:19.103854 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:19.103892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:19.104520 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:58:19.105086 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:19.105232 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 2025.08.26 21:58:21.609574 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.08.26 21:58:21.628340 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:21.628391 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:21.634985 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.26 21:58:21.636246 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:21.639444 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.08.26 21:58:22.859139 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:22.859398 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:22.859463 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:22.860144 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:22.860187 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:22.860794 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.08.26 21:58:22.861328 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:22.861485 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} executeQuery: Read 56 rows, 4.38 KiB in 0.002158 sec., 25949.953660797033 rows/sec., 1.98 MiB/sec. 2025.08.26 21:58:22.861530 [ 253 ] {f2b2c0fa-5e29-42ed-9e5c-645384f9a470} TCPHandler: Processed in 0.002560648 sec. 2025.08.26 21:58:22.861645 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:22.861742 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:22.861782 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:22.862235 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:22.862273 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:22.862782 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.08.26 21:58:22.863292 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:22.863428 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} executeQuery: Read 64 rows, 5.12 KiB in 0.001704 sec., 37558.68544600939 rows/sec., 2.93 MiB/sec. 2025.08.26 21:58:22.863467 [ 253 ] {81a10800-cbaf-4537-9c12-0313ac2d0c3b} TCPHandler: Processed in 0.001872353 sec. 2025.08.26 21:58:22.863583 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:22.863681 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:22.863724 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:22.864153 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:22.864190 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:22.864675 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.08.26 21:58:22.865116 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:22.865252 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. 2025.08.26 21:58:22.865291 [ 253 ] {94bbe290-0c56-4946-9c7b-d9d5094f1c29} TCPHandler: Processed in 0.00175706 sec. 2025.08.26 21:58:22.865402 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:22.865497 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:22.865538 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:22.865880 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:22.865916 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:22.866340 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.08.26 21:58:22.866785 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:22.866923 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. 2025.08.26 21:58:22.866962 [ 253 ] {7bd4bac9-890d-44b6-8d17-e6aef60d38e6} TCPHandler: Processed in 0.001609616 sec. 2025.08.26 21:58:26.028442 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:58:26.028514 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:58:26.031094 [ 224 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): 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.08.26 21:58:26.345434 [ 99 ] {} DNSResolver: Updating DNS cache 2025.08.26 21:58:26.345488 [ 99 ] {} DNSResolver: Updated DNS cache 2025.08.26 21:58:26.606327 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 2025.08.26 21:58:26.606827 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:26.606873 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:26.607519 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:58:26.607975 [ 244 ] {} system.asynchronous_metric_log (733ec0c6-78ce-421b-ba58-d7acda96f272): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:26.608131 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 2025.08.26 21:58:26.671579 [ 225 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:58:26.671641 [ 225 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:58:26.674150 [ 225 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): 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.08.26 21:58:26.740780 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2106 2025.08.26 21:58:26.742825 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:26.742882 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:26.744216 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:58:26.744693 [ 242 ] {} system.query_log (6b972bbc-cf03-455c-9e0c-179a62c2613b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:26.744982 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2106 2025.08.26 21:58:27.119359 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:58:27.119410 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:58:27.123850 [ 225 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): 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.08.26 21:58:27.295713 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:58:27.295768 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:58:27.298849 [ 220 ] {} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): 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.08.26 21:58:27.862504 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.862702 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.26 21:58:27.862776 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.26 21:58:27.863684 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.863728 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.864284 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.08.26 21:58:27.864850 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.864996 [ 98 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.08.26 21:58:27.865004 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} executeQuery: Read 176 rows, 15.82 KiB in 0.002356 sec., 74702.88624787776 rows/sec., 6.56 MiB/sec. 2025.08.26 21:58:27.865065 [ 98 ] {} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.865078 [ 253 ] {4c8b3984-ddc9-4d54-a4ef-73d09c26662a} TCPHandler: Processed in 0.002710941 sec. 2025.08.26 21:58:27.865094 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.865216 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.865220 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.08.26 21:58:27.865319 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.26 21:58:27.865363 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.26 21:58:27.865369 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:27.865413 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2465 rows starting from the beginning of the part 2025.08.26 21:58:27.865486 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 56 rows starting from the beginning of the part 2025.08.26 21:58:27.865532 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 1444 rows starting from the beginning of the part 2025.08.26 21:58:27.865574 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 56 rows starting from the beginning of the part 2025.08.26 21:58:27.865613 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part 2025.08.26 21:58:27.865658 [ 190 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 176 rows starting from the beginning of the part 2025.08.26 21:58:27.865849 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.865901 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.866385 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.26 21:58:27.866909 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} oximeter.fields_u16 (414190e8-77ea-4d2c-805b-31cabd5cd604): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.867057 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} executeQuery: Read 60 rows, 4.51 KiB in 0.001758 sec., 34129.69283276451 rows/sec., 2.51 MiB/sec. 2025.08.26 21:58:27.867096 [ 253 ] {d6b505a7-019a-40c6-986d-8731ee2dffab} TCPHandler: Processed in 0.001927554 sec. 2025.08.26 21:58:27.867212 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.867312 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.26 21:58:27.867352 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.26 21:58:27.867413 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 4253 rows, containing 5 columns (5 merged, 0 gathered) in 0.002238161 sec., 1900220.7615984732 rows/sec., 164.00 MiB/sec. 2025.08.26 21:58:27.867839 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.867858 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.08.26 21:58:27.867884 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.868395 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.08.26 21:58:27.868473 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.868565 [ 188 ] {3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39::all_1_156_31} oximeter.fields_string (3ea4a0bd-fcb0-4e1f-a15b-1b12d4df0d39) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.08.26 21:58:27.868669 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2025.08.26 21:58:27.868930 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.869063 [ 97 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.08.26 21:58:27.869071 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} executeQuery: Read 124 rows, 9.92 KiB in 0.001777 sec., 69780.52898142938 rows/sec., 5.45 MiB/sec. 2025.08.26 21:58:27.869133 [ 97 ] {} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.869160 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.869161 [ 253 ] {15ce500f-115a-43a3-860f-a504d0720fb5} TCPHandler: Processed in 0.001995725 sec. 2025.08.26 21:58:27.869260 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.08.26 21:58:27.869307 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.869354 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:27.869383 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1266 rows starting from the beginning of the part 2025.08.26 21:58:27.869399 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:27.869441 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 64 rows starting from the beginning of the part 2025.08.26 21:58:27.869442 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.26 21:58:27.869487 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 632 rows starting from the beginning of the part 2025.08.26 21:58:27.869530 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 64 rows starting from the beginning of the part 2025.08.26 21:58:27.869573 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part 2025.08.26 21:58:27.869630 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 124 rows starting from the beginning of the part 2025.08.26 21:58:27.869898 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.869932 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.870420 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.08.26 21:58:27.870739 [ 198 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 5 columns (5 merged, 0 gathered) in 0.001517544 sec., 1458936.281254448 rows/sec., 113.52 MiB/sec. 2025.08.26 21:58:27.870951 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} oximeter.measurements_cumulativeu64 (4a8da043-1d50-478e-941d-3089c6f968cc): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.871009 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.08.26 21:58:27.871099 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} executeQuery: Read 160 rows, 11.41 KiB in 0.001719 sec., 93077.37056428156 rows/sec., 6.48 MiB/sec. 2025.08.26 21:58:27.871136 [ 253 ] {61d31cdc-0a65-4c64-b8b1-fb45fe8b3962} TCPHandler: Processed in 0.001879212 sec. 2025.08.26 21:58:27.871247 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.871340 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.26 21:58:27.871394 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} 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.08.26 21:58:27.871495 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.871559 [ 199 ] {8b14634c-77d2-45e4-a7f9-66d84f558282::all_1_156_31} oximeter.fields_uuid (8b14634c-77d2-45e4-a7f9-66d84f558282) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.08.26 21:58:27.871637 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.26 21:58:27.872334 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.872368 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.873063 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.26 21:58:27.873506 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} oximeter.measurements_histogramu64 (e87e238b-666f-4f28-bb5b-21fafca4d7c1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.873646 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} executeQuery: Read 60 rows, 110.10 KiB in 0.002324 sec., 25817.555938037865 rows/sec., 46.26 MiB/sec. 2025.08.26 21:58:27.873723 [ 253 ] {c16d4246-8d02-466e-9ef1-d9165d3602f1} TCPHandler: Processed in 0.002523157 sec. 2025.08.26 21:58:27.873837 [ 253 ] {} TCP-Session: 4d3e665b-1929-4e82-89a8-d9cc13903e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.26 21:58:27.873930 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} executeQuery: (from [fd00:1122:3344:101::d]:35855) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.26 21:58:27.873970 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.26 21:58:27.874307 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.874341 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.874746 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.08.26 21:58:27.875272 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.875394 [ 95 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.08.26 21:58:27.875402 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. 2025.08.26 21:58:27.875432 [ 95 ] {} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:27.875449 [ 253 ] {4042cd67-8558-4d13-a32c-565fca5e899f} TCPHandler: Processed in 0.001658997 sec. 2025.08.26 21:58:27.875451 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:27.875540 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.08.26 21:58:27.875686 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.26 21:58:27.875736 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8820 rows starting from the beginning of the part 2025.08.26 21:58:27.875805 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part 2025.08.26 21:58:27.875855 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 48 rows starting from the beginning of the part 2025.08.26 21:58:27.875903 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 12 rows starting from the beginning of the part 2025.08.26 21:58:27.875946 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2025.08.26 21:58:27.875990 [ 188 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2025.08.26 21:58:27.878464 [ 194 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9060 rows, containing 4 columns (4 merged, 0 gathered) in 0.002959447 sec., 3061382.751574872 rows/sec., 203.75 MiB/sec. 2025.08.26 21:58:27.878776 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.08.26 21:58:27.879355 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:27.879426 [ 195 ] {d27f4f4e-bf09-4a7a-8b07-91b7c8958106::all_1_156_31} oximeter.measurements_u64 (d27f4f4e-bf09-4a7a-8b07-91b7c8958106) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.08.26 21:58:27.879499 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.08.26 21:58:28.000149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 359.75 MiB, peak 381.68 MiB, free memory in arenas 0.00 B, will set to 363.21 MiB (RSS), difference: 3.47 MiB 2025.08.26 21:58:29.140461 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.08.26 21:58:29.157817 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.26 21:58:29.157862 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.08.26 21:58:29.164265 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.26 21:58:29.165377 [ 243 ] {} system.metric_log (d4377943-e150-4bca-9206-f6cec7a6b601): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.26 21:58:29.168493 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.08.26 21:58:29.588331 [ 223 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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.08.26 21:58:29.588417 [ 223 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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.08.26 21:58:29.590921 [ 223 ] {} oximeter.fields_ipaddr (972e43d1-2521-48e3-8959-266dfccf1b78): 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]